Lines Matching refs:camid
48 int testcase, int camid, int w, int h) in initTest() argument
53 configureSnapshotStream(&(handle->test_obj), camid, w, h); in initTest()
66 hal3_camera_test_obj_t *my_test_obj, int camid) in constructDefaultRequest() argument
69 LOGD("Camera ID : %d",camid); in constructDefaultRequest()
77 int camid, int w, int h) in configureSnapshotStream() argument
86 mPreviewStream = initStream(CAMERA3_STREAM_OUTPUT, camid, PREVIEW_WIDTH, PREVIEW_HEIGHT, 0, in configureSnapshotStream()
88 mSnapshotStream = initStream(CAMERA3_STREAM_OUTPUT, camid, SNAPSHOT_CAPTURE_WIDTH, in configureSnapshotStream()
98 hal3_camera_test_obj_t *my_test_obj, int camid) in snapshotProcessCaptureRequest() argument
114 LOGD("Calling HAL3APP capture request for camid : %d", camid); in snapshotProcessCaptureRequest()
120 hal3_camera_lib_test *my_hal3test_obj, int camid) in snapshotProcessCaptureRequestRepeat() argument
129 snapshotTestEnd(my_hal3test_obj, camid); in snapshotProcessCaptureRequestRepeat()
149 hal3_camera_lib_test *my_hal3test_obj, int camid) in snapshotTestEnd() argument
156 LOGD("%s Closing Camera %d", __func__, camid); in snapshotTestEnd()
252 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument
255 LOGD("camid :%d and testcase : %d handle is NULL", camid, testcase); in captureRequestRepeat()