Searched refs:getNumAMRFramesPerSample (Results 1 - 9 of 9) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
H A Dmediaatom.h643 int32 getNumAMRFramesPerSample() function in class:MediaAtom
647 return (_pmediaInformation->getNumAMRFramesPerSample());
H A Dmediainformationatom.h582 int32 getNumAMRFramesPerSample() function in class:MediaInformationAtom
586 return (_psampleTableAtom->getNumAMRFramesPerSample());
H A Dtrackatom.h692 int32 getNumAMRFramesPerSample() function in class:TrackAtom
696 return (_pmediaAtom->getNumAMRFramesPerSample());
H A Dsampletableatom.h478 int32 getNumAMRFramesPerSample() function in class:SampleTableAtom
H A Dimpeg4file.h275 virtual int32 getNumAMRFramesPerSample(uint32 trackID) = 0;
H A Dmovieatom.h456 int32 getNumAMRFramesPerSample(uint32 trackID);
H A Dmpeg4file.h764 int32 getNumAMRFramesPerSample(uint32 trackID) function in class:Mpeg4File
768 return (_pmovieAtom->getNumAMRFramesPerSample(trackID));
/external/opencore/fileformats/mp4/parser/src/
H A Dmovieatom.cpp2066 int32 MovieAtom::getNumAMRFramesPerSample(uint32 trackID) function in class:MovieAtom
2073 return (trackAtom->getNumAMRFramesPerSample());
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node.cpp2125 int32 framespersample = iMP4FileHandle->getNumAMRFramesPerSample(trackid);
2153 int32 framespersample = iMP4FileHandle->getNumAMRFramesPerSample(trackid);

Completed in 137 milliseconds