/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_dual_test.c | 317 if ( 0 != (rc = mm_app_open(cam_id, MM_CAMERA_OP_MODE_NOTUSED))) { 318 CDBG("%s: open cam %d at opmode = %d err, loop=%d, rc=%d\n", __func__, cam_id, MM_CAMERA_OP_MODE_NOTUSED, i, rc); 321 if(0 != (rc = mm_app_open_preview(cam_id))) { 324 if(0 != (rc = mm_app_close_preview(cam_id))) { 327 if ( 0 != (rc = mm_app_close(cam_id))) { 328 CDBG("%s: close cam %d at opmode = %d err,loop=%d, rc=%d\n", __func__, cam_id, MM_CAMERA_OP_MODE_NOTUSED, i, rc); 347 if ( 0 != (rc = mm_app_open(cam_id, MM_CAMERA_OP_MODE_NOTUSED))) { 349 __func__, cam_id, MM_CAMERA_OP_MODE_NOTUSED, i, rc); 352 if(0 != (rc = mm_app_open_snapshot(cam_id))) { 355 if(0 != (rc = mm_app_close_snapshot(cam_id))) { 545 int cam_id = 0; local [all...] |
mm_qcamera_unit_test.c | 311 if ( 0 != (rc = mm_app_open(cam_id, MM_CAMERA_OP_MODE_NOTUSED))) { 312 CDBG("%s: open cam %d at opmode = %d err, loop=%d, rc=%d\n", __func__, cam_id, MM_CAMERA_OP_MODE_NOTUSED, i, rc); 315 if (0 != (rc = mm_app_open_preview(cam_id))) { 318 if (0 != (rc = mm_app_close_preview(cam_id))) { 321 if ( 0 != (rc = mm_app_close(cam_id))) { 322 CDBG("%s: close cam %d at opmode = %d err,loop=%d, rc=%d\n", __func__, cam_id, MM_CAMERA_OP_MODE_NOTUSED, i, rc); 341 if ( 0 != (rc = mm_app_open(cam_id, MM_CAMERA_OP_MODE_NOTUSED))) { 343 __func__, cam_id, MM_CAMERA_OP_MODE_NOTUSED, i, rc); 346 if (0 != (rc = mm_app_open_snapshot(cam_id))) { 349 if (0 != (rc = mm_app_close_snapshot(cam_id))) { 539 int cam_id = 0; local [all...] |
mm_qcamera_main_menu.c | 1431 int cam_id; local [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_dual_test.c | 45 extern int system_dimension_set(int cam_id); 46 extern int stopPreview(int cam_id); 47 extern int takePicture_yuv(int cam_id); 48 extern int takePicture_rdi(int cam_id); 49 extern int startRdi(int cam_id); 50 extern int stopRdi(int cam_id); 51 extern int startStats(int cam_id); 52 extern int stopStats(int cam_id); 1916 int cam_id = 0; local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_dual_test.c | 45 extern int system_dimension_set(int cam_id); 46 extern int stopPreview(int cam_id); 47 extern int takePicture_yuv(int cam_id); 48 extern int takePicture_rdi(int cam_id); 49 extern int startRdi(int cam_id); 50 extern int stopRdi(int cam_id); 51 extern int startStats(int cam_id); 52 extern int stopStats(int cam_id); 1916 int cam_id = 0; local [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/ |
mm_qcamera_main_menu.h | 298 int cam_id; member in struct:__anon2136 462 int take_yuv_snapshot(int cam_id);
|