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

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 101 mm_channel_queue_node_t *super_buf);
103 mm_channel_queue_node_t *super_buf);
186 node = pp_info->super_buf;
197 if (node->super_buf[i].stream_id == pp_info->stream_hdl) {
199 node->super_buf[i].need_pp = 0;
206 if (node->super_buf[i].need_pp) {
216 mm_camera_super_buf_t super_buf; local
219 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
220 super_buf.num_bufs = node->num_of_bufs;
222 super_buf.bufs[i] = node->super_buf[i].buf
298 mm_camera_super_buf_t super_buf; local
1282 mm_channel_queue_node_t* super_buf = NULL; local
1444 mm_channel_queue_node_t* super_buf = NULL; local
1473 mm_channel_queue_node_t* super_buf = NULL; local
1486 mm_channel_queue_node_t* super_buf = NULL; local
1514 mm_channel_queue_node_t* super_buf = NULL; local
    [all...]
mm_camera_stream.c 247 static void mm_stream_buf_notify(mm_camera_super_buf_t *super_buf,
253 mm_camera_buf_def_t *buf = super_buf->bufs[0];
300 mm_camera_super_buf_t super_buf; local
313 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
314 super_buf.num_bufs = 1;
315 super_buf.bufs[0] = buf_info->buf;
316 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
317 super_buf.ch_id = my_obj->ch_obj->my_hdl;
327 my_obj->buf_cb[i].cb(&super_buf,
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 249 cb_node->u.superbuf.bufs[i] = node->super_buf[i].buf;
263 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
270 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
1556 mm_channel_queue_node_t* super_buf = NULL; local
1753 mm_channel_queue_node_t* super_buf = NULL; local
1794 mm_channel_queue_node_t* super_buf = NULL; local
1821 mm_channel_queue_node_t* super_buf = NULL; local
1867 mm_channel_queue_node_t* super_buf = NULL; local
1908 mm_channel_queue_node_t* super_buf = NULL; local
    [all...]
mm_camera_stream.c 264 mm_camera_super_buf_t super_buf; local
279 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
280 super_buf.num_bufs = 1;
281 super_buf.bufs[0] = buf_info->buf;
282 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
283 super_buf.ch_id = my_obj->ch_obj->my_hdl;
299 my_obj->buf_cb[i].cb(&super_buf,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 251 cb_node->u.superbuf.bufs[i] = node->super_buf[i].buf;
265 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
272 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
1558 mm_channel_queue_node_t* super_buf = NULL; local
1755 mm_channel_queue_node_t* super_buf = NULL; local
1796 mm_channel_queue_node_t* super_buf = NULL; local
1823 mm_channel_queue_node_t* super_buf = NULL; local
1869 mm_channel_queue_node_t* super_buf = NULL; local
1910 mm_channel_queue_node_t* super_buf = NULL; local
    [all...]
mm_camera_stream.c 264 mm_camera_super_buf_t super_buf; local
280 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
281 super_buf.num_bufs = 1;
282 super_buf.bufs[0] = buf_info->buf;
283 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
284 super_buf.ch_id = my_obj->ch_obj->my_hdl;
300 my_obj->buf_cb[i].cb(&super_buf,
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 634 * @super_buf : ptr to the superbuf frame
638 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf)
640 if (NULL != super_buf) {
642 m_parent->bufDone(super_buf);
1136 mm_camera_super_buf_t *super_buf = local
    [all...]
QCamera3PostProc.h 122 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 639 * @super_buf : ptr to the superbuf frame
643 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf)
645 if (NULL != super_buf) {
647 m_parent->bufDone(super_buf);
1166 mm_camera_super_buf_t *super_buf = local
    [all...]
QCamera3PostProc.h 123 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 793 * @super_buf : ptr to the superbuf frame
797 void QCameraPostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf)
801 if (NULL != super_buf) {
802 pChannel = m_parent->getChannelByHandle(super_buf->ch_id);
806 m_pReprocChannel->getMyHandle() == super_buf->ch_id) {
812 pChannel->bufDone(super_buf);
816 super_buf->ch_id);
1331 mm_camera_super_buf_t *super_buf = local
1392 mm_camera_super_buf_t *super_buf = local
    [all...]
QCameraPostProc.h 128 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
QCamera2HWI.h 287 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp 793 * @super_buf : ptr to the superbuf frame
797 void QCameraPostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf)
801 if (NULL != super_buf) {
802 pChannel = m_parent->getChannelByHandle(super_buf->ch_id);
806 m_pReprocChannel->getMyHandle() == super_buf->ch_id) {
812 pChannel->bufDone(super_buf);
816 super_buf->ch_id);
1331 mm_camera_super_buf_t *super_buf = local
1392 mm_camera_super_buf_t *super_buf = local
    [all...]
QCameraPostProc.h 128 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
QCamera2HWI.h 287 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 294 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon1787
351 mm_channel_queue_node_t* super_buf; member in struct:__anon1790
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 324 mm_camera_buf_info_t super_buf[MM_CAMEAR_MAX_STRAEM_BUNDLE]; member in struct:__anon2073
378 mm_channel_queue_node_t* super_buf; member in struct:__anon2076
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 294 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon33224
351 mm_channel_queue_node_t* super_buf; member in struct:__anon33227

Completed in 9789 milliseconds