HomeSort by relevance Sort by last modified time
    Searched refs:allocate_buffer (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/inc/
decoder_driver_test.h 61 int allocate_buffer ( enum vdec_buffer,
omx_vdec.h 177 OMX_ERRORTYPE allocate_buffer(
  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_test.h 68 int allocate_buffer ( unsigned int buffer_dir,
omx_video_base.h 132 OMX_ERRORTYPE allocate_buffer(
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 136 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /external/e2fsprogs/misc/
badblocks.c 100 static void *allocate_buffer(size_t size) function
351 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size);
353 blkbuf = allocate_buffer(blocks_at_once * block_size);
443 buffer = allocate_buffer(2 * blocks_at_once * block_size);
588 blkbuf = allocate_buffer(3 * blocks_at_once * block_size);
  /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
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 288 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
  /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 2202 milliseconds