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

  /external/opencore/fileformats/mp4/composer/include/
parentable.h 19 This PVA_FF_Parentable Class is the base class for all other classes here - including
31 class PVA_FF_Parentable
35 void setParent(PVA_FF_Parentable *parent)
39 PVA_FF_Parentable *getParent()
45 virtual ~PVA_FF_Parentable() {}
47 PVA_FF_Parentable *_pparent;
expandablebaseclass.h 46 class PVA_FF_ExpandableBaseClass : public PVA_FF_Parentable, public PVA_FF_Renderable
53 virtual void recomputeSize() {} // To implement PVA_FF_Parentable interface
atom.h 45 class PVA_FF_Atom : public PVA_FF_Parentable, public PVA_FF_Renderable
72 virtual void recomputeSize() = 0; // To implement the PVA_FF_Parentable interface
mpeg4file.h 53 class PVA_FF_Mpeg4File : public PVA_FF_IMpeg4File, public PVA_FF_Parentable

Completed in 53 milliseconds