Searched defs:pComponentConfigStructure (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/omx/
H A DOMXComponentBase.cpp86 OMX_INOUT OMX_PTR pComponentConfigStructure) {
87 return getBase(hComponent)->getConfig(nIndex, pComponentConfigStructure);
93 OMX_IN OMX_PTR pComponentConfigStructure) {
94 return getBase(hComponent)->setConfig(nIndex, pComponentConfigStructure);
83 GetConfigWrapper( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
90 SetConfigWrapper( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument

Completed in 115 milliseconds