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