HomeSort by relevance Sort by last modified time
    Searched defs:test_obj (Results 1 - 8 of 8) sorted by null

  /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...]
  /device/lge/hammerhead/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...]
  /device/moto/shamu/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
553 mm_camera_test_obj_t test_obj; local
604 mm_camera_test_obj_t test_obj; local
    [all...]
mm_qcamera_app.c 460 mm_camera_test_obj_t *test_obj = local
462 if (test_obj == NULL || test_obj->cam->camera_handle != camera_handle) {
484 mm_camera_test_obj_t *test_obj)
491 test_obj->cam = cam_app->hal_lib.mm_camera_open(cam_id);
492 if(test_obj->cam == NULL) {
497 CDBG("Open Camera id = %d handle = %d", cam_id, test_obj->cam->camera_handle);
503 rc = mm_app_alloc_bufs(&test_obj->cap_buf,
514 rc = test_obj->cam->ops->map_buf(test_obj->cam->camera_handle
    [all...]
mm_qcamera_main_menu.c 236 //static void system_dimension_set(mm_camera_test_obj_t *test_obj);
1681 mm_camera_test_obj_t test_obj; local
    [all...]