Searched refs:PortInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp134 const PortInfo *port =
161 PortInfo *port =
216 PortInfo *port = &mPorts.editItemAt(portIndex);
268 PortInfo *port = &mPorts.editItemAt(portIndex);
360 PortInfo *port = &mPorts.editItemAt(portIndex);
456 PortInfo *port = &mPorts.editItemAt(portIndex);
457 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE);
462 port->mTransition = PortInfo::DISABLING;
481 port->mTransition = PortInfo::ENABLING;
503 PortInfo *por
[all...]
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h49 struct PortInfo { struct in struct:android::SimpleSoftOMXComponent
75 PortInfo *editPortInfo(OMX_U32 portIndex);
92 Vector<PortInfo> mPorts;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp324 PortInfo *port = editPortInfo(1);
408 PortInfo *port = editPortInfo(1);

Completed in 98 milliseconds