/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | NuMediaExtractor.h | 76 MediaSource::ReadOptions::SeekMode mode = 77 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC); 82 MediaSource::ReadOptions::SeekMode mode = 83 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC); 144 MediaSource::ReadOptions::SeekMode mode = 145 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC); 149 MediaSource::ReadOptions::SeekMode mode = 150 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
|
D | MediaSource.h | 55 typedef MediaTrack::ReadOptions ReadOptions; typedef 65 MediaBufferBase **buffer, const ReadOptions *options = NULL) = 0;
|
D | SimpleDecodingSource.h | 68 virtual status_t read(MediaBufferBase **buffer, const ReadOptions *options); 108 const ReadOptions *options);
|
D | CallbackMediaSource.h | 36 MediaBufferBase **buffer, const ReadOptions *options = NULL);
|
D | JPEGSource.h | 36 MediaBufferBase **buffer, const ReadOptions *options = NULL);
|
D | MediaAdapter.h | 43 MediaBufferBase **buffer, const ReadOptions *options = NULL);
|
D | RemoteMediaSource.h | 39 const MediaSource::ReadOptions *options = NULL);
|
/frameworks/av/media/libstagefright/ |
D | MediaTrack.cpp | 36 void MediaTrack::ReadOptions::setNonBlocking() { in setNonBlocking() 40 void MediaTrack::ReadOptions::clearNonBlocking() { in clearNonBlocking() 44 bool MediaTrack::ReadOptions::getNonBlocking() const { in getNonBlocking() 48 void MediaTrack::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) { in setSeekTo() 54 bool MediaTrack::ReadOptions::getSeekTo( in getSeekTo() 103 status_t MediaTrackCUnwrapper::read(MediaBufferBase **buffer, const ReadOptions *options) { in read() 112 MediaTrack::ReadOptions::SeekMode seekMode; in read()
|
D | CallbackMediaSource.cpp | 39 status_t CallbackMediaSource::read(MediaBufferBase **buffer, const ReadOptions *options) { in read() 40 return mSource->read(buffer, reinterpret_cast<const ReadOptions*>(options)); in read()
|
D | RemoteMediaSource.cpp | 57 MediaBufferBase **buffer, const MediaSource::ReadOptions *options) { in read() 58 return mTrack->read(buffer, reinterpret_cast<const MediaSource::ReadOptions*>(options)); in read()
|
D | FrameDecoder.cpp | 460 mSeekMode(MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC), in VideoFrameDecoder() 467 MediaSource::ReadOptions *options, in onGetFormatAndSeekOptions() 469 mSeekMode = static_cast<MediaSource::ReadOptions::SeekMode>(seekMode); in onGetFormatAndSeekOptions() 470 if (mSeekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC || in onGetFormatAndSeekOptions() 471 mSeekMode > MediaSource::ReadOptions::SEEK_FRAME_INDEX) { in onGetFormatAndSeekOptions() 509 bool isSeekingClosest = (mSeekMode == MediaSource::ReadOptions::SEEK_CLOSEST) in onGetFormatAndSeekOptions() 510 || (mSeekMode == MediaSource::ReadOptions::SEEK_FRAME_INDEX); in onGetFormatAndSeekOptions() 538 bool isSeekingClosest = (mSeekMode == MediaSource::ReadOptions::SEEK_CLOSEST) in onInputReceived() 539 || (mSeekMode == MediaSource::ReadOptions::SEEK_FRAME_INDEX); in onInputReceived() 733 MediaSource::ReadOptions *options, sp<Surface> * /*window*/) { in onGetFormatAndSeekOptions()
|
D | JPEGSource.cpp | 112 MediaBufferBase **out, const ReadOptions *options) { in read() 116 ReadOptions::SeekMode mode; in read()
|
/frameworks/av/include/media/ |
D | MediaTrack.h | 72 struct ReadOptions { struct 81 ReadOptions() { in ReadOptions() function 128 MediaBufferBase **buffer, const ReadOptions *options = NULL) = 0; 150 virtual status_t read(MediaBufferBase **buffer, const ReadOptions *options = NULL);
|
D | MediaExtractorPluginHelper.h | 135 class ReadOptions { 145 ReadOptions(uint32_t options, int64_t seekPosUs) { in ReadOptions() function 166 MediaBufferHelper **buffer, const ReadOptions *options = NULL) = 0; 198 MediaTrackHelper::ReadOptions opts(options, seekPosUs); in wrap()
|
/frameworks/av/media/libstagefright/include/ |
D | FrameDecoder.h | 61 MediaSource::ReadOptions *options, 92 MediaSource::ReadOptions mReadOptions; 115 MediaSource::ReadOptions *options, 139 MediaSource::ReadOptions::SeekMode mSeekMode; 158 MediaSource::ReadOptions *options,
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaSource.h | 68 const MediaSource::ReadOptions *options = NULL) = 0; 84 const MediaSource::ReadOptions *options = nullptr) = 0; 114 const MediaSource::ReadOptions * /* options = nullptr */) { in readMultiple() argument
|
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 65 MediaBufferHelper **buffer, const ReadOptions *options = NULL); 167 MediaBufferHelper **out, const ReadOptions *options) { in read() 171 ReadOptions::SeekMode seekMode; in read() 174 status_t err = mExtractor->seek(seekTimeUs, (ReadOptions::SeekMode)seekMode); in read() 187 mImpl->read(&mbuf, (MediaTrack::ReadOptions*) options); in read() 619 const MediaTrackHelper::ReadOptions::SeekMode &seekMode) { in seek() 640 case MediaTrackHelper::ReadOptions::SEEK_NEXT_SYNC: in seek() 646 case MediaTrackHelper::ReadOptions::SEEK_CLOSEST_SYNC: in seek() 647 case MediaTrackHelper::ReadOptions::SEEK_CLOSEST: in seek() 651 case MediaTrackHelper::ReadOptions::SEEK_PREVIOUS_SYNC: in seek()
|
/frameworks/av/media/extractors/aac/ |
D | AACExtractor.cpp | 48 MediaBufferHelper **buffer, const ReadOptions *options = NULL); 273 MediaBufferHelper **out, const ReadOptions *options) { in read() 277 ReadOptions::SeekMode mode; in read()
|
/frameworks/av/media/extractors/midi/ |
D | MidiExtractor.cpp | 48 MediaBufferHelper **buffer, const ReadOptions *options = NULL); 117 MediaBufferHelper **outBuffer, const ReadOptions *options) in read() 124 ReadOptions::SeekMode mode; in read()
|
/frameworks/av/media/extractors/amr/ |
D | AMRExtractor.cpp | 47 MediaBufferHelper **buffer, const ReadOptions *options = NULL); 279 MediaBufferHelper **out, const ReadOptions *options) { in read() 283 ReadOptions::SeekMode mode; in read()
|
/frameworks/av/cmds/stagefright/ |
D | SineSource.h | 21 MediaBufferBase **out, const ReadOptions *options = NULL);
|
D | stagefright.cpp | 248 MediaSource::ReadOptions options; in playSource() 324 MediaSource::ReadOptions options; in playSource() 432 MediaBufferBase **buffer, const ReadOptions *options); 498 MediaBufferBase **buffer, const ReadOptions *options) { in read() 574 MediaSource::ReadOptions options; in performSeekTest() 576 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in performSeekTest() 983 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC, in main()
|
/frameworks/av/media/ndk/ |
D | NdkMediaExtractor.cpp | 166 android::MediaSource::ReadOptions::SeekMode sfmode; in AMediaExtractor_seekTo() 168 sfmode = android::MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC; in AMediaExtractor_seekTo() 170 sfmode = android::MediaSource::ReadOptions::SEEK_CLOSEST_SYNC; in AMediaExtractor_seekTo() 172 sfmode = android::MediaSource::ReadOptions::SEEK_NEXT_SYNC; in AMediaExtractor_seekTo()
|
/frameworks/wilhelm/src/android/util/ |
D | AacAdtsExtractor.cpp | 234 MediaBufferBase **out, const ReadOptions *options) { in read() 238 ReadOptions::SeekMode mode; in read()
|
/frameworks/wilhelm/src/android/include/ |
D | AacAdtsExtractor.h | 51 MediaBufferBase **buffer, const ReadOptions *options = NULL);
|