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

  /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...]
Android.mk 36 MediaCodecSource.cpp \
  /frameworks/av/include/media/stagefright/
MediaCodecSource.h 32 struct MediaCodecSource : public MediaSource,
39 static sp<MediaCodecSource> Create(
64 virtual ~MediaCodecSource();
77 MediaCodecSource(
98 sp<AHandlerReflector<MediaCodecSource> > mReflector;
128 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 43 #include <media/stagefright/MediaCodecSource.h>
936 MediaCodecSource::Create(mLooper, format, audioSource);
    [all...]

Completed in 172 milliseconds