/frameworks/av/media/libmedia/ |
D | IMediaSource.cpp | 116 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options) { in read() 126 Vector<MediaBuffer *> *buffers, uint32_t maxNumBuffers, const ReadOptions *options) { in readMultiple() 333 ReadOptions opts; in onTransact() 454 IMediaSource::ReadOptions::ReadOptions() { in ReadOptions() function in android::IMediaSource::ReadOptions 458 void IMediaSource::ReadOptions::reset() { in reset() 465 void IMediaSource::ReadOptions::setNonBlocking() { in setNonBlocking() 469 void IMediaSource::ReadOptions::clearNonBlocking() { in clearNonBlocking() 473 bool IMediaSource::ReadOptions::getNonBlocking() const { in getNonBlocking() 477 void IMediaSource::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) { in setSeekTo() 483 void IMediaSource::ReadOptions::clearSeekTo() { in clearSeekTo() [all …]
|
/frameworks/av/include/media/ |
D | IMediaSource.h | 61 struct ReadOptions { struct 69 ReadOptions(); argument 113 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0; argument 129 const ReadOptions *options = nullptr) = 0; 171 const ReadOptions * /* options = nullptr */) { in readMultiple() argument
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaSource.h | 61 struct ReadOptions { struct 69 ReadOptions(); argument 113 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0; argument 129 const ReadOptions *options = nullptr) = 0; 171 const ReadOptions * /* options = nullptr */) { in readMultiple() argument
|
/frameworks/av/media/libstagefright/include/ |
D | NuMediaExtractor.h | 79 MediaSource::ReadOptions::SeekMode mode = 80 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC); 126 MediaSource::ReadOptions::SeekMode mode = 127 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
|
D | SimpleDecodingSource.h | 64 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options); 104 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
|
D | MediaSource.h | 59 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
|
D | JPEGSource.h | 36 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
D | MediaAdapter.h | 43 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
D | AACEncoder.h | 38 MediaBuffer **buffer, const ReadOptions *options);
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | MPEG2TSExtractor.cpp | 58 MediaBuffer **buffer, const ReadOptions *options = NULL); 93 MediaBuffer **out, const ReadOptions *options) { in read() 97 ReadOptions::SeekMode seekMode; in read() 468 const MediaSource::ReadOptions::SeekMode &seekMode) { in seek() 489 case MediaSource::ReadOptions::SEEK_NEXT_SYNC: in seek() 495 case MediaSource::ReadOptions::SEEK_CLOSEST_SYNC: in seek() 496 case MediaSource::ReadOptions::SEEK_CLOSEST: in seek() 500 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC: in seek()
|
D | MPEG2PSExtractor.cpp | 52 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/ |
D | NdkMediaExtractor.cpp | 162 android::MediaSource::ReadOptions::SeekMode sfmode; in AMediaExtractor_seekTo() 164 sfmode = android::MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC; in AMediaExtractor_seekTo() 166 sfmode = android::MediaSource::ReadOptions::SEEK_CLOSEST_SYNC; in AMediaExtractor_seekTo() 168 sfmode = android::MediaSource::ReadOptions::SEEK_NEXT_SYNC; in AMediaExtractor_seekTo()
|
/frameworks/av/media/libstagefright/ |
D | JPEGSource.cpp | 111 MediaBuffer **out, const ReadOptions *options) { in read() 115 ReadOptions::SeekMode mode; in read()
|
D | MidiExtractor.cpp | 48 MediaBuffer **buffer, const ReadOptions *options = NULL); 117 MediaBuffer **outBuffer, const ReadOptions *options) in read() 123 ReadOptions::SeekMode mode; in read()
|
D | AMRExtractor.cpp | 48 MediaBuffer **buffer, const ReadOptions *options = NULL); 257 MediaBuffer **out, const ReadOptions *options) { in read() 261 ReadOptions::SeekMode mode; in read()
|
D | AACExtractor.cpp | 50 MediaBuffer **buffer, const ReadOptions *options = NULL); 289 MediaBuffer **out, const ReadOptions *options) { in read() 293 ReadOptions::SeekMode mode; in read()
|
D | StagefrightMetadataRetriever.cpp | 162 bool isSeekingClosest = (seekMode == MediaSource::ReadOptions::SEEK_CLOSEST); in extractVideoFrame() 193 MediaSource::ReadOptions options; in extractVideoFrame() 194 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC || in extractVideoFrame() 195 seekMode > MediaSource::ReadOptions::SEEK_CLOSEST) { in extractVideoFrame() 202 MediaSource::ReadOptions::SeekMode mode = in extractVideoFrame() 203 static_cast<MediaSource::ReadOptions::SeekMode>(seekMode); in extractVideoFrame()
|
D | AVIExtractor.cpp | 47 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()
|
D | SimpleDecodingSource.cpp | 178 MediaBuffer **buffer, const ReadOptions *options) { in read() 199 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) { in doRead() 209 IMediaSource::ReadOptions::SeekMode mode; in doRead()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | RepeaterSource.cpp | 110 MediaBuffer **buffer, const ReadOptions *options) { in read() 112 ReadOptions::SeekMode seekMode; in read()
|
D | RepeaterSource.h | 23 MediaBuffer **buffer, const ReadOptions *options);
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 233 MediaSource::ReadOptions options; in playSource() 309 MediaSource::ReadOptions options; in playSource() 414 MediaBuffer **buffer, const ReadOptions *options); 480 MediaBuffer **buffer, const ReadOptions *options) { in read() 556 MediaSource::ReadOptions options; in performSeekTest() 558 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in performSeekTest() 873 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in main()
|
D | SineSource.h | 21 MediaBuffer **out, const ReadOptions *options = NULL);
|
/frameworks/wilhelm/src/android/util/ |
D | AacAdtsExtractor.cpp | 259 MediaBuffer **out, const ReadOptions *options) { in read() 263 ReadOptions::SeekMode mode; in read()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | VideoSource.h | 58 MediaBuffer **buffer, const MediaSource::ReadOptions *options) { in read()
|