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

1 2 3

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
decoder_driver_test.h 62 int allocate_buffer ( enum vdec_buffer,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_test.h 68 int allocate_buffer ( unsigned int buffer_dir,
omx_video_base.h 193 OMX_ERRORTYPE allocate_buffer(
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 61 int allocate_buffer ( enum vdec_buffer,
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 67 int allocate_buffer ( unsigned int buffer_dir,
omx_video_base.h 203 OMX_ERRORTYPE allocate_buffer(
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 61 int allocate_buffer ( enum vdec_buffer,
omx_swvdec.h 223 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 67 int allocate_buffer ( unsigned int buffer_dir,
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 61 int allocate_buffer ( enum vdec_buffer,
omx_swvdec.h 211 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 67 int allocate_buffer ( unsigned int buffer_dir,
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_component.h 136 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
qc_omx_component.h 136 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_component.h 136 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_component.h 136 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /hardware/qcom/media/sdm845/mm-core/inc/
qc_omx_component.h 136 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /external/e2fsprogs/misc/
badblocks.c 125 static void *allocate_buffer(size_t size) function
504 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size);
506 blkbuf = allocate_buffer(blocks_at_once * block_size);
606 buffer = allocate_buffer(2 * blocks_at_once * block_size);
765 blkbuf = allocate_buffer(3 * blocks_at_once * block_size);
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h 218 OMX_ERRORTYPE allocate_buffer(OMX_HANDLETYPE cmp_handle,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 164 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT,
171 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT,
445 int allocate_buffer ( enum vdec_buffer buffer_dir, function
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 175 if (error != -1 && (allocate_buffer (0,encoder_context)== -1))
181 if (error != -1 && (allocate_buffer (1,encoder_context)== -1))
485 int allocate_buffer ( unsigned int buffer_dir, function
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 159 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT,
165 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT,
421 int allocate_buffer ( enum vdec_buffer buffer_dir, function
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.cpp 288 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.cpp 289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.cpp 289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);

Completed in 136 milliseconds

1 2 3