Searched refs:getAVCNALLengthSize (Results 1 – 10 of 10) sorted by relevance
632 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function636 return (_psampleTableAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
498 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function502 return (_psampleDescriptionAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
693 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function697 return (_pmediaInformation->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
742 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function746 return (_pmediaAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
176 uint32 getAVCNALLengthSize(uint32 index) in getAVCNALLengthSize() function
823 uint32 getAVCNALLengthSize(uint32 trackID, uint32 index) in getAVCNALLengthSize() function827 return (_pmovieAtom->getAVCNALLengthSize(trackID, index)); in getAVCNALLengthSize()
283 virtual uint32 getAVCNALLengthSize(uint32 trackID, uint32 index = 0) = 0;
471 uint32 getAVCNALLengthSize(uint32 trackID, uint32 index);
2135 uint32 MovieAtom::getAVCNALLengthSize(uint32 trackID, uint32 index) in getAVCNALLengthSize() function in MovieAtom2142 return (trackAtom->getAVCNALLengthSize(index)); in getAVCNALLengthSize()
5330 uint32 nallengthsize = iMP4FileHandle->getAVCNALLengthSize(aTrackPortInfo.iTrackId); in GenerateAVCNALGroup()