Searched refs:depthEntry (Results 1 – 1 of 1) sorted by relevance
6220 camera_metadata_ro_entry depthEntry; in getAvailableOutputStreams() local6222 int foundDepth = find_camera_metadata_ro_entry(staticMeta, depthTag, &depthEntry); in getAvailableOutputStreams()6224 (0 != foundDepth || (0 != (depthEntry.count % 4)))) { in getAvailableOutputStreams()6233 if(foundDepth == 0 && (0 == (depthEntry.count % 4))) { in getAvailableOutputStreams()6234 fillOutputStreams(&depthEntry, outputStreams, &depthPreviewThreshold, in getAvailableOutputStreams()7244 camera_metadata_ro_entry depthEntry; in isDepthOnly() local7260 staticMeta, ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, &depthEntry); in isDepthOnly()7262 if (rc == 0 && depthEntry.data.i32[i] == static_cast<int32_t>(PixelFormat::Y16)) { in isDepthOnly()