OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocate_buffer
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c
166
if (error != -1 && (
allocate_buffer
(VDEC_BUFFER_TYPE_INPUT,
173
if (error != -1 && (
allocate_buffer
(VDEC_BUFFER_TYPE_OUTPUT,
441
int
allocate_buffer
( enum vdec_buffer buffer_dir,
function
[
all
...]
/hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c
177
if (error != -1 && (
allocate_buffer
(0,encoder_context)== -1))
183
if (error != -1 && (
allocate_buffer
(1,encoder_context)== -1))
487
int
allocate_buffer
( unsigned int buffer_dir,
function
/external/e2fsprogs/misc/
badblocks.c
112
static void *
allocate_buffer
(size_t size)
function
455
blkbuf =
allocate_buffer
((blocks_at_once + 1) * block_size);
457
blkbuf =
allocate_buffer
(blocks_at_once * block_size);
559
buffer =
allocate_buffer
(2 * blocks_at_once * block_size);
718
blkbuf =
allocate_buffer
(3 * blocks_at_once * block_size);
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp
2600
OMX_ERRORTYPE omx_video::
allocate_buffer
(OMX_IN OMX_HANDLETYPE hComp,
function in class:omx_video
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
4058
OMX_ERRORTYPE omx_vdec::
allocate_buffer
(OMX_IN OMX_HANDLETYPE hComp,
function in class:omx_vdec
[
all
...]
Completed in 239 milliseconds