Searched refs:buf_size (Results 1 - 25 of 29) sorted by relevance

12

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h45 uint32_t buf_size,
51 uint32_t buf_size,
H A Dmm_camera.h415 uint32_t buf_size,
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_cons.h31 uint buf_size; member in struct:__anon26
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h43 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c118 uint32_t buf_size,
135 iov[0].iov_len = buf_size;
171 * @buf_size: the size of the buf that holds incoming msg
179 uint32_t buf_size,
189 if ( (msg == NULL) || (buf_size <= 0) ) {
201 iov[0].iov_len = buf_size;
115 mm_camera_socket_sendmsg( int fd, void *msg, uint32_t buf_size, int sendfd) argument
176 mm_camera_socket_recvmsg( int fd, void *msg, uint32_t buf_size, int *rcvdfd) argument
H A Dmm_camera.c1492 * @buf_size : size of the message to be sent
1501 uint32_t buf_size,
1509 if(mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd) > 0) {
1499 mm_camera_util_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd) argument
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp141 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
151 buf_size = bufferreq.size;
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp159 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
170 buf_size = bufferreq.size;
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h51 uint32_t buf_size; /* total size of buf (header + image) */ member in struct:__anon567
/hardware/libhardware/include/hardware/
H A Dcamera.h51 typedef camera_memory_t* (*camera_request_memory)(int fd, size_t buf_size, unsigned int num_bufs,
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp113 int buf_size; local
118 buf_size = width * height * 2;
122 buf_size = width * height * 3 / 2;
126 buf_size = width * height * 2;
129 buf_size = 0;
133 buf_size = 0;
136 return buf_size;
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c153 CDBG_ERROR("%s:%d] input file size is %d buf_size %ld",
209 p_params->dest_buf[0].buf_size = p_obj->output.size;
216 p_params->src_main_buf[0].buf_size = p_obj->input.size;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXExif.cpp244 int buf_size = 0; local
266 buf_size = sizeof(OMX_TI_CONFIG_EXIF_TAGS) +
272 buf_size = ((buf_size+4095)/4096)*4096;
273 sharedBuffer.nSharedBuffSize = buf_size;
275 memmgr_buf_array = (OMX_U8 **)memMgr.allocateBuffer(0, 0, NULL, buf_size, 1);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c139 encode_param.src_main_buf[0].buf_size = m_frame->frame_len;
148 encode_param.dest_buf[0].buf_size = test_obj->jpeg_buf.buf.frame_len;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp285 encode_parm.src_main_buf[i].buf_size = pStreamMem->getSize(i);
312 encode_parm.src_thumb_buf[i].buf_size = pStreamMem->getSize(i);
325 encode_parm.dest_buf[0].buf_size = mJpegMem->getSize(mJpegMemIndex);
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c275 &lbuffer_info, p_params->src_main_buf[i].buf_size,
288 &lbuffer_info, p_params->src_thumb_buf[i].buf_size,
299 1, NULL, p_params->dest_buf[i].buf_size,
552 totalSize = p_src_buf->buf_size;
716 p_params->src_main_buf[p_jobparams->src_index].buf_size;
739 p_params->src_thumb_buf[p_jobparams->thumb_index].buf_size;
769 p_params->dest_buf[p_jobparams->dst_index].buf_size;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp7734 unsigned int buf_size = 0, extra_data_size = 0; local
7747 buf_size = buffer_prop->buffer_size;
7782 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7784 buf_size += extra_data_size;
7785 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
7787 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size);
7789 buffer_prop->buffer_size = buf_size;
7790 else if (buf_size !
7805 unsigned buf_size = 0; local
7952 unsigned int buf_size = 0; local
[all...]
H A Domx_vdec_copper.cpp7258 unsigned int buf_size = 0, extra_data_size = 0; local
7315 buf_size = buffer_prop->buffer_size;
7335 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7337 buf_size += extra_data_size;
7338 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
7340 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size);
7342 buffer_prop->buffer_size = buf_size;
7343 else if (buf_size !
7357 unsigned buf_size = 0; local
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp7486 unsigned int buf_size = 0, extra_data_size = 0; local
7497 buf_size = buffer_prop->buffer_size;
7517 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7520 buf_size += extra_data_size;
7521 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
7523 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size);
7526 buffer_prop->buffer_size = buf_size;
7527 else if (buf_size !
7542 unsigned buf_size = 0; local
7671 unsigned int buf_size = 0; local
[all...]
H A Domx_vdec_hevc.cpp7091 unsigned int buf_size = 0, extra_data_size = 0, client_extra_data_size = 0; local
7141 buf_size = buffer_prop->buffer_size;
7163 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7168 buf_size += client_extra_data_size;
7169 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
7171 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size, buffer_prop->buffer_type);
7173 buffer_prop->buffer_size = buf_size;
7174 else if (buf_size !
7187 unsigned buf_size = 0; local
7290 unsigned int buf_size = 0; local
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp290 encode_parm.src_main_buf[i].buf_size = stream_mem->size;
316 encode_parm.src_thumb_buf[i].buf_size = stream_mem->size;
352 encode_parm.dest_buf[0].buf_size = jpeg_mem->size;
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h173 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp4520 bool omx_video::omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
4530 buf_size = bufferreq.size;
4675 unsigned int buf_size = 0; local
4676 if (!c2d_conv.get_buffer_size(C2D_OUTPUT,buf_size))
4680 if(!buf_size || buf_size > pdest_frame->nAllocLen) {
4683 buf_size, pdest_frame->nAllocLen);
4685 buf_size = 0;
4687 pdest_frame->nFilledLen = buf_size;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h180 bool get_buffer_size(int port,unsigned int &buf_size);

Completed in 1836 milliseconds

12