Home
last modified time | relevance | path

Searched refs:QCameraHAL3VideoTest (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3VideoTest.cpp48 QCameraHAL3VideoTest::QCameraHAL3VideoTest(int camid) : in QCameraHAL3VideoTest() function in qcamera::QCameraHAL3VideoTest
59 void QCameraHAL3VideoTest::initTest(hal3_camera_lib_test *handle, in initTest()
85 void QCameraHAL3VideoTest::snapshotCaptureRequest(hal3_camera_lib_test *handle, in snapshotCaptureRequest()
94 void QCameraHAL3VideoTest::configureVideoStream(hal3_camera_test_obj_t *my_test_obj, in configureVideoStream()
110 void QCameraHAL3VideoTest::constructDefaultRequest( in constructDefaultRequest()
123 void QCameraHAL3VideoTest::captureRequestRepeat( in captureRequestRepeat()
183 void QCameraHAL3VideoTest::videoTestEnd( in videoTestEnd()
198 void QCameraHAL3VideoTest::vidoeAllocateBuffers(int height, int width, int num) in vidoeAllocateBuffers()
203 void QCameraHAL3VideoTest::snapshotAllocateBuffers(int width, int height) in snapshotAllocateBuffers()
208 int QCameraHAL3VideoTest::get_binning_mode(int32_t binning_mode) in get_binning_mode()
[all …]
DQCameraHAL3VideoTest.h39 class QCameraHAL3VideoTest : public QCameraHAL3Test
63 QCameraHAL3VideoTest(int cameraIndex);
82 virtual ~QCameraHAL3VideoTest();
DAndroid.mk36 QCameraHAL3VideoTest.cpp \
DQCameraHAL3Base.cpp57 QCameraHAL3VideoTest *mVideotestCase = NULL;
406 mVideotestCase = new QCameraHAL3VideoTest(0); in hal3appCameraVideoInit()