Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp8695 camera3_stream_t *streamBuffer = new camera3_stream_t[comb->num_streams]; in isStreamCombinationSupported() local
8697 streamBuffer[i] = {comb->streams[i].stream_type, comb->streams[i].width, in isStreamCombinationSupported()
8701 streamList.streams[i] = &streamBuffer[i]; in isStreamCombinationSupported()
8707 delete [] streamBuffer; in isStreamCombinationSupported()