Searched defs:buf_size (Results 1 - 16 of 16) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_cons.h31 uint buf_size; member in struct:__anon26
/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/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/common/
H A Dmm_jpeg_interface.h51 uint32_t buf_size; /* total size of buf (header + image) */ member in struct:__anon567
/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/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/src/
H A Domx_video_base.cpp4243 bool omx_video::omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
4255 buf_size = bufferreq.size;
4411 unsigned int buf_size = 0; local
4412 if (!c2d_conv.get_buffer_size(C2D_OUTPUT,buf_size))
4416 pdest_frame->nFilledLen = buf_size;
H A Dvideo_encoder_device_v4l2.cpp827 unsigned int buf_size = 0, extra_data_size = 0, client_extra_data_size = 0; local
/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...]
H A Domx_vdec_msm8974.cpp7457 unsigned int buf_size = 0, extra_data_size = 0, client_extra_data_size = 0; local
7516 buf_size = buffer_prop->buffer_size;
7538 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7543 buf_size += client_extra_data_size;
7544 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
7546 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size);
7548 buffer_prop->buffer_size = buf_size;
7549 else if (buf_size !
7562 unsigned buf_size = 0; local
7660 unsigned int buf_size = 0; local
[all...]

Completed in 1015 milliseconds