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

  /external/libxcam/xcore/
uvc_device.cpp 37 UVCDevice::allocate_buffer ( function in class:XCam::UVCDevice
57 return V4l2Device::allocate_buffer (buf, format, index);
v4l2_device.cpp 481 V4l2Device::allocate_buffer ( function in class:XCam::V4l2Device
553 ret = allocate_buffer (new_buf, _format, i);
  /external/libxcam/modules/isp/
atomisp_device.cpp 98 AtomispDevice::allocate_buffer ( function in class:XCam::AtomispDevice
118 return V4l2Device::allocate_buffer (buf, format, index);
  /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/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 1579 OMX_ERRORTYPE omx_swvdec::allocate_buffer(OMX_HANDLETYPE cmp_handle, function in class:omx_swvdec
    [all...]
omx_vdec_hevc.cpp 4681 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.cpp 5822 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
omx_vdec_v4l2.cpp 6739 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
  /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/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 1722 OMX_ERRORTYPE omx_swvdec::allocate_buffer(OMX_HANDLETYPE cmp_handle, function in class:omx_swvdec
    [all...]
omx_vdec_v4l2.cpp 7335 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 2991 OMX_ERRORTYPE omx_video::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_video
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 3128 OMX_ERRORTYPE omx_video::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_video
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 3443 OMX_ERRORTYPE omx_video::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_video
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 5063 OMX_ERRORTYPE omx_vdpp::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdpp
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 3560 OMX_ERRORTYPE omx_video::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_video
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 4850 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
omx_vdec.cpp 5230 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 5030 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
omx_vdec_hevc.cpp 4702 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.cpp 5618 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
omx_vdec_msm8974.cpp 5881 OMX_ERRORTYPE omx_vdec::allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]

Completed in 586 milliseconds