Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/include/
Dtextsamplemodifiers.h155 class TextHyperTextBox : public Atom
158 TextHyperTextBox(uint8 *buf);
160 virtual ~TextHyperTextBox();
256 TextHyperTextBox *_pTextHyperTextBox;
286 TextHyperTextBox* getTextHyperTextBoxAt(int32 index);
/external/opencore/fileformats/mp4/parser/src/
Dtextsamplemodifiers.cpp249 TextHyperTextBox::TextHyperTextBox(uint8 *buf) : Atom(buf) in TextHyperTextBox() function in TextHyperTextBox
315 TextHyperTextBox::~TextHyperTextBox() in ~TextHyperTextBox()
566 TextHyperTextBox *pHyperTextBox = NULL; in TextSampleModifiers()
567 PV_MP4_FF_NEW(fp->auditCB, TextHyperTextBox, (buf), pHyperTextBox); in TextSampleModifiers()
573 PV_MP4_FF_DELETE(NULL, TextHyperTextBox, pHyperTextBox); in TextSampleModifiers()
744 TextHyperTextBox* TextSampleModifiers::getTextHyperTextBoxAt(int32 index) in getTextHyperTextBoxAt()