Lines Matching refs:camid
48 QCameraHAL3VideoTest::QCameraHAL3VideoTest(int camid) : in QCameraHAL3VideoTest() argument
53 mCameraId(camid), in QCameraHAL3VideoTest()
60 int testcase, int camid, int w, int h) in initTest() argument
66 configureVideoStream(&(handle->test_obj), camid, w, h); in initTest()
68 constructDefaultRequest(&(handle->test_obj), camid); in initTest()
86 int testcase, int camid, int w, int h) in snapshotCaptureRequest() argument
89 captureRequestRepeat(handle, camid, MENU_START_CAPTURE); in snapshotCaptureRequest()
95 int camid, int w, int h) in configureVideoStream() argument
100 mVideoStream = initStream(CAMERA3_STREAM_OUTPUT, camid, w, h, FLAGS_VIDEO_ENCODER, in configureVideoStream()
111 hal3_camera_test_obj_t *my_test_obj, int camid) in constructDefaultRequest() argument
114 LOGD("Camera ID : %d",camid); in constructDefaultRequest()
124 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument
132 LOGE("no Video buffer for CamID : %d", camid); in captureRequestRepeat()
184 hal3_camera_lib_test *my_hal3test_obj, int camid) in videoTestEnd() argument
190 LOGD("%s Closing Camera %d", __func__, camid); in videoTestEnd()