Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.cpp40 mCaptureHandle(NULL), in QCameraHAL3SnapshotTest()
110 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in snapshotProcessCaptureRequest()
137 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in snapshotProcessCaptureRequestRepeat()
167 mCaptureHandle= allocateBuffers(width, height, &mCaptureMemInfo); in snapshotAllocateBuffers()
DQCameraHAL3VideoTest.cpp51 mCaptureHandle(NULL), in QCameraHAL3VideoTest()
175 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in captureRequestRepeat()
205 mCaptureHandle = allocateBuffers(width, height, &mCaptureMemInfo); in snapshotAllocateBuffers()
DQCameraHAL3PreviewTest.cpp48 mCaptureHandle(NULL), in QCameraHAL3PreviewTest()
196 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in captureRequestRepeat()
226 mCaptureHandle = allocateBuffers(width, height, &mCaptureMemInfo); in snapshotAllocateBuffers()
DQCameraHAL3SnapshotTest.h40 native_handle_t *mCaptureHandle; variable
DQCameraHAL3VideoTest.h46 native_handle_t *mCaptureHandle; variable
DQCameraHAL3PreviewTest.h43 native_handle_t *mCaptureHandle; variable