Searched refs:comb (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 11762 const camera_stream_combination_t *comb) in isStreamCombinationSupported() argument 11775 camera3_stream_configuration_t streamList = {comb->num_streams, /*streams*/ nullptr, in isStreamCombinationSupported() 11776 comb->operation_mode, /*session_parameters*/ nullptr}; in isStreamCombinationSupported() 11777 streamList.streams = new camera3_stream_t * [comb->num_streams]; in isStreamCombinationSupported() 11778 camera3_stream_t *streamBuffer = new camera3_stream_t[comb->num_streams]; in isStreamCombinationSupported() 11779 for (size_t i = 0; i < comb->num_streams; i++) { in isStreamCombinationSupported() 11780 streamBuffer[i] = {comb->streams[i].stream_type, comb->streams[i].width, in isStreamCombinationSupported() 11781 comb->streams[i].height, comb->streams[i].format, comb->streams[i].usage, in isStreamCombinationSupported() 11782 /*max_buffers*/ 0, /*priv*/ nullptr, comb->streams[i].data_space, in isStreamCombinationSupported() 11783 comb->streams[i].rotation, comb->streams[i].physical_camera_id, /*reserved*/ {nullptr}}; in isStreamCombinationSupported()
|