Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.h34 bool IsYUVSnapshotStream(const Stream& stream);
Dutils.cc107 bool IsYUVSnapshotStream(const Stream& stream) { in IsYUVSnapshotStream() function
/hardware/google/camera/common/hal/google_camera_hal/
Dhal_utils.cc388 } else if (utils::IsYUVSnapshotStream(stream)) { in IsStreamHdrplusCompatible()