Searched refs:OMX_AllocateBuffer (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp542 OMX_ERRORTYPE err = OMX_AllocateBuffer(
546 ALOGE("OMX_AllocateBuffer failed with error %d (0x%08x)", err, err);
575 OMX_ERRORTYPE err = OMX_AllocateBuffer(
579 ALOGE("OMX_AllocateBuffer failed with error %d (0x%08x)", err, err);
/frameworks/native/include/media/openmax/
H A DOMX_Core.h1018 /** The OMX_AllocateBuffer macro will request that the component allocate
1045 #define OMX_AllocateBuffer( \ macro
1060 which was allocated using either OMX_AllocateBuffer or OMX_UseBuffer. If

Completed in 24 milliseconds