Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c755 int mm_app_take_picture(mm_camera_test_obj_t *test_obj, uint8_t is_burst_mode) in mm_app_take_picture() argument
762 if (is_burst_mode) in mm_app_take_picture()
Dmm_qcamera_main_menu.c1275 int take_jpeg_snapshot(mm_camera_test_obj_t *test_obj, int is_burst_mode) in take_jpeg_snapshot() argument
1278 int rc = mm_app_take_picture (test_obj, (uint8_t)is_burst_mode); in take_jpeg_snapshot()