Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3VideoTest.cpp40 extern int test_case_end;
64 test_case_end = 0; in initTest()
135 if (test_case_end == 0) { in captureRequestRepeat()
186 test_case_end = 1; in videoTestEnd()
DQCameraHAL3PreviewTest.cpp37 int test_case_end; variable
62 CamObj_handle = handle; thread_exit = 0; test_case_end = 0; in initTest()
132 if (test_case_end == 0) { in captureRequestRepeat()
207 test_case_end = 1; in previewTestEnd()
DQCameraHAL3Test.cpp37 extern int test_case_end;
196 if (test_case_end == 0) { in processBuffers()
DQCameraHAL3Base.cpp64 extern int test_case_end;
133 if (test_case_end == 0) { in ProcessCaptureResult()
410 capture_received =0; mSecElapsed = 1; test_case_end = 0; in hal3appCameraVideoInit()