Home
last modified time | relevance | path

Searched refs:TextStyleBox (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
Dtextsamplemodifiers.h29 class TextStyleBox : public Atom
33 TextStyleBox(uint8 *buf); // Default constructor
34 virtual ~TextStyleBox(); // Destructor
253 TextStyleBox *_pTextStyleBox;
280 TextStyleBox* getTextStyleBoxAt(int32 index);
/external/opencore/fileformats/mp4/parser/src/
Dtextsamplemodifiers.cpp27 TextStyleBox:: TextStyleBox(uint8 *buf) : Atom(buf) in TextStyleBox() function in TextStyleBox
68 TextStyleBox::~TextStyleBox() in ~TextStyleBox()
443 TextStyleBox *pStyleBox = NULL; in TextSampleModifiers()
444 PV_MP4_FF_NEW(fp->auditCB, TextStyleBox, (buf), pStyleBox); in TextSampleModifiers()
450 PV_MP4_FF_DELETE(NULL, TextStyleBox, pStyleBox); in TextSampleModifiers()
669 TextStyleBox* TextSampleModifiers::getTextStyleBoxAt(int32 index) in getTextStyleBoxAt()