HomeSort by relevance Sort by last modified time
    Searched full:superbuf (Results 1 - 19 of 19) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 69 MM_CAMERA_CMD_TYPE_SUPER_BUF_DATA_CB, /* superbuf dataB CMD */
90 mm_camera_super_buf_t superbuf; /* superbuf if superbuf dataCB*/ member in union:__anon1770::__anon1771
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 69 MM_CAMERA_CMD_TYPE_SUPER_BUF_DATA_CB, /* superbuf dataB CMD */
90 mm_camera_super_buf_t superbuf; /* superbuf if superbuf dataCB*/ member in union:__anon33226::__anon33227
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 169 my_obj->bundle.super_buf_notify_cb(&cmd_cb->u.superbuf, my_obj->bundle.user_data);
179 * in the superbuf queue, or sending matched superbuf frames to upper
234 /* dispatch superbuf */
239 CDBG("%s: Send superbuf to HAL, pending_cnt=%d",
247 cb_node->u.superbuf.num_bufs = node->num_of_bufs;
249 cb_node->u.superbuf.bufs[i] = node->super_buf[i].buf;
251 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
252 cb_node->u.superbuf.ch_id = ch_obj->my_hdl;
275 /* no superbuf avail, break the loop *
    [all...]
mm_camera_interface.c 819 * frames from superbuf queue
857 * of matched frames from superbuf queue
892 * DESCRIPTION: flush out all frames in the superbuf queue
    [all...]
mm_camera.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 170 my_obj->bundle.super_buf_notify_cb(&cmd_cb->u.superbuf, my_obj->bundle.user_data);
180 * in the superbuf queue, or sending matched superbuf frames to upper
236 /* dispatch superbuf */
241 CDBG("%s: Send superbuf to HAL, pending_cnt=%d",
249 cb_node->u.superbuf.num_bufs = node->num_of_bufs;
251 cb_node->u.superbuf.bufs[i] = node->super_buf[i].buf;
253 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
254 cb_node->u.superbuf.ch_id = ch_obj->my_hdl;
277 /* no superbuf avail, break the loop *
    [all...]
mm_camera_interface.c 819 * frames from superbuf queue
857 * of matched frames from superbuf queue
892 * DESCRIPTION: flush out all frames in the superbuf queue
    [all...]
mm_camera.c     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 296 /* dispatch superbuf */
321 /* no superbuf avail, break the loop */
755 /* init superbuf queue */
797 /* deinit superbuf queue */
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 577 * from superbuf queue in burst mode
589 * frames dispatched from superbuf queue in
600 * all frames in the superbuf queue up to frame_idx,
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 577 * from superbuf queue in burst mode
589 * frames dispatched from superbuf queue in
600 * all frames in the superbuf queue up to frame_idx,
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 42 * DESCRIPTION: helper function to handle ZSL superbuf callback directly from
74 // save a copy for the superbuf
93 * DESCRIPTION: helper function to handle snapshot superbuf callback directly from
127 // save a copy for the superbuf
184 * DESCRIPTION: helper function to handle postprocess superbuf callback directly from
211 // save a copy for the superbuf
    [all...]
QCameraPostProc.cpp 790 * DESCRIPTION: function to release a superbuf frame by returning back to kernel
793 * @super_buf : ptr to the superbuf frame
    [all...]
QCameraChannel.cpp 743 // find meta data stream and index of meta data frame in the superbuf
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 42 * DESCRIPTION: helper function to handle ZSL superbuf callback directly from
74 // save a copy for the superbuf
93 * DESCRIPTION: helper function to handle snapshot superbuf callback directly from
127 // save a copy for the superbuf
184 * DESCRIPTION: helper function to handle postprocess superbuf callback directly from
211 // save a copy for the superbuf
    [all...]
QCameraPostProc.cpp 790 * DESCRIPTION: function to release a superbuf frame by returning back to kernel
793 * @super_buf : ptr to the superbuf frame
    [all...]
QCameraChannel.cpp 743 // find meta data stream and index of meta data frame in the superbuf
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 631 * DESCRIPTION: function to release a superbuf frame by returning back to kernel
634 * @super_buf : ptr to the superbuf frame
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 636 * DESCRIPTION: function to release a superbuf frame by returning back to kernel
639 * @super_buf : ptr to the superbuf frame
    [all...]

Completed in 937 milliseconds