Searched refs:enableNativeBuffers_l (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | OMXNodeInstance.cpp | 809 err = enableNativeBuffers_l( in setPortMode() 815 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() 828 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode() 829 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() 840 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode() 841 err = enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_TRUE); in setPortMode() 870 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() 871 err = enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_TRUE); in setPortMode() 885 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode() 886 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode() [all …]
|
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
H A D | OMXNodeInstance.h | 251 status_t enableNativeBuffers_l(
|