Searched refs:depthEntry (Results 1 – 1 of 1) sorted by relevance
4802 camera_metadata_ro_entry depthEntry; in getAvailableOutputStreams() local4806 ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, &depthEntry); in getAvailableOutputStreams()4808 (0 != foundDepth || (0 != (depthEntry.count % 4)))) { in getAvailableOutputStreams()4817 if(foundDepth == 0 && (0 == (depthEntry.count % 4))) { in getAvailableOutputStreams()4818 fillOutputStreams(&depthEntry, outputStreams, &depthPreviewThreshold, in getAvailableOutputStreams()5341 camera_metadata_ro_entry depthEntry; in isDepthOnly() local5357 staticMeta, ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, &depthEntry); in isDepthOnly()5359 if (rc == 0 && depthEntry.data.i32[i] == static_cast<int32_t>(PixelFormat::Y16)) { in isDepthOnly()