Searched defs:super_buf (Results 1 - 23 of 23) sorted by relevance

/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_reprocess.c280 mm_camera_super_buf_t *super_buf,
289 ( NULL == super_buf )) {
318 memcpy(src_buf, super_buf, sizeof(mm_camera_super_buf_t));
277 mm_app_do_reprocess(mm_camera_test_obj_t *test_obj, mm_camera_buf_def_t *frame, uint8_t meta_idx, mm_camera_super_buf_t *super_buf, mm_camera_stream_t *src_meta) argument
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp634 * @super_buf : ptr to the superbuf frame
638 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) argument
640 if (NULL != super_buf) {
642 m_parent->bufDone(super_buf);
1136 mm_camera_super_buf_t *super_buf = local
1138 if (NULL != super_buf) {
1139 pme->releaseSuperBuf(super_buf);
1140 free(super_buf);
1142 super_buf = (mm_camera_super_buf_t *)pme->m_inputRawQ.dequeue();
1143 if (NULL != super_buf) {
[all...]
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp793 * @super_buf : ptr to the superbuf frame
797 void QCameraPostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) argument
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
1334 if (NULL != super_buf) {
1337 ret = pme->processRawImageImpl(super_buf);
1392 mm_camera_super_buf_t *super_buf = local
[all...]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c249 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
1600 super_buf = (mm_channel_queue_node_t*)node->data;
1601 if (NULL != super_buf) {
1602 if (super_buf->matched) {
1606 } else if ( buf_info->frame_idx == super_buf->frame_idx ) {
1614 if ( super_buf->frame_idx < buf_info->frame_idx ) {
1619 if ( super_buf
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...]
H A Dmm_camera_stream.c264 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,
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp793 * @super_buf : ptr to the superbuf frame
797 void QCameraPostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) argument
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
1334 if (NULL != super_buf) {
1337 ret = pme->processRawImageImpl(super_buf);
1392 mm_camera_super_buf_t *super_buf = local
[all...]
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp657 * @super_buf : ptr to the superbuf frame
661 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) argument
663 if (NULL != super_buf) {
665 m_parent->bufDone(super_buf);
1161 mm_camera_super_buf_t *super_buf; local
1167 super_buf = (mm_camera_super_buf_t *)pme->m_inputRawQ.dequeue();
1168 if (NULL != super_buf) {
1169 pme->releaseSuperBuf(super_buf);
1170 free(super_buf);
1172 super_buf
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c251 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
1603 super_buf = (mm_channel_queue_node_t*)node->data;
1604 if (NULL != super_buf) {
1605 if (super_buf->matched) {
1609 } else if ( buf_info->frame_idx == super_buf->frame_idx ) {
1617 if ( super_buf->frame_idx < buf_info->frame_idx ) {
1622 if ( super_buf
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...]
H A Dmm_camera_stream.c244 mm_camera_super_buf_t super_buf; local
260 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
261 super_buf.num_bufs = 1;
262 super_buf.bufs[0] = buf_info->buf;
263 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
264 super_buf.ch_id = my_obj->ch_obj->my_hdl;
280 my_obj->buf_cb[i].cb(&super_buf,
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c101 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
298 mm_camera_super_buf_t super_buf; local
1152 mm_channel_need_do_pp(mm_channel_t *my_obj, mm_channel_queue_node_t *super_buf) argument
1167 mm_channel_do_post_processing(mm_channel_t *my_obj, mm_channel_queue_node_t *super_buf) argument
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...]
H A Dmm_camera_stream.c247 static void mm_stream_buf_notify(mm_camera_super_buf_t *super_buf, argument
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,
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c255 static void mm_stream_buf_notify(mm_camera_super_buf_t *super_buf, argument
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,
H A Dmm_camera_channel.c100 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);
1275 mm_channel_queue_node_t *super_buf)
1288 for (i = 0; i < super_buf->num_of_bufs; i++) {
1289 s_obj = mm_channel_util_get_stream_by_handler(my_obj, super_buf->super_buf[i].stream_id);
1292 wnr_info.frames[j].frame_idx = super_buf->super_buf[
1274 mm_channel_do_post_processing(mm_channel_t *my_obj, mm_channel_queue_node_t *super_buf) argument
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...]
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp789 * @super_buf : ptr to the superbuf frame
793 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) argument
795 if (NULL != super_buf) {
797 m_parent->bufDone(super_buf);
1608 mm_camera_super_buf_t *super_buf; local
1609 super_buf = (mm_camera_super_buf_t *)pme->m_inputRawQ.dequeue();
1610 if (NULL != super_buf) {
1611 pme->releaseSuperBuf(super_buf);
1612 free(super_buf);
1614 super_buf
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c383 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
2033 super_buf = (mm_channel_queue_node_t*)node->data;
2034 if (NULL != super_buf) {
2035 if (super_buf->matched) {
2039 } else if ( buf_info->frame_idx == super_buf->frame_idx ) {
2047 if ( super_buf->frame_idx < buf_info->frame_idx ) {
2052 if ( super_buf
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...]
H A Dmm_camera_stream.c244 mm_camera_super_buf_t super_buf; local
260 memset(&super_buf, 0, sizeof(mm_camera_super_buf_t));
261 super_buf.num_bufs = 1;
262 super_buf.bufs[0] = buf_info->buf;
263 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
264 super_buf.ch_id = my_obj->ch_obj->my_hdl;
280 my_obj->buf_cb[i].cb(&super_buf,
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp1086 * @super_buf : ptr to the superbuf frame
1090 void QCameraPostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) argument
1094 if (NULL != super_buf) {
1095 pChannel = m_parent->getChannelByHandle(super_buf->ch_id);
1099 m_pReprocChannel->getMyHandle() == super_buf->ch_id) {
1105 pChannel->bufDone(super_buf);
1109 super_buf->ch_id);
1219 mm_camera_super_buf_t *super_buf = (mm_camera_super_buf_t *) data; local
1220 pme->releaseSuperBuf(super_buf);
2146 mm_camera_super_buf_t *super_buf local
2206 mm_camera_super_buf_t *super_buf = local
[all...]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h294 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon229
351 mm_channel_queue_node_t* super_buf; member in struct:__anon232
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h296 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon736
353 mm_channel_queue_node_t* super_buf; member in struct:__anon739
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera.h324 mm_camera_buf_info_t super_buf[MM_CAMEAR_MAX_STRAEM_BUNDLE]; member in struct:__anon961
378 mm_channel_queue_node_t* super_buf; member in struct:__anon964
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera.h358 mm_camera_buf_info_t super_buf[MM_CAMEAR_MAX_STRAEM_BUNDLE]; member in struct:__anon1446
415 mm_channel_queue_node_t* super_buf; member in struct:__anon1449
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h322 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon1839
401 mm_channel_queue_node_t* super_buf; member in struct:__anon1842
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHWI.cpp177 void QCameraHardwareInterface::releaseSuperBuf(mm_camera_super_buf_t *super_buf) argument
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
362 mm_camera_super_buf_t *super_buf = local
394 mm_camera_super_buf_t *super_buf = local
[all...]

Completed in 826 milliseconds