Home
last modified time | relevance | path

Searched refs:yuv_stream (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dsnapshot_request_processor.cc103 Stream yuv_stream; in ConfigureStreams() local
104 yuv_stream.stream_type = StreamType::kInput; in ConfigureStreams()
105 yuv_stream.width = active_array_width_; in ConfigureStreams()
106 yuv_stream.height = active_array_height_; in ConfigureStreams()
107 yuv_stream.format = HAL_PIXEL_FORMAT_YCBCR_420_888; in ConfigureStreams()
108 yuv_stream.usage = 0; in ConfigureStreams()
109 yuv_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
110 yuv_stream.data_space = HAL_DATASPACE_ARBITRARY; in ConfigureStreams()
112 yuv_stream.id = yuv_stream_id_; in ConfigureStreams()
116 process_block_stream_config->streams.push_back(yuv_stream); in ConfigureStreams()
Drgbird_rt_request_processor.cc332 Stream yuv_stream; in CreateDepthInternalStreams() local
333 yuv_stream.stream_type = StreamType::kOutput; in CreateDepthInternalStreams()
334 yuv_stream.width = yuv_w_adjusted; in CreateDepthInternalStreams()
335 yuv_stream.height = yuv_h_adjusted; in CreateDepthInternalStreams()
336 yuv_stream.format = HAL_PIXEL_FORMAT_YCBCR_420_888; in CreateDepthInternalStreams()
337 yuv_stream.usage = 0; in CreateDepthInternalStreams()
338 yuv_stream.rotation = StreamRotation::kRotation0; in CreateDepthInternalStreams()
339 yuv_stream.data_space = HAL_DATASPACE_ARBITRARY; in CreateDepthInternalStreams()
340 yuv_stream.is_physical_camera_stream = true; in CreateDepthInternalStreams()
341 yuv_stream.physical_camera_id = kRgbCameraId; in CreateDepthInternalStreams()
[all …]