Home
last modified time | relevance | path

Searched refs:ReadOptions (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/av/media/libmedia/
DIMediaSource.cpp153 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options) { in read()
299 ReadOptions opts; in onTransact()
413 IMediaSource::ReadOptions::ReadOptions() { in ReadOptions() function in android::IMediaSource::ReadOptions
417 void IMediaSource::ReadOptions::reset() { in reset()
424 void IMediaSource::ReadOptions::setNonBlocking() { in setNonBlocking()
428 void IMediaSource::ReadOptions::clearNonBlocking() { in clearNonBlocking()
432 bool IMediaSource::ReadOptions::getNonBlocking() const { in getNonBlocking()
436 void IMediaSource::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) { in setSeekTo()
442 void IMediaSource::ReadOptions::clearSeekTo() { in clearSeekTo()
448 bool IMediaSource::ReadOptions::getSeekTo( in getSeekTo()
[all …]
/frameworks/av/include/media/stagefright/
DNuMediaExtractor.h73 MediaSource::ReadOptions::SeekMode mode =
74 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
119 MediaSource::ReadOptions::SeekMode mode =
120 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
DSimpleDecodingSource.h64 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options);
103 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
DMediaSource.h59 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
DMediaAdapter.h43 MediaBuffer **buffer, const ReadOptions *options = NULL);
DJPEGSource.h36 MediaBuffer **buffer, const ReadOptions *options = NULL);
/frameworks/av/include/media/
DIMediaSource.h58 struct ReadOptions { struct
66 ReadOptions(); argument
102 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0; argument
/frameworks/av/media/libstagefright/mpeg2ts/
DMPEG2TSExtractor.cpp55 MediaBuffer **buffer, const ReadOptions *options = NULL);
90 MediaBuffer **out, const ReadOptions *options) { in read()
94 ReadOptions::SeekMode seekMode; in read()
310 const MediaSource::ReadOptions::SeekMode &seekMode) { in seek()
331 case MediaSource::ReadOptions::SEEK_NEXT_SYNC: in seek()
337 case MediaSource::ReadOptions::SEEK_CLOSEST_SYNC: in seek()
338 case MediaSource::ReadOptions::SEEK_CLOSEST: in seek()
342 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC: in seek()
DMPEG2PSExtractor.cpp52 MediaBuffer **buffer, const ReadOptions *options);
83 MediaBuffer **buffer, const ReadOptions *options);
662 MediaBuffer **buffer, const ReadOptions *options) { in read()
747 MediaBuffer **buffer, const ReadOptions *options) { in read()
/frameworks/av/media/ndk/
DNdkMediaExtractor.cpp156 android::MediaSource::ReadOptions::SeekMode sfmode; in AMediaExtractor_seekTo()
158 sfmode = android::MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC; in AMediaExtractor_seekTo()
160 sfmode = android::MediaSource::ReadOptions::SEEK_CLOSEST_SYNC; in AMediaExtractor_seekTo()
162 sfmode = android::MediaSource::ReadOptions::SEEK_NEXT_SYNC; in AMediaExtractor_seekTo()
/frameworks/av/media/libstagefright/
DMidiExtractor.cpp48 MediaBuffer **buffer, const ReadOptions *options = NULL);
117 MediaBuffer **outBuffer, const ReadOptions *options) in read()
123 ReadOptions::SeekMode mode; in read()
DAMRExtractor.cpp48 MediaBuffer **buffer, const ReadOptions *options = NULL);
257 MediaBuffer **out, const ReadOptions *options) { in read()
261 ReadOptions::SeekMode mode; in read()
DJPEGSource.cpp111 MediaBuffer **out, const ReadOptions *options) { in read()
115 ReadOptions::SeekMode mode; in read()
DAACExtractor.cpp50 MediaBuffer **buffer, const ReadOptions *options = NULL);
287 MediaBuffer **out, const ReadOptions *options) { in read()
291 ReadOptions::SeekMode mode; in read()
DAVIExtractor.cpp47 MediaBuffer **buffer, const ReadOptions *options);
140 MediaBuffer **buffer, const ReadOptions *options) { in read()
146 ReadOptions::SeekMode seekMode; in read()
1174 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode, in getSampleIndexAtTime()
1209 if (mode == MediaSource::ReadOptions::SEEK_CLOSEST) { in getSampleIndexAtTime()
1240 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC: in getSampleIndexAtTime()
1247 case MediaSource::ReadOptions::SEEK_NEXT_SYNC: in getSampleIndexAtTime()
1254 case MediaSource::ReadOptions::SEEK_CLOSEST_SYNC: in getSampleIndexAtTime()
DSimpleDecodingSource.cpp171 MediaBuffer **buffer, const ReadOptions *options) { in read()
192 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) { in doRead()
202 IMediaSource::ReadOptions::SeekMode mode; in doRead()
DStagefrightMetadataRetriever.cpp186 MediaSource::ReadOptions options; in extractVideoFrame()
187 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC || in extractVideoFrame()
188 seekMode > MediaSource::ReadOptions::SEEK_CLOSEST) { in extractVideoFrame()
195 MediaSource::ReadOptions::SeekMode mode = in extractVideoFrame()
196 static_cast<MediaSource::ReadOptions::SeekMode>(seekMode); in extractVideoFrame()
DWAVExtractor.cpp71 MediaBuffer **buffer, const ReadOptions *options = NULL);
415 MediaBuffer **out, const ReadOptions *options) { in read()
419 ReadOptions::SeekMode mode; in read()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp230 MediaSource::ReadOptions options; in playSource()
306 MediaSource::ReadOptions options; in playSource()
411 MediaBuffer **buffer, const ReadOptions *options);
477 MediaBuffer **buffer, const ReadOptions *options) { in read()
553 MediaSource::ReadOptions options; in performSeekTest()
555 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in performSeekTest()
870 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in main()
DSineSource.h21 MediaBuffer **out, const ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/wifi-display/source/
DRepeaterSource.cpp110 MediaBuffer **buffer, const ReadOptions *options) { in read()
112 ReadOptions::SeekMode seekMode; in read()
DRepeaterSource.h23 MediaBuffer **buffer, const ReadOptions *options);
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp259 MediaBuffer **out, const ReadOptions *options) { in read()
263 ReadOptions::SeekMode mode; in read()
/frameworks/av/media/libstagefright/include/
DAACEncoder.h38 MediaBuffer **buffer, const ReadOptions *options);
/frameworks/base/media/jni/
Dandroid_media_MediaExtractor.h55 status_t seekTo(int64_t timeUs, MediaSource::ReadOptions::SeekMode mode);

123