Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/include/
Dmediainformationatom.h401 DecoderSpecificInfo *getDecoderSpecificInfoForSDI(uint32 index) const in getDecoderSpecificInfoForSDI() function
405 return _psampleTableAtom->getDecoderSpecificInfoForSDI(index); in getDecoderSpecificInfoForSDI()
Dmediaatom.h434 DecoderSpecificInfo *getDecoderSpecificInfoForSDI(uint32 index) const in getDecoderSpecificInfoForSDI() function
438 return _pmediaInformation->getDecoderSpecificInfoForSDI(index); in getDecoderSpecificInfoForSDI()
Dtrackatom.h339 DecoderSpecificInfo *getDecoderSpecificInfoForSDI(uint32 index) const in getDecoderSpecificInfoForSDI() function
343 return _pmediaAtom->getDecoderSpecificInfoForSDI(index); in getDecoderSpecificInfoForSDI()
Dsampletableatom.h254 DecoderSpecificInfo *getDecoderSpecificInfoForSDI(uint32 index) const in getDecoderSpecificInfoForSDI() function
/external/opencore/fileformats/mp4/parser/src/
Dmovieatom.cpp617 return trackAtom->getDecoderSpecificInfoForSDI(index); in getTrackDecoderSpecificInfoAtSDI()
Dsampletableatom.cpp2552 (AMRDecoderSpecificInfo *)(getDecoderSpecificInfoForSDI(SDIndex)); in getNextNSamples()