/frameworks/av/media/libmedia/ |
D | IMediaSource.cpp | 153 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/ |
D | NuMediaExtractor.h | 73 MediaSource::ReadOptions::SeekMode mode = 74 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC); 119 MediaSource::ReadOptions::SeekMode mode = 120 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
|
D | SimpleDecodingSource.h | 64 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options); 103 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
|
D | MediaSource.h | 59 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
|
D | MediaAdapter.h | 43 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
D | JPEGSource.h | 36 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
/frameworks/av/include/media/ |
D | IMediaSource.h | 58 struct ReadOptions { struct 66 ReadOptions(); argument 102 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0; argument
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | MPEG2TSExtractor.cpp | 55 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()
|
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 | 156 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/ |
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 | JPEGSource.cpp | 111 MediaBuffer **out, const ReadOptions *options) { in read() 115 ReadOptions::SeekMode mode; in read()
|
D | AACExtractor.cpp | 50 MediaBuffer **buffer, const ReadOptions *options = NULL); 287 MediaBuffer **out, const ReadOptions *options) { in read() 291 ReadOptions::SeekMode mode; in read()
|
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 | 171 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()
|
D | StagefrightMetadataRetriever.cpp | 186 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()
|
D | WAVExtractor.cpp | 71 MediaBuffer **buffer, const ReadOptions *options = NULL); 415 MediaBuffer **out, const ReadOptions *options) { in read() 419 ReadOptions::SeekMode mode; in read()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 230 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()
|
D | SineSource.h | 21 MediaBuffer **out, const ReadOptions *options = NULL);
|
/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/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/include/ |
D | AACEncoder.h | 38 MediaBuffer **buffer, const ReadOptions *options);
|
/frameworks/base/media/jni/ |
D | android_media_MediaExtractor.h | 55 status_t seekTo(int64_t timeUs, MediaSource::ReadOptions::SeekMode mode);
|