Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h112 virtual bool IsStreamCombinationSupported(
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.h116 bool IsStreamCombinationSupported(const StreamConfiguration& stream_config,
Dcamera_device.cc369 bool CameraDevice::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::google_camera_hal::CameraDevice
376 bool supported = camera_device_hwl_->IsStreamCombinationSupported( in IsStreamCombinationSupported()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp282 bool EmulatedCameraDeviceHwlImpl::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedCameraDeviceHwlImpl
285 return EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported()
DEmulatedCameraDeviceHWLImpl.h86 bool IsStreamCombinationSupported(const StreamConfiguration& stream_config,
DEmulatedSensor.h239 static bool IsStreamCombinationSupported(
246 static bool IsStreamCombinationSupported(
DEmulatedSensor.cpp351 bool EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedSensor
363 return IsStreamCombinationSupported(logical_id, default_mode_config, in IsStreamCombinationSupported()
366 IsStreamCombinationSupported( in IsStreamCombinationSupported()
370 (IsStreamCombinationSupported(logical_id, input_stream_config, in IsStreamCombinationSupported()
373 IsStreamCombinationSupported( in IsStreamCombinationSupported()
378 bool EmulatedSensor::IsStreamCombinationSupported( in IsStreamCombinationSupported() function in android::EmulatedSensor
DEmulatedCameraDeviceSessionHWLImpl.cpp260 if (!EmulatedSensor::IsStreamCombinationSupported( in ConfigurePipeline()
DEmulatedCameraProviderHWLImpl.cpp334 if (!EmulatedSensor::IsStreamCombinationSupported( in IsConcurrentStreamCombinationSupported()
/hardware/google/camera/common/hal/tests/
Dmock_device_hwl.h144 bool IsStreamCombinationSupported(const StreamConfiguration& /*stream_config*/, in IsStreamCombinationSupported() function
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device.cc355 *supported = google_camera_device_->IsStreamCombinationSupported( in isStreamCombinationSupportedInternal()