Searched refs:OMX_DirOutput (Results 1 – 20 of 20) sorted by relevance
267 OMX_DirOutput, /**< Port is an output port */ enumerator
668 case OMX_DirOutput: return "Output";
372 || (port->mDef.eDir == OMX_DirOutput)); in onMessageReceived()477 CHECK_EQ(port->mDef.eDir, OMX_DirOutput); in onPortEnable()526 CHECK_EQ(port->mDef.eDir, OMX_DirOutput); in onPortFlush()
109 def.eDir = OMX_DirOutput; in initPorts()
120 def.eDir = OMX_DirOutput; in initPorts()
76 def.eDir = OMX_DirOutput; in initPorts()
84 def.eDir = OMX_DirOutput; in initPorts()
86 def.eDir = OMX_DirOutput; in initPorts()
89 def.eDir = OMX_DirOutput; in initPorts()
94 def.eDir = OMX_DirOutput; in initPorts()
96 def.eDir = OMX_DirOutput; in initPorts()
104 def.eDir = OMX_DirOutput; in initPorts()
103 def.eDir = OMX_DirOutput; in initPorts()
134 def.eDir = OMX_DirOutput; in initPorts()
92 def.eDir = OMX_DirOutput; in initPorts()
101 def.eDir = OMX_DirOutput; in initPorts()
4094 || (portIndex == kPortIndexOutput && def.eDir == OMX_DirOutput)); in dumpPortStatus()
3453 (int)(portIndex == kPortIndexOutput ? OMX_DirOutput : OMX_DirInput)); in getPortFormat()