Searched refs:getSample (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/mp4/
H A DTrackFragment.h28 virtual status_t getSample(SampleInfo *info) = 0;
44 virtual status_t getSample(SampleInfo *info);
72 virtual status_t getSample(SampleInfo *info);
H A DTrackFragment.cpp39 status_t FragmentedMP4Parser::DynamicTrackFragment::getSample(SampleInfo *info) { function in class:android::FragmentedMP4Parser::DynamicTrackFragment
93 status_t FragmentedMP4Parser::StaticTrackFragment::getSample(SampleInfo *info) { function in class:android::FragmentedMP4Parser::StaticTrackFragment
H A DFragmentedMP4Parser.cpp809 status_t FragmentedMP4Parser::getSample( function in class:android::FragmentedMP4Parser
823 status_t err = (*fragment)->getSample(sampleInfo);
843 status_t err = getSample(info, &fragment, &sampleInfo);
893 err = getSample(info, &fragment, &sampleInfo);
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h254 status_t getSample(

Completed in 56 milliseconds