/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_unit_test.c | 44 mm_camera_test_obj_t test_obj; local 48 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t)); 49 rc = mm_app_open(cam_app, i, &test_obj); 56 rc = mm_app_close(&test_obj); 76 mm_camera_test_obj_t test_obj; local 80 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t)); 81 rc = mm_app_open(cam_app, i, &test_obj); 89 rc = mm_app_start_preview(&test_obj); 96 rc = mm_app_stop_preview(&test_obj); 104 rc |= mm_app_close(&test_obj); 124 mm_camera_test_obj_t test_obj; local 172 mm_camera_test_obj_t test_obj; local 220 mm_camera_test_obj_t test_obj; local 295 mm_camera_test_obj_t test_obj; local 394 mm_camera_test_obj_t test_obj; local 447 mm_camera_test_obj_t test_obj; local 500 mm_camera_test_obj_t test_obj; local 551 mm_camera_test_obj_t test_obj; local [all...] |
mm_qcamera_app.c | 440 mm_camera_test_obj_t *test_obj = local 442 if (test_obj == NULL || test_obj->cam->camera_handle != camera_handle) { 464 mm_camera_test_obj_t *test_obj) 471 test_obj->cam = cam_app->hal_lib.mm_camera_open(cam_id); 472 if(test_obj->cam == NULL) { 477 CDBG("Open Camera id = %d handle = %d", cam_id, test_obj->cam->camera_handle); 482 rc = mm_app_alloc_bufs(&test_obj->cap_buf, 492 rc = test_obj->cam->ops->map_buf(test_obj->cam->camera_handle [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_unit_test.c | 44 mm_camera_test_obj_t test_obj; local 48 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t)); 49 rc = mm_app_open(cam_app, i, &test_obj); 56 rc = mm_app_close(&test_obj); 76 mm_camera_test_obj_t test_obj; local 80 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t)); 81 rc = mm_app_open(cam_app, i, &test_obj); 89 rc = mm_app_start_preview(&test_obj); 96 rc = mm_app_stop_preview(&test_obj); 104 rc |= mm_app_close(&test_obj); 124 mm_camera_test_obj_t test_obj; local 172 mm_camera_test_obj_t test_obj; local 220 mm_camera_test_obj_t test_obj; local 295 mm_camera_test_obj_t test_obj; local 394 mm_camera_test_obj_t test_obj; local 447 mm_camera_test_obj_t test_obj; local 500 mm_camera_test_obj_t test_obj; local 551 mm_camera_test_obj_t test_obj; local [all...] |
mm_qcamera_app.c | 440 mm_camera_test_obj_t *test_obj = local 442 if (test_obj == NULL || test_obj->cam->camera_handle != camera_handle) { 464 mm_camera_test_obj_t *test_obj) 471 test_obj->cam = cam_app->hal_lib.mm_camera_open(cam_id); 472 if(test_obj->cam == NULL) { 477 CDBG("Open Camera id = %d handle = %d", cam_id, test_obj->cam->camera_handle); 482 rc = mm_app_alloc_bufs(&test_obj->cap_buf, 492 rc = test_obj->cam->ops->map_buf(test_obj->cam->camera_handle [all...] |