Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dsampledescriptionatom.cpp172 if (type == AUDIO_SAMPLE_ENTRY) in ~PVA_FF_SampleDescriptionAtom()
499 if (entry->getType() == AUDIO_SAMPLE_ENTRY) in addSampleEntry()
553 if (entry->getType() == AUDIO_SAMPLE_ENTRY) in insertSampleEntryAt()
594 if (entry->getType() == AUDIO_SAMPLE_ENTRY) in replaceSampleEntryAt()
/external/opencore/fileformats/mp4/parser/src/
Dsampledescriptionatom.cpp194 else if (atomType == AUDIO_SAMPLE_ENTRY) in SampleDescriptionAtom()
417 else if (pSampleEntryPtr->getType() == AUDIO_SAMPLE_ENTRY) in ~SampleDescriptionAtom()
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h157 const uint32 AUDIO_SAMPLE_ENTRY = FourCharConstToUint32('m', 'p', '4', 'a'); variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp584 type == AUDIO_SAMPLE_ENTRY || in getNextAtomType()
946 type == AUDIO_SAMPLE_ENTRY || in getNextAtomType()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h171 const uint32 AUDIO_SAMPLE_ENTRY = FourCharConstToUint32('m', 'p', '4', 'a'); variable