Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h146 const uint32 DEGRADATION_PRIORITY_ATOM = FourCharConstToUint32('s', 't', 'd', 'p'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp572 type == DEGRADATION_PRIORITY_ATOM || in getNextAtomType()
934 type == DEGRADATION_PRIORITY_ATOM || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h151 const uint32 DEGRADATION_PRIORITY_ATOM = FourCharConstToUint32('s', 't', 'd', 'p'); variable
/external/opencore/fileformats/mp4/parser/src/
Dsampletableatom.cpp176 || (atomType == DEGRADATION_PRIORITY_ATOM)) in SampleTableAtom()