Home
last modified time | relevance | path

Searched refs:getAVCNALLengthSize (Results 1 – 10 of 10) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
Dmediainformationatom.h632 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function
636 return (_psampleTableAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
Dsampletableatom.h498 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function
502 return (_psampleDescriptionAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
Dmediaatom.h693 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function
697 return (_pmediaInformation->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
Dtrackatom.h742 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function
746 return (_pmediaAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
Dsampledescriptionatom.h176 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function
Dmpeg4file.h823 uint32 getAVCNALLengthSize(uint32 trackID, uint32 index) in getAVCNALLengthSize() function
827 return (_pmovieAtom->getAVCNALLengthSize(trackID, index)); in getAVCNALLengthSize()
Dimpeg4file.h283 virtual uint32 getAVCNALLengthSize(uint32 trackID, uint32 index = 0) = 0;
Dmovieatom.h471 uint32 getAVCNALLengthSize(uint32 trackID, uint32 index);
/external/opencore/fileformats/mp4/parser/src/
Dmovieatom.cpp2135 uint32 MovieAtom::getAVCNALLengthSize(uint32 trackID, uint32 index) in getAVCNALLengthSize() function in MovieAtom
2142 return (trackAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp5330 uint32 nallengthsize = iMP4FileHandle->getAVCNALLengthSize(aTrackPortInfo.iTrackId); in GenerateAVCNALGroup()