Searched refs:foundDepth (Results 1 – 2 of 2) sorted by relevance
964 int foundDepth = find_camera_metadata_ro_entry(staticMeta, depthTag, &depthEntry); in getAvailableOutputStreams() local966 (0 != foundDepth || (0 != (depthEntry.count % 4)))) { in getAvailableOutputStreams()975 if (foundDepth == 0 && (0 == (depthEntry.count % 4))) { in getAvailableOutputStreams()
6310 int foundDepth = find_camera_metadata_ro_entry(staticMeta, depthTag, &depthEntry); in getAvailableOutputStreams() local6312 (0 != foundDepth || (0 != (depthEntry.count % 4)))) { in getAvailableOutputStreams()6321 if(foundDepth == 0 && (0 == (depthEntry.count % 4))) { in getAvailableOutputStreams()