Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Doma2boxes.cpp358 else if (atomType == PROTECTION_SCHEME_INFO_BOX) in EcnaBox()
703 else if (atomType == PROTECTION_SCHEME_INFO_BOX) in EcnvBox()
1081 if (atomType == PROTECTION_SCHEME_INFO_BOX) in EnctBox()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h237 const uint32 PROTECTION_SCHEME_INFO_BOX = FourCharConstToUint32('s', 'i', 'n', 'f'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp617 type == PROTECTION_SCHEME_INFO_BOX || in getNextAtomType()