HomeSort by relevance Sort by last modified time
    Searched refs:mm_stream_t (Results 1 - 3 of 3) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 47 int32_t mm_stream_qbuf(mm_stream_t *my_obj,
49 int32_t mm_stream_set_ext_mode(mm_stream_t * my_obj);
50 int32_t mm_stream_set_fmt(mm_stream_t * my_obj);
51 int32_t mm_stream_get_offset(mm_stream_t *my_obj);
52 int32_t mm_stream_set_cid(mm_stream_t *my_obj,stream_cid_t *in_value);
53 int32_t mm_stream_init_bufs(mm_stream_t * my_obj);
54 int32_t mm_stream_deinit_bufs(mm_stream_t * my_obj);
55 int32_t mm_stream_request_buf(mm_stream_t * my_obj);
56 int32_t mm_stream_unreg_buf(mm_stream_t * my_obj);
57 int32_t mm_stream_release(mm_stream_t *my_obj)
    [all...]
mm_camera_channel.c 137 mm_stream_t * mm_channel_util_get_stream_by_handler(
142 mm_stream_t *s_obj = NULL;
647 mm_stream_t *stream_obj = NULL;
663 memset(stream_obj, 0, sizeof(mm_stream_t));
685 memset(stream_obj, 0, sizeof(mm_stream_t));
695 mm_stream_t * stream_obj = NULL;
716 mm_stream_t * stream_obj = NULL;
743 mm_stream_t* s_objs[MM_CAMEAR_MAX_STRAEM_BUNDLE] = {NULL};
811 mm_stream_t* s_objs[MM_CAMEAR_MAX_STRAEM_BUNDLE] = {NULL};
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 249 } mm_stream_t; typedef in typeref:struct:mm_stream
367 mm_stream_t streams[MM_CAMEAR_STRAEM_NUM_MAX];
576 extern int32_t mm_stream_fsm_fn(mm_stream_t *my_obj,
585 extern int32_t mm_stream_reg_buf_cb(mm_stream_t *my_obj,

Completed in 64 milliseconds