Searched refs:OMX_DirInput (Results 1 – 20 of 20) sorted by relevance
266 OMX_DirInput, /**< Port is an input port */ enumerator
667 case OMX_DirInput: return "Input";
371 && port->mDef.eDir == OMX_DirInput) in onMessageReceived()474 if (port->mDef.eDir == OMX_DirInput) { in onPortEnable()523 if (port->mDef.eDir == OMX_DirInput) { in onPortFlush()
86 def.eDir = OMX_DirInput; in initPorts()
92 def.eDir = OMX_DirInput; in initPorts()
58 def.eDir = OMX_DirInput; in initPorts()
64 def.eDir = OMX_DirInput; in initPorts()
63 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()
83 def.eDir = OMX_DirInput; in initPorts()
115 def.eDir = OMX_DirInput; in initPorts()
85 def.eDir = OMX_DirInput; in initPorts()
80 def.eDir = OMX_DirInput; in initPorts()
4093 CHECK((portIndex == kPortIndexInput && def.eDir == OMX_DirInput) in dumpPortStatus()
3453 (int)(portIndex == kPortIndexOutput ? OMX_DirOutput : OMX_DirInput)); in getPortFormat()