Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.cpp38 QCameraHAL3SnapshotTest::QCameraHAL3SnapshotTest(int req_cap) : in QCameraHAL3SnapshotTest() function in qcamera::QCameraHAL3SnapshotTest
47 void QCameraHAL3SnapshotTest::initTest(hal3_camera_lib_test *handle, in initTest()
65 void QCameraHAL3SnapshotTest::constructDefaultRequest( in constructDefaultRequest()
76 void QCameraHAL3SnapshotTest::configureSnapshotStream(hal3_camera_test_obj_t *my_test_obj, in configureSnapshotStream()
97 void QCameraHAL3SnapshotTest::snapshotProcessCaptureRequest( in snapshotProcessCaptureRequest()
119 void QCameraHAL3SnapshotTest::snapshotProcessCaptureRequestRepeat( in snapshotProcessCaptureRequestRepeat()
148 void QCameraHAL3SnapshotTest::snapshotTestEnd( in snapshotTestEnd()
165 void QCameraHAL3SnapshotTest::snapshotAllocateBuffers(int width, int height) in snapshotAllocateBuffers()
170 bool QCameraHAL3SnapshotTest::snapshotThreadCreate(int testcase_id, in snapshotThreadCreate()
210 QCameraHAL3SnapshotTest *obj; in hal3appSnapshotProcessBuffers()
[all …]
DQCameraHAL3SnapshotTest.h36 class QCameraHAL3SnapshotTest : public QCameraHAL3Test
49 QCameraHAL3SnapshotTest(int req_cap);
63 virtual ~QCameraHAL3SnapshotTest();
DAndroid.mk38 QCameraHAL3SnapshotTest.cpp \
DQCameraHAL3Base.cpp58 QCameraHAL3SnapshotTest *mSnapshottestCase = NULL;
467 mSnapshottestCase = new QCameraHAL3SnapshotTest(req_cap); in hal3appCameraCaptureInit()