Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dtextsamplemodifiers.cpp735 int32 texthypertextboxcount = 0; in getNumTextHyperTextBoxes() local
739 texthypertextboxcount ++; in getNumTextHyperTextBoxes()
741 return (texthypertextboxcount); in getNumTextHyperTextBoxes()
746 uint32 texthypertextboxcount = 0; in getTextHyperTextBoxAt() local
750 texthypertextboxcount++; in getTextHyperTextBoxAt()
751 if (texthypertextboxcount == (uint32)index) in getTextHyperTextBoxAt()
754 if ((uint32)index > texthypertextboxcount) in getTextHyperTextBoxAt()