Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.cc88 bool IsJPEGSnapshotStream(const Stream& stream) { in IsJPEGSnapshotStream() function
156 utils::IsJPEGSnapshotStream(stream)) { in IsSoftwareDenoiseEligibleSnapshotStream()
303 } else if (utils::IsJPEGSnapshotStream(stream)) { in IsLiveSnapshotConfigured()
Dutils.h34 bool IsJPEGSnapshotStream(const Stream& stream);
Dhal_utils.cc406 } else if (utils::IsJPEGSnapshotStream(stream)) { in IsStreamHdrplusCompatible()
/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.cc230 if (utils::IsJPEGSnapshotStream(stream) || in IsStreamConfigurationSupported()
Dcamera_device_session.cc1584 } else if (utils::IsJPEGSnapshotStream(stream->second)) { in AppendOutputIntentToSettingsLocked()