Home
last modified time | relevance | path

Searched refs:streamBuffer (Results 1 – 3 of 3) 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/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp151 StreamBuffer streamBuffer = StreamBuffer(); in requestStreamBuffers() local
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp11825 camera3_stream_t *streamBuffer = new camera3_stream_t[comb->num_streams]; in isStreamCombinationSupported() local
11827 streamBuffer[i] = {comb->streams[i].stream_type, comb->streams[i].width, in isStreamCombinationSupported()
11831 streamList.streams[i] = &streamBuffer[i]; in isStreamCombinationSupported()
11837 delete [] streamBuffer; in isStreamCombinationSupported()
16671 camera3_stream_buffer_t streamBuffer = {}; in onFailedCaptureResult() local
16672 streamBuffer.stream = buffer.stream; in onFailedCaptureResult()
16673 streamBuffer.buffer = buffer.buffer; in onFailedCaptureResult()
16674 streamBuffer.status = CAMERA3_BUFFER_STATUS_ERROR; in onFailedCaptureResult()
16675 streamBuffer.acquire_fence = -1; in onFailedCaptureResult()
16676 streamBuffer.release_fence = -1; in onFailedCaptureResult()
[all …]