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

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp18 #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
403 MediaCodecSource::MediaCodecSource( function in class:android::MediaCodecSource
[all...]
H A DAndroid.mk37 MediaCodecSource.cpp \
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h36 struct MediaCodecSource : public MediaSource, struct in namespace:android
43 static sp<MediaCodecSource> Create(
71 virtual ~MediaCodecSource();
87 MediaCodecSource(
108 sp<AHandlerReflector<MediaCodecSource> > mReflector;
147 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h35 struct MediaCodecSource;
131 sp<MediaCodecSource> mAudioEncoderSource;
132 sp<MediaCodecSource> mVideoEncoderSource;
152 sp<MediaCodecSource> createAudioSource();
161 status_t setupVideoEncoder(sp<MediaSource> cameraSource, sp<MediaCodecSource> *source);
H A DStagefrightRecorder.cpp47 #include <media/stagefright/MediaCodecSource.h>
921 sp<MediaCodecSource> StagefrightRecorder::createAudioSource() {
998 sp<MediaCodecSource> audioEncoder =
999 MediaCodecSource::Create(mLooper, format, audioSource);
1057 sp<MediaCodecSource> audioEncoder = createAudioSource();
1092 sp<MediaCodecSource> source;
1151 sp<MediaCodecSource> encoder;
1497 sp<MediaCodecSource> *source) {
1621 flags |= MediaCodecSource::FLAG_USE_SURFACE_INPUT;
1627 sp<MediaCodecSource> encode
[all...]
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp30 #include <media/stagefright/MediaCodecSource.h>
115 sp<IMediaSource> encoder = MediaCodecSource::Create(looper, meta, source);
H A Drecordvideo.cpp30 #include <media/stagefright/MediaCodecSource.h>
307 MediaCodecSource::Create(
309 preferSoftwareCodec ? MediaCodecSource::FLAG_PREFER_SOFTWARE_CODEC : 0);
H A Drecord.cpp28 #include <media/stagefright/MediaCodecSource.h>
225 MediaCodecSource::Create(looper, format, decoder);
326 MediaCodecSource::Create(looper, encMeta, audioSource);
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h37 #include <media/stagefright/MediaCodecSource.h>
125 mEncoder = MediaCodecSource::Create(encLooper, encMeta, source);

Completed in 147 milliseconds