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;
383 mm_camera_test_obj_t *test_obj);
384 extern int mm_app_close(mm_camera_test_obj_t *test_obj);
386 mm_camera_test_obj_t *test_obj,
391 extern int mm_app_del_channel(mm_camera_test_obj_t *test_obj,
393 extern mm_camera_stream_t * mm_app_add_stream(mm_camera_test_obj_t *test_obj,
395 extern int mm_app_del_stream(mm_camera_test_obj_t *test_obj,
398 extern int mm_app_config_stream(mm_camera_test_obj_t *test_obj,
402 extern int mm_app_start_channel(mm_camera_test_obj_t *test_obj,
404 extern int mm_app_stop_channel(mm_camera_test_obj_t *test_obj,
407 mm_camera_test_obj_t *test_obj,
410 extern int mm_app_start_preview(mm_camera_test_obj_t *test_obj);
411 extern int mm_app_stop_preview(mm_camera_test_obj_t *test_obj);
412 extern int mm_app_start_preview_zsl(mm_camera_test_obj_t *test_obj);
413 extern int mm_app_stop_preview_zsl(mm_camera_test_obj_t *test_obj);
415 mm_camera_test_obj_t *test_obj);
416 extern mm_camera_stream_t * mm_app_add_raw_stream(mm_camera_test_obj_t *test_obj,
422 extern int mm_app_stop_and_del_channel(mm_camera_test_obj_t *test_obj,
425 mm_camera_test_obj_t *test_obj);
427 mm_camera_test_obj_t *test_obj,
433 extern mm_camera_stream_t * mm_app_add_metadata_stream(mm_camera_test_obj_t *test_obj,
438 extern int mm_app_start_record_preview(mm_camera_test_obj_t *test_obj);
439 extern int mm_app_stop_record_preview(mm_camera_test_obj_t *test_obj);
440 extern int mm_app_start_record(mm_camera_test_obj_t *test_obj);
441 extern int mm_app_stop_record(mm_camera_test_obj_t *test_obj);
442 extern int mm_app_start_live_snapshot(mm_camera_test_obj_t *test_obj);
443 extern int mm_app_stop_live_snapshot(mm_camera_test_obj_t *test_obj);
444 extern int mm_app_start_capture(mm_camera_test_obj_t *test_obj,
446 extern int mm_app_stop_capture(mm_camera_test_obj_t *test_obj);
447 extern int mm_app_start_capture_raw(mm_camera_test_obj_t *test_obj,
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 extern int mm_app_set_params(mm_camera_test_obj_t *test_obj,
461 extern int mm_app_set_preview_fps_range(mm_camera_test_obj_t *test_obj,
484 extern int createEncodingSession(mm_camera_test_obj_t *test_obj,
487 extern int encodeData(mm_camera_test_obj_t *test_obj, mm_camera_super_buf_t* recvd_frame,
489 extern int mm_app_take_picture(mm_camera_test_obj_t *test_obj, uint8_t);
491 extern mm_camera_channel_t * mm_app_add_reprocess_channel(mm_camera_test_obj_t *test_obj,
493 extern int mm_app_start_reprocess(mm_camera_test_obj_t *test_obj);
494 extern int mm_app_stop_reprocess(mm_camera_test_obj_t *test_obj);
495 extern int mm_app_do_reprocess(mm_camera_test_obj_t *test_obj,