Searched refs:streamComb (Results 1 – 1 of 1) sorted by relevance
109 camera_stream_combination_t streamComb{}; in isStreamCombinationSupported() local110 streamComb.operation_mode = static_cast<uint32_t> (streams.operationMode); in isStreamCombinationSupported()111 streamComb.num_streams = streams.streams.size(); in isStreamCombinationSupported()112 camera_stream_t *streamBuffer = new camera_stream_t[streamComb.num_streams]; in isStreamCombinationSupported()125 streamComb.streams = streamBuffer; in isStreamCombinationSupported()126 auto res = mModule->isStreamCombinationSupported(mCameraIdInt, &streamComb); in isStreamCombinationSupported()