HomeSort by relevance Sort by last modified time
    Searched full:mediasource (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /frameworks/av/media/libstagefright/webm/
WebmWriter.h 24 #include <media/stagefright/MediaSource.h>
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 156 android::MediaSource::ReadOptions::SeekMode sfmode;
158 sfmode = android::MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC;
160 sfmode = android::MediaSource::ReadOptions::SEEK_CLOSEST_SYNC;
162 sfmode = android::MediaSource::ReadOptions::SEEK_NEXT_SYNC;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterSource.java 21 class ClusterSource extends MediaSource {
FilterSource.java 21 public class FilterSource extends MediaSource {
UriSource.java 29 class UriSource extends MediaSource {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 30 #include <media/stagefright/MediaSource.h>
215 sp<MediaSource> source = mTSParser->getSource(
  /frameworks/av/media/libstagefright/
MidiExtractor.cpp 28 #include <media/stagefright/MediaSource.h>
36 class MidiSource : public MediaSource {
NuMediaExtractor.cpp 36 #include <media/stagefright/MediaSource.h>
115 // give us data in a call to MediaSource::read(), unlike its
385 int64_t seekTimeUs, MediaSource::ReadOptions::SeekMode mode) {
405 MediaSource::ReadOptions options;
440 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) {
WVMExtractor.cpp 27 #include <media/stagefright/MediaSource.h>
AACExtractor.cpp 31 #include <media/stagefright/MediaSource.h>
37 class AACSource : public MediaSource {
AMRExtractor.cpp 28 #include <media/stagefright/MediaSource.h>
34 class AMRSource : public MediaSource {
StagefrightMetadataRetriever.cpp 43 #include <media/stagefright/MediaSource.h>
186 MediaSource::ReadOptions options;
187 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC ||
188 seekMode > MediaSource::ReadOptions::SEEK_CLOSEST) {
195 MediaSource::ReadOptions::SeekMode mode =
196 static_cast<MediaSource::ReadOptions::SeekMode>(seekMode);
AVIExtractor.cpp 38 struct AVIExtractor::AVISource : public MediaSource {
384 sp<MediaSource> AVIExtractor::getTrack(size_t index) {
1174 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode,
1209 if (mode == MediaSource::ReadOptions::SEEK_CLOSEST) {
1240 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC:
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 27 #include <media/stagefright/MediaSource.h>
33 const sp<MediaSource> &source, const sp<AMessage> &notify)
RepeaterSource.cpp 15 RepeaterSource::RepeaterSource(const sp<MediaSource> &source, double rateHz)
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 93 // |state_class_fragment| is something like "MediaSource$State".
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 33 struct MediaSource;
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 127 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) {
376 if (mode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC
377 || mode >= MediaSource::ReadOptions::SEEK_CLOSEST) {
382 extractor->seekTo(timeUs, (MediaSource::ReadOptions::SeekMode)mode);
  /frameworks/base/media/mca/effect/java/android/media/effect/effects/
BackDropperEffect.java 54 "@filter MediaSource background {\n" +
  /packages/apps/Camera2/res/raw/
backdropper.graph 53 @filter MediaSource background {
  /packages/apps/Gallery2/res/raw/
backdropper.graph 53 @filter MediaSource background {
  /packages/apps/LegacyCamera/res/raw/
backdropper.graph 53 @filter MediaSource background {
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 179 sp<MediaSource> source = session->trackAt(0);
181 sp<MediaSource> decoder = SimpleDecodingSource::Create(
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 70 sp<MediaSource> getSource(SourceType type);
138 sp<MediaSource> getSource(SourceType type);
210 void ATSParser::SyncEvent::init(off64_t offset, const sp<MediaSource> &source,
529 sp<MediaSource> ATSParser::Program::getSource(SourceType type) {
531 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type);
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 475 MediaSource::ReadOptions readOptions;
541 SL_LOGD("MediaSource::read encountered INFO_FORMAT_CHANGED");
550 SL_LOGD("MediaSource::read encountered INFO_DISCONTINUITY");
554 SL_LOGE("MediaSource::read returned error %d", err);
653 // instantiated, if the source couldn't be opened, or if the MediaSource

Completed in 774 milliseconds

1 23 4 5