Home | History | Annotate | Download | only in inc

Lines Matching defs:mm_camera_test_obj_t

249 } mm_camera_test_obj_t;
335 mm_camera_test_obj_t test_obj;
384 mm_camera_test_obj_t *test_obj);
385 extern int mm_app_close(mm_camera_test_obj_t *test_obj);
387 mm_camera_test_obj_t *test_obj,
392 extern int mm_app_del_channel(mm_camera_test_obj_t *test_obj,
394 extern mm_camera_stream_t * mm_app_add_stream(mm_camera_test_obj_t *test_obj,
396 extern int mm_app_del_stream(mm_camera_test_obj_t *test_obj,
399 extern int mm_app_config_stream(mm_camera_test_obj_t *test_obj,
403 extern int mm_app_start_channel(mm_camera_test_obj_t *test_obj,
405 extern int mm_app_stop_channel(mm_camera_test_obj_t *test_obj,
408 mm_camera_test_obj_t *test_obj,
411 extern int mm_app_start_preview(mm_camera_test_obj_t *test_obj);
412 extern int mm_app_stop_preview(mm_camera_test_obj_t *test_obj);
413 extern int mm_app_start_preview_zsl(mm_camera_test_obj_t *test_obj);
414 extern int mm_app_stop_preview_zsl(mm_camera_test_obj_t *test_obj);
416 mm_camera_test_obj_t *test_obj);
417 extern mm_camera_stream_t * mm_app_add_raw_stream(mm_camera_test_obj_t *test_obj,
423 extern int mm_app_stop_and_del_channel(mm_camera_test_obj_t *test_obj,
426 mm_camera_test_obj_t *test_obj);
428 mm_camera_test_obj_t *test_obj,
434 extern mm_camera_stream_t * mm_app_add_metadata_stream(mm_camera_test_obj_t *test_obj,
439 extern int mm_app_start_record_preview(mm_camera_test_obj_t *test_obj);
440 extern int mm_app_stop_record_preview(mm_camera_test_obj_t *test_obj);
441 extern int mm_app_start_record(mm_camera_test_obj_t *test_obj);
442 extern int mm_app_stop_record(mm_camera_test_obj_t *test_obj);
443 extern int mm_app_start_live_snapshot(mm_camera_test_obj_t *test_obj);
444 extern int mm_app_stop_live_snapshot(mm_camera_test_obj_t *test_obj);
445 extern int mm_app_start_capture(mm_camera_test_obj_t *test_obj,
447 extern int mm_app_stop_capture(mm_camera_test_obj_t *test_obj);
448 extern int mm_app_start_capture_raw(mm_camera_test_obj_t
449 extern int mm_app_stop_capture_raw(mm_camera_test_obj_t *test_obj);
450 extern int mm_app_start_rdi(mm_camera_test_obj_t *test_obj, uint8_t num_burst);
451 extern int mm_app_stop_rdi(mm_camera_test_obj_t *test_obj);
452 extern int mm_app_initialize_fb(mm_camera_test_obj_t *test_obj);
453 extern int mm_app_close_fb(mm_camera_test_obj_t *test_obj);
454 extern int mm_app_fb_write(mm_camera_test_obj_t *test_obj, char *buffer);
455 extern int mm_app_overlay_display(mm_camera_test_obj_t *test_obj, int bufferFd);
458 int mm_app_set_params(mm_camera_test_obj_t *test_obj,
482 extern int createEncodingSession(mm_camera_test_obj_t *test_obj,
485 extern int encodeData(mm_camera_test_obj_t *test_obj, mm_camera_super_buf_t* recvd_frame,
487 extern int mm_app_take_picture(mm_camera_test_obj_t *test_obj, uint8_t);
489 extern mm_camera_channel_t * mm_app_add_reprocess_channel(mm_camera_test_obj_t *test_obj,
491 extern int mm_app_start_reprocess(mm_camera_test_obj_t *test_obj);
492 extern int mm_app_stop_reprocess(mm_camera_test_obj_t *test_obj);
493 extern int mm_app_do_reprocess(mm_camera_test_obj_t *test_obj,