Searched refs:OMX_DirInput (Results 1 – 20 of 20) sorted by relevance
266 OMX_DirInput, /**< Port is an input port */ enumerator
708 case OMX_DirInput: return "Input";
440 && port->mDef.eDir == OMX_DirInput) in onMessageReceived()567 if (port->mDef.eDir == OMX_DirInput) { in onPortEnable()624 if (port->mDef.eDir == OMX_DirInput) { in onPortFlush()
94 def.eDir = OMX_DirInput; in initPorts()
106 def.eDir = OMX_DirInput; in initPorts()
60 def.eDir = OMX_DirInput; in initPorts()
67 def.eDir = OMX_DirInput; in initPorts()
71 def.eDir = OMX_DirInput; in initPorts()
66 def.eDir = OMX_DirInput; in initPorts()
74 def.eDir = OMX_DirInput; in initPorts()
78 def.eDir = OMX_DirInput; in initPorts()
79 def.eDir = OMX_DirInput; in initPorts()
119 def.eDir = OMX_DirInput; in initPorts()
87 def.eDir = OMX_DirInput; in initPorts()
89 def.eDir = OMX_DirInput; in initPorts()
85 def.eDir = OMX_DirInput; in initPorts()
101 def.eDir = OMX_DirInput; in initPorts()
138 def.eDir = OMX_DirInput; in initPorts()
5190 if (def.eDir != (portIndex == kPortIndexOutput ? OMX_DirOutput : OMX_DirInput)) { in getPortFormat()8319 if (config->eDir != (portIndex == kPortIndexInput ? OMX_DirInput : OMX_DirOutput)) { in getVendorParameters()