Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.cpp108 mSnapshotStreamBuffs.stream = mSnapshotStream; in snapshotProcessCaptureRequest()
109 mSnapshotStreamBuffs.status = 0; in snapshotProcessCaptureRequest()
110 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in snapshotProcessCaptureRequest()
111 mSnapshotStreamBuffs.release_fence = -1; in snapshotProcessCaptureRequest()
112 mSnapshotStreamBuffs.acquire_fence = -1; in snapshotProcessCaptureRequest()
113 mRequest.output_buffers = &(mSnapshotStreamBuffs); in snapshotProcessCaptureRequest()
136 mSnapshotStreamBuffs.stream = mSnapshotStream; in snapshotProcessCaptureRequestRepeat()
137 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in snapshotProcessCaptureRequestRepeat()
138 mSnapshotStreamBuffs.release_fence = -1; in snapshotProcessCaptureRequestRepeat()
139 mSnapshotStreamBuffs.acquire_fence = -1; in snapshotProcessCaptureRequestRepeat()
[all …]
DQCameraHAL3VideoTest.cpp174 mSnapshotStreamBuffs = hal3appGetStreamBuffs(mSnapshotStream); in captureRequestRepeat()
175 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in captureRequestRepeat()
176 mRequest = hal3appGetRequestSettings(&mSnapshotStreamBuffs, 1); in captureRequestRepeat()
DQCameraHAL3PreviewTest.cpp195 mSnapshotStreamBuffs = hal3appGetStreamBuffs(mSnapshotStream); in captureRequestRepeat()
196 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in captureRequestRepeat()
197 mRequest = hal3appGetRequestSettings(&mSnapshotStreamBuffs, 1); in captureRequestRepeat()
DQCameraHAL3SnapshotTest.h45 camera3_stream_buffer_t mSnapshotStreamBuffs; variable
DQCameraHAL3VideoTest.h53 camera3_stream_buffer_t mSnapshotStreamBuffs; variable
DQCameraHAL3PreviewTest.h50 camera3_stream_buffer_t mSnapshotStreamBuffs; variable