Searched defs:stream_config_info (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp496 cam_stream_size_info_t stream_config_info; local
585 stream_config_info.stream_sizes[i].width = newStream->width;
586 stream_config_info.stream_sizes[i].height = newStream->height;
590 stream_config_info.stream_sizes[i].width = jpegStream->width;
591 stream_config_info.stream_sizes[i].height = jpegStream->height;
592 stream_config_info.type[i] = CAM_STREAM_TYPE_SNAPSHOT;
599 stream_config_info.type[i] = CAM_STREAM_TYPE_VIDEO;
601 stream_config_info.type[i] = CAM_STREAM_TYPE_PREVIEW;
606 stream_config_info.type[i] = CAM_STREAM_TYPE_CALLBACK;
618 stream_config_info
[all...]

Completed in 55 milliseconds