Searched refs:buffer_size (Results 1 - 25 of 92) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Divfdec.h22 size_t *bytes_read, size_t *buffer_size);
H A Dwebmdec.h37 size_t *buffer_size);
H A Divfdec.c73 size_t *bytes_read, size_t *buffer_size) {
88 if (frame_size > *buffer_size) {
93 *buffer_size = 2 * frame_size;
72 ivf_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read, size_t *buffer_size) argument
H A Dvideo_reader.c25 size_t buffer_size; member in struct:VpxVideoReaderStruct
69 &reader->buffer_size);
H A Dvpxdec.c173 size_t *bytes_read, size_t *buffer_size) {
195 if (frame_size > *buffer_size) {
199 *buffer_size = 2 * frame_size;
219 size_t *bytes_in_buffer, size_t *buffer_size) {
224 buf, bytes_in_buffer, buffer_size);
228 buf, bytes_in_buffer, buffer_size);
231 buf, bytes_in_buffer, buffer_size);
491 size_t bytes_in_buffer = 0, buffer_size = 0; local
769 if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size))
799 if (!read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) {
172 raw_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read, size_t *buffer_size) argument
218 read_frame(struct VpxDecInputContext *input, uint8_t **buf, size_t *bytes_in_buffer, size_t *buffer_size) argument
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h53 unsigned long buffer_size; /* log buffer size */ member in struct:PERF_Config
/hardware/libhardware_legacy/
H A Dqemu.h66 int buffer_size,
/hardware/intel/common/libva/va/
H A Dva_enc.h84 unsigned int buffer_size
/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Dwv_mod_drm_api.h119 uint32_t buffer_size,
126 uint32_t buffer_size,
133 uint32_t buffer_size,
140 uint32_t buffer_size,
/hardware/libhardware_legacy/qemu/
H A Dqemu.c252 int buffer_size,
259 if (buffer_size < 6)
262 len = vsnprintf(buffer+4, buffer_size-4, format, args);
263 if (len >= buffer_size-4)
273 int buffer_size,
281 ret = qemu_command_format(buffer, buffer_size, format, args);
251 qemu_command_vformat( char* buffer, int buffer_size, const char* format, va_list args ) argument
272 qemu_command_format( char* buffer, int buffer_size, const char* format, ... ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp8_boolcoder_test.cc98 encrypt_buffer(bw_buffer, buffer_size);
99 vp8dx_start_decode(&br, bw_buffer, buffer_size,
/hardware/libhardware/modules/usbaudio/
H A Dalsa_device_profile.c465 const int buffer_size = ARRAY_SIZE(buffer); local
480 strncat(buffer, "|", buffer_size);
482 strncat(buffer, names_array[channel_count], buffer_size);
491 strncat(buffer, "|", buffer_size);
493 strncat(buffer, names_array[2], buffer_size); /* stereo */
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1242 unsigned int alignment = 0,buffer_size = 0; local
1553 DEBUG_PRINT_HIGH("Input Buffer Size =%d",drv_ctx.ip_buf.buffer_size);
1557 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1558 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1577 m_frame_parser.mutils->allocate_rbsp_buffer (drv_ctx.ip_buf.buffer_size);
2753 unsigned int buffer_size; local
2754 if (!client_buffers.get_buffer_req(buffer_size)) {
2759 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) {
2761 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
2767 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size,
6896 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
6913 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag) argument
8320 get_buffer_req(unsigned int &buffer_size) argument
[all...]
H A Domx_vdec_hevc_swvdec.cpp1730 unsigned int alignment = 0,buffer_size = 0; local
1973 DEBUG_PRINT_HIGH("Input Buffer Size =%d",drv_ctx.ip_buf.buffer_size);
2013 drv_ctx.ip_buf.buffer_size, drv_ctx.interm_op_buf.buffer_size,
2014 drv_ctx.op_buf.buffer_size);
2016 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
2017 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
3386 unsigned int buffer_size; local
3387 if (!client_buffers.get_buffer_req(buffer_size)) {
3392 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size )
7858 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
7877 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag, int heap_id) argument
9409 get_buffer_req(unsigned int &buffer_size) argument
[all...]
H A Domx_vdec.cpp1154 unsigned int alignment = 0,buffer_size = 0; local
1521 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size - DEVICE_SCRATCH;
1532 m_frame_parser.mutils->allocate_rbsp_buffer (drv_ctx.ip_buf.buffer_size);
2836 if ((OMX_U32)handle->size < drv_ctx.op_buf.buffer_size) {
2839 drv_ctx.op_buf.buffer_size, (OMX_U32)handle->size);
2918 unsigned int buffer_size; local
2920 if (!client_buffers.get_buffer_req(buffer_size)) {
2925 portDefn->nBufferSize >= buffer_size) {
2927 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
2934 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size,
7267 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
7289 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data,int flag) argument
9513 get_buffer_req(unsigned int &buffer_size) argument
[all...]
H A Domx_vdec_msm8974.cpp1472 unsigned int alignment = 0,buffer_size = 0; local
1838 DEBUG_PRINT_HIGH("Input Buffer Size =%d",drv_ctx.ip_buf.buffer_size);
1843 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1844 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1862 m_frame_parser.mutils->allocate_rbsp_buffer (drv_ctx.ip_buf.buffer_size);
3081 unsigned int buffer_size; local
3112 if (!client_buffers.get_buffer_req(buffer_size)) {
3117 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) {
3119 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
3122 drv_ctx.extradata_info.buffer_size;
7893 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
7911 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag) argument
9750 get_buffer_req(unsigned int &buffer_size) argument
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_ion.h228 * @buffer_size - pointer to store the size of the buffer
239 unsigned long *buffer_size,
394 unsigned long *buffer_size,
390 ion_map_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num, unsigned long align, unsigned long iova_length, unsigned long *iova, unsigned long *buffer_size, unsigned long flags, unsigned long iommu_flags) argument
H A Dmsm_audio.h152 uint32_t buffer_size; member in struct:msm_audio_config
163 uint32_t buffer_size; member in struct:msm_audio_stream_config
309 uint32_t buffer_size; /* Size of buffer for capturing of member in struct:msm_audio_pcm_config
/hardware/intel/common/utils/ISV/base/
H A Disv_bufmanager.cpp132 int32_t buffer_size = mStride * mSurfaceHeight * 3 / 2; local
134 for (int32_t i = 0; i < buffer_size/RANDOM_BUFFER_SIZE; i++) {
139 ALOGD_IF(ISV_BUFFER_MANAGER_DEBUG, "%s: clear isv buffer %p finished, buffer size %d", __func__, this, buffer_size);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h142 uint32_t buffer_size; member in struct:msm_audio_config
155 uint32_t buffer_size; member in struct:msm_audio_stream_config
236 uint32_t buffer_size; member in struct:msm_audio_pcm_config
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h152 uint32_t buffer_size; member in struct:msm_audio_config
163 uint32_t buffer_size; member in struct:msm_audio_stream_config
260 uint32_t buffer_size; /* Size of buffer for capturing of member in struct:msm_audio_pcm_config
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1186 unsigned int alignment = 0,buffer_size = 0; local
1549 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1550 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1560 m_frame_parser.mutils->allocate_rbsp_buffer (drv_ctx.ip_buf.buffer_size);
2968 if ((OMX_U32)handle->size < drv_ctx.op_buf.buffer_size) {
2971 drv_ctx.op_buf.buffer_size, (OMX_U32)handle->size);
3053 unsigned int buffer_size; local
3054 if (!client_buffers.get_buffer_req(buffer_size)) {
3059 portDefn->nBufferSize >= buffer_size)
3071 drv_ctx.op_buf.buffer_size
7574 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
7595 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data,int flag) argument
9252 get_buffer_req(unsigned int &buffer_size) argument
[all...]
H A Domx_vdec_copper.cpp1192 unsigned int alignment = 0,buffer_size = 0; local
1452 printf("Input Buffer Size =%d \n ",drv_ctx.ip_buf.buffer_size);
1471 h264_scratch.nAllocLen = drv_ctx.ip_buf.buffer_size;
1472 h264_scratch.pBuffer = (OMX_U8 *)malloc (drv_ctx.ip_buf.buffer_size);
1482 m_frame_parser.mutils->allocate_rbsp_buffer (drv_ctx.ip_buf.buffer_size);
2862 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size )
2865 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
2873 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size,
2942 && portDefn->nBufferSize == drv_ctx.ip_buf.buffer_size)
2945 drv_ctx.ip_buf.buffer_size
7063 alloc_map_ion_memory(OMX_U32 buffer_size, OMX_U32 alignment, struct ion_allocation_data *alloc_data, struct ion_fd_data *fd_data, int flag) argument
7138 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_H264ES.c157 ctx->buffer_size = 0;
303 ctx->buffer_size != 0 && ctx->initial_buffer_fullness != 0) {
304 ctx->sRCParams.BufferSize = ctx->buffer_size;
305 ctx->sRCParams.InitialLevel = ctx->buffer_size - ctx->initial_buffer_fullness;
309 ctx->buffer_size = ctx->sRCParams.BitsPerSecond;
311 ctx->sRCParams.BufferSize = ctx->buffer_size;
317 ctx->sRCParams.InitialDelay = ctx->buffer_size - ctx->sRCParams.InitialLevel;
454 90000 * (1.0 * ctx->buffer_size / ctx->sRCParams.BitsPerSecond)
1207 if (hrd_param->buffer_size == 0
1209 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Find zero value for buffer_size "
[all...]
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_audio.h142 uint32_t buffer_size; member in struct:msm_audio_config
155 uint32_t buffer_size; member in struct:msm_audio_stream_config
275 uint32_t buffer_size; member in struct:msm_audio_pcm_config

Completed in 759 milliseconds

1234