HomeSort by relevance Sort by last modified time
    Searched defs:test_obj (Results 1 - 12 of 12) 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);
1680 mm_camera_test_obj_t test_obj; local
    [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
553 mm_camera_test_obj_t test_obj; local
604 mm_camera_test_obj_t test_obj; local
    [all...]
mm_qcamera_app.c 471 mm_camera_test_obj_t *test_obj = local
473 if (test_obj == NULL || test_obj->cam->camera_handle != camera_handle) {
495 mm_camera_test_obj_t *test_obj)
502 test_obj->cam = cam_app->hal_lib.mm_camera_open((uint8_t)cam_id);
503 if(test_obj->cam == NULL) {
508 CDBG("Open Camera id = %d handle = %d", cam_id, test_obj->cam->camera_handle);
514 rc = mm_app_alloc_bufs(&test_obj->cap_buf,
525 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);
1683 mm_camera_test_obj_t test_obj; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 335 mm_camera_test_obj_t test_obj; member in struct:__anon4176
384 mm_camera_test_obj_t *test_obj);
385 extern int mm_app_close(mm_camera_test_obj_t *test_obj);
387 mm_camera_test_obj_t *test_obj,
392 extern int mm_app_del_channel(mm_camera_test_obj_t *test_obj,
394 extern mm_camera_stream_t * mm_app_add_stream(mm_camera_test_obj_t *test_obj,
396 extern int mm_app_del_stream(mm_camera_test_obj_t *test_obj,
399 extern int mm_app_config_stream(mm_camera_test_obj_t *test_obj,
403 extern int mm_app_start_channel(mm_camera_test_obj_t *test_obj,
405 extern int mm_app_stop_channel(mm_camera_test_obj_t *test_obj,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 335 mm_camera_test_obj_t test_obj; member in struct:__anon25464
383 mm_camera_test_obj_t *test_obj);
384 extern int mm_app_close(mm_camera_test_obj_t *test_obj);
386 mm_camera_test_obj_t *test_obj,
391 extern int mm_app_del_channel(mm_camera_test_obj_t *test_obj,
393 extern mm_camera_stream_t * mm_app_add_stream(mm_camera_test_obj_t *test_obj,
395 extern int mm_app_del_stream(mm_camera_test_obj_t *test_obj,
398 extern int mm_app_config_stream(mm_camera_test_obj_t *test_obj,
402 extern int mm_app_start_channel(mm_camera_test_obj_t *test_obj,
404 extern int mm_app_stop_channel(mm_camera_test_obj_t *test_obj,
    [all...]

Completed in 73 milliseconds