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

/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp49 class FragmentedMPEG4Source : public MediaSource { class in namespace:android
52 FragmentedMPEG4Source(bool audio,
66 virtual ~FragmentedMPEG4Source();
88 FragmentedMPEG4Source(const FragmentedMPEG4Source &);
89 FragmentedMPEG4Source &operator=(const FragmentedMPEG4Source &);
182 return new FragmentedMPEG4Source(index == mAudioTrackIndex, getTrackMetaData(index, 0), mParser, this);
188 FragmentedMPEG4Source::FragmentedMPEG4Source( function in class:android::FragmentedMPEG4Source
[all...]

Completed in 145 milliseconds