Home
last modified time | relevance | path

Searched refs:IsStreamConfigurationSupported (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcapture_session_utils.cc38 if (sessionEntry.IsStreamConfigurationSupported(camera_device_session_hwl, in CreateCaptureSession()
50 if (externalSession->IsStreamConfigurationSupported( in CreateCaptureSession()
60 if (sessionEntry.IsStreamConfigurationSupported(camera_device_session_hwl, in CreateCaptureSession()
H A Dcapture_session_utils.h47 StreamConfigSupportedFunc IsStreamConfigurationSupported; member
66 StreamConfigSupportedFunc IsStreamConfigurationSupported; member
H A Dbasic_capture_session.cc31 bool BasicCaptureSession::IsStreamConfigurationSupported( in IsStreamConfigurationSupported() function in android::google_camera_hal::BasicCaptureSession
191 if (!IsStreamConfigurationSupported(device_session_hwl, stream_config)) { in Initialize()
H A Dcamera_device_session.cc48 {.IsStreamConfigurationSupported =
49 HdrplusCaptureSession::IsStreamConfigurationSupported,
51 {.IsStreamConfigurationSupported =
52 RgbirdCaptureSession::IsStreamConfigurationSupported,
54 {.IsStreamConfigurationSupported =
55 DualIrCaptureSession::IsStreamConfigurationSupported,
58 {.IsStreamConfigurationSupported =
59 BasicCaptureSession::IsStreamConfigurationSupported,
64 {.IsStreamConfigurationSupported =
65 ZslSnapshotCaptureSession::IsStreamConfigurationSupported,
H A Dbasic_capture_session.h39 static bool IsStreamConfigurationSupported(
H A Ddual_ir_capture_session.h44 static bool IsStreamConfigurationSupported(
H A Dhdrplus_capture_session.h43 static bool IsStreamConfigurationSupported(
H A Dzsl_snapshot_capture_session.h52 static bool IsStreamConfigurationSupported(
H A Ddual_ir_capture_session.cc35 bool DualIrCaptureSession::IsStreamConfigurationSupported( in IsStreamConfigurationSupported() function in android::google_camera_hal::DualIrCaptureSession
98 if (!IsStreamConfigurationSupported(device_session_hwl, stream_config)) { in Create()
H A Drgbird_capture_session.h46 static bool IsStreamConfigurationSupported(
H A Dhdrplus_capture_session.cc40 bool HdrplusCaptureSession::IsStreamConfigurationSupported( in IsStreamConfigurationSupported() function in android::google_camera_hal::HdrplusCaptureSession
451 if (!IsStreamConfigurationSupported(device_session_hwl, stream_config)) { in Initialize()
H A Dzsl_snapshot_capture_session.cc143 bool ZslSnapshotCaptureSession::IsStreamConfigurationSupported( in IsStreamConfigurationSupported() function in android::google_camera_hal::ZslSnapshotCaptureSession
586 if (!IsStreamConfigurationSupported(camera_device_session_hwl, stream_config)) { in Initialize()
H A Drgbird_capture_session.cc42 bool RgbirdCaptureSession::IsStreamConfigurationSupported( in IsStreamConfigurationSupported() function in android::google_camera_hal::RgbirdCaptureSession
950 if (!IsStreamConfigurationSupported(device_session_hwl, stream_config)) { in Initialize()
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcapture_session.h71 virtual bool IsStreamConfigurationSupported(