HomeSort by relevance Sort by last modified time
    Searched defs:getAVCNALLengthSize (Results 1 - 7 of 7) sorted by null

  /external/opencore/fileformats/mp4/parser/include/
sampledescriptionatom.h 176 uint32 getAVCNALLengthSize(uint32 index)
mediaatom.h 693 uint32 getAVCNALLengthSize(uint32 index)
697 return (_pmediaInformation->getAVCNALLengthSize(index));
mediainformationatom.h 632 uint32 getAVCNALLengthSize(uint32 index)
636 return (_psampleTableAtom->getAVCNALLengthSize(index));
sampletableatom.h 498 uint32 getAVCNALLengthSize(uint32 index)
502 return (_psampleDescriptionAtom->getAVCNALLengthSize(index));
trackatom.h 742 uint32 getAVCNALLengthSize(uint32 index)
746 return (_pmediaAtom->getAVCNALLengthSize(index));
mpeg4file.h 823 uint32 getAVCNALLengthSize(uint32 trackID, uint32 index)
827 return (_pmovieAtom->getAVCNALLengthSize(trackID, index));
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
movieatom.cpp     [all...]

Completed in 41 milliseconds