Searched refs:raw_stream (Results 1 – 2 of 2) sorted by relevance
361 Stream raw_stream[2]; in CreateDepthInternalStreams() local363 raw_stream[i].stream_type = StreamType::kOutput; in CreateDepthInternalStreams()364 raw_stream[i].width = 640; in CreateDepthInternalStreams()365 raw_stream[i].height = 480; in CreateDepthInternalStreams()366 raw_stream[i].format = HAL_PIXEL_FORMAT_Y8; in CreateDepthInternalStreams()367 raw_stream[i].usage = 0; in CreateDepthInternalStreams()368 raw_stream[i].rotation = StreamRotation::kRotation0; in CreateDepthInternalStreams()369 raw_stream[i].data_space = HAL_DATASPACE_ARBITRARY; in CreateDepthInternalStreams()370 raw_stream[i].is_physical_camera_stream = true; in CreateDepthInternalStreams()373 raw_stream[i], &ir_raw_stream_id_[i]); in CreateDepthInternalStreams()[all …]
122 Stream raw_stream; in ConfigureStreams() local123 raw_stream.stream_type = StreamType::kInput; in ConfigureStreams()124 raw_stream.width = active_array_width_; in ConfigureStreams()125 raw_stream.height = active_array_height_; in ConfigureStreams()126 raw_stream.format = HAL_PIXEL_FORMAT_RAW10; in ConfigureStreams()127 raw_stream.usage = 0; in ConfigureStreams()128 raw_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()129 raw_stream.data_space = HAL_DATASPACE_ARBITRARY; in ConfigureStreams()131 raw_stream.id = raw_stream_id_; in ConfigureStreams()135 process_block_stream_config->streams.push_back(raw_stream); in ConfigureStreams()