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";
423 && port->mDef.eDir == OMX_DirInput) in onMessageReceived()550 if (port->mDef.eDir == OMX_DirInput) { in onPortEnable()607 if (port->mDef.eDir == OMX_DirInput) { in onPortFlush()
106 def.eDir = OMX_DirInput; in initPorts()
94 def.eDir = OMX_DirInput; in initPorts()
60 def.eDir = OMX_DirInput; in initPorts()
67 def.eDir = OMX_DirInput; in initPorts()
66 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()
82 def.eDir = OMX_DirInput; in initPorts()
87 def.eDir = OMX_DirInput; in initPorts()
119 def.eDir = OMX_DirInput; in initPorts()
85 def.eDir = OMX_DirInput; in initPorts()
99 def.eDir = OMX_DirInput; in initPorts()
138 def.eDir = OMX_DirInput; in initPorts()
4964 if (def.eDir != (portIndex == kPortIndexOutput ? OMX_DirOutput : OMX_DirInput)) { in getPortFormat()7926 if (config->eDir != (portIndex == kPortIndexInput ? OMX_DirInput : OMX_DirOutput)) { in getVendorParameters()