Home | History | Annotate | Download | only in inc

Lines Matching defs:mm_camera_test_obj_t

140 } mm_camera_test_obj_t;
196 mm_camera_test_obj_t *test_obj);
197 extern int mm_app_close(mm_camera_test_obj_t *test_obj);
199 mm_camera_test_obj_t *test_obj,
204 extern int mm_app_del_channel(mm_camera_test_obj_t *test_obj,
206 extern mm_camera_stream_t * mm_app_add_stream(mm_camera_test_obj_t *test_obj,
208 extern int mm_app_del_stream(mm_camera_test_obj_t *test_obj,
211 extern int mm_app_config_stream(mm_camera_test_obj_t *test_obj,
215 extern int mm_app_start_channel(mm_camera_test_obj_t *test_obj,
217 extern int mm_app_stop_channel(mm_camera_test_obj_t *test_obj,
220 mm_camera_test_obj_t *test_obj,
223 extern int mm_app_start_preview(mm_camera_test_obj_t *test_obj);
224 extern int mm_app_stop_preview(mm_camera_test_obj_t *test_obj);
225 extern int mm_app_start_preview_zsl(mm_camera_test_obj_t *test_obj);
226 extern int mm_app_stop_preview_zsl(mm_camera_test_obj_t *test_obj);
228 mm_camera_test_obj_t *test_obj);
229 extern int mm_app_stop_and_del_channel(mm_camera_test_obj_t *test_obj,
232 mm_camera_test_obj_t *test_obj);
234 mm_camera_test_obj_t *test_obj,
240 extern int mm_app_start_record_preview(mm_camera_test_obj_t *test_obj);
241 extern int mm_app_stop_record_preview(mm_camera_test_obj_t *test_obj);
242 extern int mm_app_start_record(mm_camera_test_obj_t *test_obj);
243 extern int mm_app_stop_record(mm_camera_test_obj_t *test_obj);
244 extern int mm_app_start_live_snapshot(mm_camera_test_obj_t *test_obj);
245 extern int mm_app_stop_live_snapshot(mm_camera_test_obj_t *test_obj);
246 extern int mm_app_start_capture(mm_camera_test_obj_t *test_obj,
248 extern int mm_app_stop_capture(mm_camera_test_obj_t *test_obj);
249 extern int mm_app_start_rdi(mm_camera_test_obj_t *test_obj, uint8_t num_burst);
250 extern int mm_app_stop_rdi(mm_camera_test_obj_t *test_obj);