• Home
  • Raw
  • Download

Lines Matching refs:component

31         OMX_COMPONENTTYPE **component)  in GoldfishOMXComponent()  argument
63 *component = mComponent; in GoldfishOMXComponent()
116 OMX_HANDLETYPE component, in SendCommandWrapper() argument
122 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in SendCommandWrapper()
129 OMX_HANDLETYPE component, in GetParameterWrapper() argument
134 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetParameterWrapper()
141 OMX_HANDLETYPE component, in SetParameterWrapper() argument
146 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in SetParameterWrapper()
153 OMX_HANDLETYPE component, in GetConfigWrapper() argument
158 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetConfigWrapper()
165 OMX_HANDLETYPE component, in SetConfigWrapper() argument
170 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in SetConfigWrapper()
177 OMX_HANDLETYPE component, in GetExtensionIndexWrapper() argument
182 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetExtensionIndexWrapper()
189 OMX_HANDLETYPE component, in UseBufferWrapper() argument
197 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in UseBufferWrapper()
204 OMX_HANDLETYPE component, in AllocateBufferWrapper() argument
211 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in AllocateBufferWrapper()
218 OMX_HANDLETYPE component, in FreeBufferWrapper() argument
223 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in FreeBufferWrapper()
230 OMX_HANDLETYPE component, in EmptyThisBufferWrapper() argument
234 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in EmptyThisBufferWrapper()
241 OMX_HANDLETYPE component, in FillThisBufferWrapper() argument
245 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in FillThisBufferWrapper()
252 OMX_HANDLETYPE component, in GetStateWrapper() argument
256 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetStateWrapper()