Searched refs:is_burst_mode (Results 1 – 6 of 6) sorted by relevance
651 int mm_app_take_picture(mm_camera_test_obj_t *test_obj, uint8_t is_burst_mode) in mm_app_take_picture() argument658 if (is_burst_mode) in mm_app_take_picture()
1108 int take_jpeg_snapshot(mm_camera_test_obj_t *test_obj, int is_burst_mode) in take_jpeg_snapshot() argument1112 if(MM_CAMERA_OK != (rc = mm_app_take_picture(test_obj, is_burst_mode))) { in take_jpeg_snapshot()
667 int mm_app_take_picture(mm_camera_test_obj_t *test_obj, uint8_t is_burst_mode) in mm_app_take_picture() argument674 if (is_burst_mode) in mm_app_take_picture()
1108 int take_jpeg_snapshot(mm_camera_test_obj_t *test_obj, int is_burst_mode) in take_jpeg_snapshot() argument1111 int rc = mm_app_take_picture (test_obj, (uint8_t)is_burst_mode); in take_jpeg_snapshot()