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

12

/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/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);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
H A Dlog_util.h90 extern char* get_timestamp(char* str, unsigned long buf_size);
/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);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
H A Dlog_util.h90 extern char* get_timestamp(char* str, unsigned long 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/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/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/intel/img/psb_headers/DRM/cc54/inc/
H A Ddrm_common_api.h104 uint32_t buf_size);
/hardware/libhardware/include/hardware/
H A Dcamera.h54 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/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/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/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/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/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...]
/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...]

Completed in 564 milliseconds

12