Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.5/default/
DCameraDevice.cpp112 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()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp11778 camera3_stream_t *streamBuffer = new camera3_stream_t[comb->num_streams]; in isStreamCombinationSupported() local
11780 streamBuffer[i] = {comb->streams[i].stream_type, comb->streams[i].width, in isStreamCombinationSupported()
11784 streamList.streams[i] = &streamBuffer[i]; in isStreamCombinationSupported()
11790 delete [] streamBuffer; in isStreamCombinationSupported()
16571 camera3_stream_buffer_t streamBuffer = {}; in onFailedCaptureResult() local
16572 streamBuffer.stream = buffer.stream; in onFailedCaptureResult()
16573 streamBuffer.buffer = buffer.buffer; in onFailedCaptureResult()
16574 streamBuffer.status = CAMERA3_BUFFER_STATUS_ERROR; in onFailedCaptureResult()
16575 streamBuffer.acquire_fence = -1; in onFailedCaptureResult()
16576 streamBuffer.release_fence = -1; in onFailedCaptureResult()
[all …]