Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.h42 bool IsSoftwareDenoiseEligibleSnapshotStream(const Stream& stream);
Dutils.cc154 bool IsSoftwareDenoiseEligibleSnapshotStream(const Stream& stream) { in IsSoftwareDenoiseEligibleSnapshotStream() function
/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_request_processor.cc198 if (utils::IsSoftwareDenoiseEligibleSnapshotStream(stream)) { in ConfigureStreams()
Dzsl_snapshot_capture_session.cc232 if (utils::IsSoftwareDenoiseEligibleSnapshotStream(stream)) { in IsStreamConfigurationSupported()