Home
last modified time | relevance | path

Searched refs:is_burst_mode (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c673 int mm_app_take_picture(mm_camera_test_obj_t *test_obj, uint8_t is_burst_mode) in mm_app_take_picture() argument
680 if (is_burst_mode) in mm_app_take_picture()
Dmm_qcamera_main_menu.c1106 int take_jpeg_snapshot(mm_camera_test_obj_t *test_obj, int is_burst_mode) in take_jpeg_snapshot() argument
1109 int rc = mm_app_take_picture (test_obj, (uint8_t)is_burst_mode); in take_jpeg_snapshot()