Lines Matching refs:streamBuffer
112 camera_stream_t *streamBuffer = new camera_stream_t[streamComb.num_streams]; in isStreamCombinationSupported() local
116 streamBuffer[i].stream_type = static_cast<int> (it.v3_2.streamType); in isStreamCombinationSupported()
117 streamBuffer[i].width = it.v3_2.width; in isStreamCombinationSupported()
118 streamBuffer[i].height = it.v3_2.height; in isStreamCombinationSupported()
119 streamBuffer[i].format = static_cast<int> (it.v3_2.format); in isStreamCombinationSupported()
120 streamBuffer[i].data_space = static_cast<android_dataspace_t> (it.v3_2.dataSpace); in isStreamCombinationSupported()
121 streamBuffer[i].usage = static_cast<uint32_t> (it.v3_2.usage); in isStreamCombinationSupported()
122 streamBuffer[i].physical_camera_id = it.physicalCameraId.c_str(); in isStreamCombinationSupported()
123 streamBuffer[i++].rotation = static_cast<int> (it.v3_2.rotation); in isStreamCombinationSupported()
125 streamComb.streams = streamBuffer; in isStreamCombinationSupported()
142 delete [] streamBuffer; in isStreamCombinationSupported()