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

  /external/opencore/fileformats/mp4/parser/include/
mediaatom.h 643 int32 getNumAMRFramesPerSample()
647 return (_pmediaInformation->getNumAMRFramesPerSample());
mediainformationatom.h 582 int32 getNumAMRFramesPerSample()
586 return (_psampleTableAtom->getNumAMRFramesPerSample());
sampletableatom.h 478 int32 getNumAMRFramesPerSample()
trackatom.h 692 int32 getNumAMRFramesPerSample()
696 return (_pmediaAtom->getNumAMRFramesPerSample());
mpeg4file.h 764 int32 getNumAMRFramesPerSample(uint32 trackID)
768 return (_pmovieAtom->getNumAMRFramesPerSample(trackID));
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
movieatom.cpp     [all...]

Completed in 13 milliseconds