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

  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 18 #define LOG_TAG "MediaCodecSource"
34 #include <media/stagefright/MediaCodecSource.h>
49 struct MediaCodecSource::Puller : public AHandler {
103 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source)
117 MediaCodecSource::Puller::~Puller() {
122 void MediaCodecSource::Puller::Queue::pushBuffer(MediaBuffer *mbuf) {
126 bool MediaCodecSource::Puller::Queue::readBuffer(MediaBuffer **mbuf) {
136 void MediaCodecSource::Puller::Queue::flush() {
144 bool MediaCodecSource::Puller::readBuffer(MediaBuffer **mbuf) {
149 status_t MediaCodecSource::Puller::postSynchronouslyAndReturnError
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 36 struct MediaCodecSource : public MediaSource,
43 static sp<MediaCodecSource> Create(
70 virtual ~MediaCodecSource();
85 MediaCodecSource(
105 sp<AHandlerReflector<MediaCodecSource> > mReflector;
142 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);

Completed in 1041 milliseconds