Searched refs:enableNativeBuffers_l (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 724 err = enableNativeBuffers_l( in setPortMode() 730 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() 743 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode() 744 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() 755 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode() 756 err = enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_TRUE); in setPortMode() 785 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() 786 err = enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_TRUE); in setPortMode() 800 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode() 801 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() [all …]
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OMXNodeInstance.h | 251 status_t enableNativeBuffers_l(
|