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

  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 32 struct MediaCodecSource : public MediaSource,
39 static sp<MediaCodecSource> Create(
64 virtual ~MediaCodecSource();
77 MediaCodecSource(
96 sp<AHandlerReflector<MediaCodecSource> > mReflector;
124 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 18 #define LOG_TAG "MediaCodecSource"
35 #include <media/stagefright/MediaCodecSource.h>
40 struct MediaCodecSource::Puller : public AHandler {
77 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source)
93 MediaCodecSource::Puller::~Puller() {
98 status_t MediaCodecSource::Puller::postSynchronouslyAndReturnError(
114 status_t MediaCodecSource::Puller::start(const sp<MetaData> &meta,
129 void MediaCodecSource::Puller::stop() {
143 void MediaCodecSource::Puller::pause() {
147 void MediaCodecSource::Puller::resume()
    [all...]

Completed in 93 milliseconds