Home
last modified time | relevance | path

Searched refs:IsStreamCombinationSupported (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraDeviceHWLImpl.cpp186 bool EmulatedCameraDeviceHwlImpl::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedCameraDeviceHwlImpl
188 return EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported()
H A DEmulatedSensor.h177 static bool IsStreamCombinationSupported(
184 static bool IsStreamCombinationSupported(
H A DEmulatedCameraDeviceHWLImpl.h67 bool IsStreamCombinationSupported(
H A DEmulatedSensor.cpp279 bool EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedSensor
291 return IsStreamCombinationSupported(logical_id, default_mode_config, in IsStreamCombinationSupported()
294 IsStreamCombinationSupported( in IsStreamCombinationSupported()
298 (IsStreamCombinationSupported(logical_id, input_stream_config, in IsStreamCombinationSupported()
301 IsStreamCombinationSupported( in IsStreamCombinationSupported()
306 bool EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedSensor
H A DEmulatedCameraDeviceSessionHWLImpl.cpp244 if (!EmulatedSensor::IsStreamCombinationSupported( in ConfigurePipeline()
H A DEmulatedCameraProviderHWLImpl.cpp328 if (!EmulatedSensor::IsStreamCombinationSupported( in IsConcurrentStreamCombinationSupported()
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_device_hwl.h76 virtual bool IsStreamCombinationSupported(
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device.cc248 bool CameraDevice::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::google_camera_hal::CameraDevice
251 camera_device_hwl_->IsStreamCombinationSupported(stream_config); in IsStreamCombinationSupported()
H A Dcamera_device.h82 bool IsStreamCombinationSupported(const StreamConfiguration& stream_config);
/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_device_hwl.h114 bool IsStreamCombinationSupported(const StreamConfiguration& /*stream_config*/) { in IsStreamCombinationSupported() function
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_device.cc243 google_camera_device_->IsStreamCombinationSupported(stream_config); in isStreamCombinationSupported_3_7()