Home
last modified time | relevance | path

Searched refs:override_data_space (Results 1 – 8 of 8) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp261 if (stream.override_data_space == HAL_DATASPACE_DEPTH) { in GetBufferSizeAndStride()
269 if (stream.override_data_space == HAL_DATASPACE_V0_JFIF) { in GetBufferSizeAndStride()
380 buffer->dataSpace = stream.override_data_space; in CreateSensorBuffer()
DEmulatedCameraDeviceSessionHWLImpl.cpp301 .override_data_space = in ConfigurePipeline()
/hardware/google/camera/common/hal/utils/
Dinternal_stream_manager.cc209 hal_stream_0.override_data_space == hal_stream_1.override_data_space; in AreStreamsCompatible()
Dhal_utils.cc778 hal_stream.override_data_space, hal_stream.is_physical_camera_stream, in DumpHalStream()
/hardware/google/camera/common/hal/common/
Dhal_types.h171 android_dataspace_t override_data_space = HAL_DATASPACE_UNKNOWN; member
/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.cc86 hal_stream.override_data_space = stream.data_space; in ConfigurePipeline()
/hardware/google/camera/common/hal/google_camera_hal/
Ddepth_process_block.cc208 depth_stream_.override_data_space = stream.data_space; in ConfigureStreams()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc208 hal_config.hal_streams[i].override_data_space); in ConvertToAidlHalStreamConfig()