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.cpp230 if (stream.override_data_space == HAL_DATASPACE_DEPTH) { in GetBufferSizeAndStride()
238 if (stream.override_data_space == HAL_DATASPACE_V0_JFIF) { in GetBufferSizeAndStride()
346 buffer->dataSpace = stream.override_data_space; in CreateSensorBuffer()
DEmulatedCameraDeviceSessionHWLImpl.cpp283 .override_data_space = stream.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.cc771 hal_stream.override_data_space, hal_stream.is_physical_camera_stream, in DumpHalStream()
/hardware/google/camera/common/hal/common/
Dhal_types.h157 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.cc205 depth_stream_.override_data_space = stream.data_space; in ConfigureStreams()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc201 hal_configured_streams[i].override_data_space; in ConvertToHidlHalStreamConfig()