Home
last modified time | relevance | path

Searched refs:scalarEntry (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp5506 camera_metadata_ro_entry scalarEntry; in getAvailableOutputStreams() local
5509 ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, &scalarEntry); in getAvailableOutputStreams()
5512 if ((0 != foundScalar || (0 != (scalarEntry.count % 4))) && in getAvailableOutputStreams()
5517 if(foundScalar == 0 && (0 == (scalarEntry.count % 4))) { in getAvailableOutputStreams()
5518 fillOutputStreams(&scalarEntry, outputStreams, threshold, in getAvailableOutputStreams()
6313 camera_metadata_ro_entry scalarEntry; in isDepthOnly() local
6317 staticMeta, ANDROID_REQUEST_AVAILABLE_CAPABILITIES, &scalarEntry); in isDepthOnly()
6319 for (uint32_t i = 0; i < scalarEntry.count; i++) { in isDepthOnly()
6320 … if (scalarEntry.data.u8[i] == ANDROID_REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE) { in isDepthOnly()
6326 for (uint32_t i = 0; i < scalarEntry.count; i++) { in isDepthOnly()
[all …]