Searched refs:alloc_size (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c1430 obj_buffer->alloc_size = 0;
1438 obj_buffer->alloc_size = 0;
1442 if (obj_buffer->alloc_size < (unsigned int)size) {
1443 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Buffer size mismatch: Need %d, currently have %d\n", size, obj_buffer->alloc_size);
1449 obj_buffer->alloc_size = 0;
1481 obj_buffer->alloc_size = size;
1770 obj_buffer->alloc_size = 0;
H A Dpsb_drv_video.h571 unsigned int alloc_size; member in struct:object_buffer_s
H A Dpsb_output.c530 obj_buffer->alloc_size = obj_buffer->size;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c697 const size_t alloc_size = (size_t)length + 1; local
701 str = ne_pool_alloc(alloc_size, ctx->alloc_pool);
702 r = ne_io_read(ctx->io, (unsigned char *) str, alloc_size - 1);
705 str[alloc_size - 1] = '\0';

Completed in 65 milliseconds