Home
last modified time | relevance | path

Searched refs:IsJPEGSnapshotStream (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dutils.cc60 bool IsJPEGSnapshotStream(const Stream& stream) { in IsJPEGSnapshotStream() function
128 utils::IsJPEGSnapshotStream(stream)) { in IsSoftwareDenoiseEligibleSnapshotStream()
280 } else if (utils::IsJPEGSnapshotStream(stream)) { in IsLiveSnapshotConfigured()
Dutils.h31 bool IsJPEGSnapshotStream(const Stream& stream);
Dhal_utils.cc401 } else if (utils::IsJPEGSnapshotStream(stream)) { in IsStreamHdrplusCompatible()
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.cc173 if (utils::IsJPEGSnapshotStream(stream) || in IsStreamConfigurationSupported()
Dcamera_device_session.cc1534 } else if (utils::IsJPEGSnapshotStream(stream->second)) { in AppendOutputIntentToSettingsLocked()