Searched refs:mRawCaptureHandle (Results 1 – 2 of 2) sorted by relevance
40 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()
41 native_handle_t *mRawCaptureHandle; variable