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

1 2

  /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...]
  /device/lge/hammerhead/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);
1559 mm_channel_queue_node_t* super_buf = NULL; local
1756 mm_channel_queue_node_t* super_buf = NULL; local
1797 mm_channel_queue_node_t* super_buf = NULL; local
1824 mm_channel_queue_node_t* super_buf = NULL; local
1870 mm_channel_queue_node_t* super_buf = NULL; local
1911 mm_channel_queue_node_t* super_buf = NULL; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 383 cb_node->u.superbuf.bufs[i] = node->super_buf[i].buf;
402 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
409 mm_channel_qbuf(ch_obj, node->super_buf[i].buf);
1974 mm_channel_queue_node_t* super_buf = NULL; local
2197 mm_channel_queue_node_t* super_buf = NULL; local
2238 mm_channel_queue_node_t* super_buf = NULL; local
2265 mm_channel_queue_node_t* super_buf = NULL; local
2311 mm_channel_queue_node_t* super_buf = NULL; local
2352 mm_channel_queue_node_t* super_buf = NULL; local
2428 mm_channel_queue_node_t* super_buf = NULL; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 100 mm_channel_queue_node_t *super_buf);
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);
1376 mm_channel_queue_node_t* super_buf = NULL; local
1546 mm_channel_queue_node_t* super_buf = NULL; local
1575 mm_channel_queue_node_t* super_buf = NULL; local
1588 mm_channel_queue_node_t* super_buf = NULL; local
1620 mm_channel_queue_node_t* super_buf = NULL; local
    [all...]
mm_camera_stream.c 255 static void mm_stream_buf_notify(mm_camera_super_buf_t *super_buf,
261 mm_camera_buf_def_t *buf = super_buf->bufs[0];
317 mm_camera_super_buf_t super_buf; local
334 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
335 super_buf.num_bufs = 1;
336 super_buf.bufs[0] = buf_info->buf;
337 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
338 super_buf.ch_id = my_obj->ch_obj->my_hdl;
348 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);
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 657 * @super_buf : ptr to the superbuf frame
661 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf)
663 if (NULL != super_buf) {
665 m_parent->bufDone(super_buf);
1161 mm_camera_super_buf_t *super_buf; local
    [all...]
QCamera3PostProc.h 125 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);
  /device/lge/hammerhead/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);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 280 mm_camera_super_buf_t *super_buf,
289 ( NULL == super_buf )) {
318 memcpy(src_buf, super_buf, sizeof(mm_camera_super_buf_t));
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 1219 mm_camera_super_buf_t *super_buf = (mm_camera_super_buf_t *) data; local
2146 mm_camera_super_buf_t *super_buf = local
2206 mm_camera_super_buf_t *super_buf = local
    [all...]
QCameraPostProc.h 146 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 789 * @super_buf : ptr to the superbuf frame
793 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf)
795 if (NULL != super_buf) {
797 m_parent->bufDone(super_buf);
1608 mm_camera_super_buf_t *super_buf; local
    [all...]
QCamera3PostProc.h 138 void releaseSuperBuf(mm_camera_super_buf_t *super_buf);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 177 void QCameraHardwareInterface::releaseSuperBuf(mm_camera_super_buf_t *super_buf)
179 if (NULL != super_buf) {
180 for(int i = 0; i< super_buf->num_bufs; i++) {
181 if (super_buf->bufs[i]->p_mobicat_info) {
182 free(super_buf->bufs[i]->p_mobicat_info);
183 super_buf->bufs[i]->p_mobicat_info = NULL;
185 mCameraHandle->ops->qbuf(super_buf->camera_handle,
186 super_buf->ch_id,
187 super_buf->bufs[i]);
188 cache_ops((QCameraHalMemInfo_t *)(super_buf->bufs[i]->mem_info)
362 mm_camera_super_buf_t *super_buf = local
394 mm_camera_super_buf_t *super_buf = local
    [all...]
  /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:__anon2800
351 mm_channel_queue_node_t* super_buf; member in struct:__anon2803
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 296 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon3307
353 mm_channel_queue_node_t* super_buf; member in struct:__anon3310
  /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:__anon3532
378 mm_channel_queue_node_t* super_buf; member in struct:__anon3535
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 322 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon4410
401 mm_channel_queue_node_t* super_buf; member in struct:__anon4413

Completed in 244 milliseconds

1 2