Searched refs:OMX_DirInput (Results 1 – 19 of 19) sorted by relevance
266 OMX_DirInput, /**< Port is an input port */ enumerator
693 case OMX_DirInput: return "Input";
379 && port->mDef.eDir == OMX_DirInput) in onMessageReceived()482 if (port->mDef.eDir == OMX_DirInput) { in onPortEnable()539 if (port->mDef.eDir == OMX_DirInput) { in onPortFlush()
86 def.eDir = OMX_DirInput; in initPorts()
92 def.eDir = OMX_DirInput; in initPorts()
60 def.eDir = OMX_DirInput; in initPorts()
64 def.eDir = OMX_DirInput; in initPorts()
67 def.eDir = OMX_DirInput; in initPorts()
71 def.eDir = OMX_DirInput; in initPorts()
74 def.eDir = OMX_DirInput; in initPorts()
78 def.eDir = OMX_DirInput; in initPorts()
115 def.eDir = OMX_DirInput; in initPorts()
82 def.eDir = OMX_DirInput; in initPorts()
84 def.eDir = OMX_DirInput; in initPorts()
85 def.eDir = OMX_DirInput; in initPorts()
95 def.eDir = OMX_DirInput; in initPorts()
4694 if (def.eDir != (portIndex == kPortIndexOutput ? OMX_DirOutput : OMX_DirInput)) { in getPortFormat()