HomeSort by relevance Sort by last modified time
    Searched refs:PortInfo (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 134 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 *port = &mPorts.editItemAt(portIndex)
    [all...]
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 49 struct PortInfo {
75 PortInfo *editPortInfo(OMX_U32 portIndex);
92 Vector<PortInfo> mPorts;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 324 PortInfo *port = editPortInfo(1);
408 PortInfo *port = editPortInfo(1);

Completed in 421 milliseconds