Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.h37 bool IsDepthStream(const Stream& stream);
Dutils.cc39 bool IsDepthStream(const Stream& stream) { in IsDepthStream() function
Dhal_utils.cc403 } else if (utils::IsDepthStream(stream)) { in IsStreamHdrplusCompatible()
/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_rt_request_processor.cc192 if (!utils::IsRawStream(stream) && !utils::IsDepthStream(stream)) { in FindSmallestResolutionForInternalYuvStream()
453 if (utils::IsDepthStream(stream)) { in ConfigureStreams()
Drgbird_result_request_processor.cc735 if (utils::IsDepthStream(stream)) { in ConfigureStreams()
Ddepth_process_block.cc197 if (utils::IsDepthStream(stream)) { in ConfigureStreams()
Drgbird_capture_session.cc1015 if (utils::IsDepthStream(stream)) { in Initialize()