Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3VideoTest.cpp50 mVideoHandle(NULL), in QCameraHAL3VideoTest()
70 mVideoHandle = new native_handle_t *[mPipelineDepthVideo]; in initTest()
72 mVideoHandle[i] = new native_handle_t; in initTest()
159 (const native_handle_t**)&mVideoHandle[num2]; in captureRequestRepeat()
200 mVideoHandle[num] = allocateBuffers(width, height, &mVideoMeminfo); in vidoeAllocateBuffers()
DQCameraHAL3VideoTest.h44 native_handle_t **mVideoHandle; variable