Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dtextsamplemodifiers.cpp710 int32 textkoraokboxcount = 0; in getNumTextKaraokeBoxes() local
714 textkoraokboxcount ++; in getNumTextKaraokeBoxes()
716 return (textkoraokboxcount); in getNumTextKaraokeBoxes()
721 uint32 textkoraokboxcount = 0; in getTextKaraokeBoxAt() local
725 textkoraokboxcount++; in getTextKaraokeBoxAt()
726 if (textkoraokboxcount == (uint32)index) in getTextKaraokeBoxAt()
729 if ((uint32)index > textkoraokboxcount) in getTextKaraokeBoxAt()