Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3RawSnapshotTest.cpp40 mRawCaptureHandle(NULL), in QCameraHAL3RawSnapshotTest()
112 mRawSnapshotStreamBuffs.buffer = (const native_handle_t**)&mRawCaptureHandle; in rawProcessCaptureRequest()
139 mRawSnapshotStreamBuffs.buffer = (const native_handle_t**)&mRawCaptureHandle; in rawProcessCaptureRequestRepeat()
170 mRawCaptureHandle = allocateBuffers(width, height, &mRawCaptureMemInfo); in rawAllocateBuffers()
DQCameraHAL3RawSnapshotTest.h41 native_handle_t *mRawCaptureHandle; variable