Home | History | Annotate | Download | only in test

Lines Matching refs:camid

48         int testcase, int camid, int w, int h)
52 configureRawSnapshotStream(&(handle->test_obj), camid, w, h);
64 hal3_camera_test_obj_t *my_test_obj, int camid)
67 LOGD("Camera ID : %d",camid);
75 int camid, int w, int h)
85 mPreviewStream = initStream(CAMERA3_STREAM_OUTPUT, camid, PREVIEW_WIDTH, PREVIEW_HEIGHT, 0,
87 mRawSnapshotStream = initStream(CAMERA3_STREAM_OUTPUT, camid, RAWSNAPSHOT_CAPTURE_WIDTH,
98 hal3_camera_test_obj_t *my_test_obj, int camid)
116 LOGD("Calling HAL3APP capture request for camid : %d", camid);
121 hal3_camera_lib_test *my_hal3test_obj, int camid)
130 rawTestEnd(my_hal3test_obj, camid);
149 hal3_camera_lib_test *my_hal3test_obj, int camid)
156 LOGD("%s Closing Camera %d", __func__, camid);
205 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase)
208 LOGD("camid :%d and testcase : %d handle is NULL", camid, testcase);