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

  /cts/tests/tests/nativemedia/xa/src/
XAObjectCreationTest.cpp 54 XADataSource mediaSource;
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 35 #include <media/stagefright/MediaSource.h>
46 Puller(const sp<MediaSource> &source);
67 sp<MediaSource> mSource;
82 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source)
265 const sp<MediaSource> &source,
268 sp<MediaCodecSource> mediaSource =
271 if (mediaSource->init() == OK) {
272 return mediaSource;
288 // as it contains a synchronous call to stop the underlying MediaSource,
336 const sp<MediaSource> &source
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 44 #include <media/stagefright/MediaSource.h>
133 static void dumpSource(const sp<MediaSource> &source, const String8 &filename) {
166 static void playSource(OMXClient *client, sp<MediaSource> &source) {
172 sp<MediaSource> rawSource;
228 MediaSource::ReadOptions options;
304 MediaSource::ReadOptions options;
399 struct DetectSyncSource : public MediaSource {
400 DetectSyncSource(const sp<MediaSource> &source);
417 sp<MediaSource> mSource;
424 DetectSyncSource::DetectSyncSource(const sp<MediaSource> &source
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 910 sp<MediaSource> StagefrightRecorder::createAudioSource() {
985 sp<MediaSource> audioEncoder =
    [all...]

Completed in 86 milliseconds