Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dtextsamplemodifiers.cpp435 (atomType == TEXT_SCROLL_DELAY_BOX) || in TextSampleModifiers()
535 else if (atomType == TEXT_SCROLL_DELAY_BOX) in TextSampleModifiers()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h250 const uint32 TEXT_SCROLL_DELAY_BOX = FourCharConstToUint32('d', 'l', 'a', 'y'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp959 type == TEXT_SCROLL_DELAY_BOX || in getNextAtomType()