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

  /frameworks/av/media/libstagefright/
CodecBase.cpp 32 CodecBase::PortDescription::PortDescription() {
35 CodecBase::PortDescription::~PortDescription() {
ACodec.cpp 603 sp<PortDescription> desc = new PortDescription;
    [all...]
MediaCodec.cpp 957 sp<CodecBase::PortDescription> portDesc =
958 static_cast<CodecBase::PortDescription *>(obj.get());
    [all...]
  /frameworks/av/include/media/stagefright/
CodecBase.h 64 struct PortDescription : public RefBase {
70 PortDescription();
71 virtual ~PortDescription();
74 DISALLOW_EVIL_CONSTRUCTORS(PortDescription);
ACodec.h 62 struct PortDescription : public CodecBase::PortDescription {
73 PortDescription();
76 DISALLOW_EVIL_CONSTRUCTORS(PortDescription);

Completed in 338 milliseconds