HomeSort by relevance Sort by last modified time
    Searched defs:super_buf (Results 1 - 5 of 5) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 500 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
603 cb_node->u.superbuf.bufs[i] = node->super_buf[i].buf;
625 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
633 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
2421 mm_channel_queue_node_t* super_buf = NULL; local
2731 mm_channel_queue_node_t* super_buf = NULL; local
3032 mm_channel_queue_node_t* super_buf = NULL; local
3085 mm_channel_queue_node_t* super_buf = NULL; local
3133 mm_channel_queue_node_t* super_buf = NULL; local
3160 mm_channel_queue_node_t* super_buf = NULL; local
3206 mm_channel_queue_node_t* super_buf = NULL; local
3248 mm_channel_queue_node_t* super_buf = NULL; local
3329 mm_channel_queue_node_t* super_buf = NULL; local
    [all...]
mm_camera_stream.c 267 mm_camera_super_buf_t super_buf; local
274 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
275 super_buf.num_bufs = 1;
276 super_buf.bufs[0] = buf_info->buf;
277 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
278 super_buf.ch_id = my_obj->ch_obj->my_hdl;
282 buf_cb->cb(&super_buf, buf_cb->user_data);
389 mm_camera_super_buf_t super_buf; local
404 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
405 super_buf.num_bufs = 1
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraPostProc.cpp 1823 mm_camera_super_buf_t *super_buf = (mm_camera_super_buf_t *) data; local
2980 mm_camera_super_buf_t *super_buf = local
3009 mm_camera_super_buf_t *super_buf = local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp 848 mm_camera_super_buf_t *super_buf = *itr; local
849 uint32_t buf_idx = super_buf->bufs[0]->buf_idx;
854 super_buf->bufs[0]->flags |= V4L2_BUF_FLAG_ERROR;
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 361 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon3442
503 mm_channel_queue_node_t* super_buf; member in struct:__anon3450

Completed in 3607 milliseconds