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

/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/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.cpp155 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
166 buf_size = bufferreq.size;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c79 int buf_size, read_size; local
111 buf_size = ind - (dptr - data);
113 while ((buf_size > 0) && (!done_flag)) {
120 if (buf_size >= 16) {
128 if (buf_size >= 16) {
136 if (buf_size >= 16) {
144 if (buf_size >= 16) {
152 if (buf_size >= 16) {
160 if (buf_size >= 24) {
171 if (buf_size >
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp169 char *loc_get_time(char *time_string, unsigned long buf_size) argument
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
222 char * get_timestamp(char *str, unsigned long buf_size) argument
231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/utils/
H A Dloc_log.cpp169 char *loc_get_time(char *time_string, unsigned long buf_size) argument
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
228 char * get_timestamp(char *str, unsigned long buf_size) argument
237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXExif.cpp241 int buf_size = 0; local
263 buf_size = sizeof(OMX_TI_CONFIG_EXIF_TAGS) +
269 buf_size = ((buf_size+4095)/4096)*4096;
270 sharedBuffer.nSharedBuffSize = buf_size;
272 memmgr_buf_array = mMemMgr.allocateBufferList(0, 0, NULL, buf_size, 1);
/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/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/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c312 size_t buf_size; local
315 buf_size = out->pcm_config.period_size *
319 buf_size = out->pcm_config.period_size *
326 buf_size/=LATENCY_TO_BUFFER_SIZE_RATIO;
331 buf_size,
335 return buf_size;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c713 int q[3], i, ind, left_over_size, buf_size; local
780 buf_size = ind - (dptr - data);
783 while ((buf_size > 0) && (!done_flag)) {
789 if (buf_size >= 16) {
797 if (buf_size >= 16) {
805 if (buf_size >= 16) {
814 if (buf_size >= 16) {
822 if (buf_size >= 16) {
830 if (buf_size >= 24) {
841 if (buf_size >
[all...]
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_vpu.h189 __u32 buf_size; member in struct:vpu_control_extended
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_vpu.h391 __u32 buf_size; member in struct:vpu_control_extended
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp71 int buf_size; local
75 buf_size = width * height * 3 /2;
79 buf_size = width * height * 2;
83 buf_size = width * height * 3 /2;
87 return buf_size;
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp4521 bool omx_video::omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
4531 buf_size = bufferreq.size;
4677 unsigned int buf_size = 0; local
4678 if (!c2d_conv.get_buffer_size(C2D_OUTPUT,buf_size))
4682 if(!buf_size || buf_size > pdest_frame->nAllocLen) {
4685 buf_size, pdest_frame->nAllocLen);
4687 buf_size = 0;
4689 pdest_frame->nFilledLen = buf_size;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4456 bool omx_video::omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
4468 buf_size = bufferreq.size;
4628 unsigned int buf_size = 0; local
4629 if (!c2d_conv.get_buffer_size(C2D_OUTPUT,buf_size))
4633 pdest_frame->nFilledLen = buf_size;
H A Dvideo_encoder_device_v4l2.cpp1087 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.cpp7761 unsigned int buf_size = 0, extra_data_size = 0; local
7774 buf_size = buffer_prop->buffer_size;
7809 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7811 buf_size += extra_data_size;
7812 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
7814 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size);
7816 buffer_prop->buffer_size = buf_size;
7817 else if (buf_size !
7832 unsigned buf_size = 0; local
7979 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.cpp7111 unsigned int buf_size = 0, extra_data_size = 0, client_extra_data_size = 0; local
7161 buf_size = buffer_prop->buffer_size;
7183 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
7188 buf_size += client_extra_data_size;
7189 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
7191 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size, buffer_prop->buffer_type);
7193 buffer_prop->buffer_size = buf_size;
7194 else if (buf_size !
7207 unsigned buf_size = 0; local
7310 unsigned int buf_size = 0; local
[all...]
H A Domx_vdec_hevc_swvdec.cpp8094 unsigned int buf_size = 0, extra_data_size = 0, client_extra_data_size = 0; local
8156 buf_size = buffer_prop->buffer_size;
8182 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8187 buf_size += client_extra_data_size;
8188 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
8190 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size, buffer_prop->buffer_type, client_extra_data_size);
8192 buffer_prop->buffer_size = buf_size;
8193 else if (buf_size !
8207 unsigned buf_size = 0; local
8320 unsigned int buf_size = 0; local
9727 unsigned buf_size = 0; local
[all...]
H A Domx_vdec_msm8974.cpp8114 unsigned int buf_size = 0, extra_data_size = 0, client_extra_data_size = 0; local
8174 buf_size = buffer_prop->buffer_size;
8218 buf_size = ((buf_size + 3)&(~3)); //Align extradata start address to 64Bit
8225 buf_size += client_extra_data_size;
8226 buf_size = (buf_size + buffer_prop->alignment - 1)&(~(buffer_prop->alignment - 1));
8228 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size);
8234 buffer_prop->buffer_size = buf_size;
8235 else if (buf_size !
8248 unsigned buf_size = 0; local
8347 unsigned int buf_size = 0; local
[all...]

Completed in 1213 milliseconds