Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.h39 bool IsYUVSnapshotStream(const Stream& stream);
Dutils.cc144 bool IsYUVSnapshotStream(const Stream& stream) { in IsYUVSnapshotStream() function
155 if (utils::IsYUVSnapshotStream(stream) || in IsSoftwareDenoiseEligibleSnapshotStream()
Dhal_utils.cc417 } else if (utils::IsYUVSnapshotStream(stream)) { in IsStreamHdrplusCompatible()
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.cc231 utils::IsYUVSnapshotStream(stream)) { in IsStreamConfigurationSupported()