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

/frameworks/base/media/libstagefright/omx/
H A DOMXNodeInstance.cpp393 OMX_ERRORTYPE err = OMX_UseBuffer(
398 LOGE("OMX_UseBuffer failed with error %d (0x%08x)", err, err);
442 err = OMX_UseBuffer(
451 LOGE("OMX_UseBuffer failed with error %d (0x%08x)", err, err);
/frameworks/base/include/media/stagefright/openmax/
H A DOMX_Core.h983 /** The OMX_UseBuffer macro will request that the component use
1002 #define OMX_UseBuffer( \ macro
1060 which was allocated using either OMX_AllocateBuffer or OMX_UseBuffer. If
1061 the component allocated the buffer (see the OMX_UseBuffer macro) then

Completed in 24 milliseconds