/frameworks/av/media/libstagefright/ |
AMRExtractor.cpp | 48 MediaBuffer **buffer, const ReadOptions *options = NULL); 257 MediaBuffer **out, const ReadOptions *options) { 261 ReadOptions::SeekMode mode;
|
MidiExtractor.cpp | 48 MediaBuffer **buffer, const ReadOptions *options = NULL); 117 MediaBuffer **outBuffer, const ReadOptions *options) 123 ReadOptions::SeekMode mode;
|
AACExtractor.cpp | 50 MediaBuffer **buffer, const ReadOptions *options = NULL); 289 MediaBuffer **out, const ReadOptions *options) { 293 ReadOptions::SeekMode mode;
|
SimpleDecodingSource.cpp | 173 MediaBuffer **buffer, const ReadOptions *options) { 194 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) { 204 IMediaSource::ReadOptions::SeekMode mode;
|
AVIExtractor.cpp | 47 MediaBuffer **buffer, const ReadOptions *options); 140 MediaBuffer **buffer, const ReadOptions *options) { 146 ReadOptions::SeekMode seekMode; 1174 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode, 1209 if (mode == MediaSource::ReadOptions::SEEK_CLOSEST) { 1240 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC: [all...] |
StagefrightMetadataRetriever.cpp | 192 MediaSource::ReadOptions options; 193 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC || 194 seekMode > MediaSource::ReadOptions::SEEK_CLOSEST) { 201 MediaSource::ReadOptions::SeekMode mode = 202 static_cast<MediaSource::ReadOptions::SeekMode>(seekMode);
|
WAVExtractor.cpp | 71 MediaBuffer **buffer, const ReadOptions *options = NULL); 417 MediaBuffer **out, const ReadOptions *options) { 425 ReadOptions::SeekMode mode;
|
DRMExtractor.cpp | 47 MediaBuffer **buffer, const ReadOptions *options = NULL); 126 status_t DRMSource::read(MediaBuffer **buffer, const ReadOptions *options) {
|
FLACExtractor.cpp | 51 MediaBuffer **buffer, const ReadOptions *options = NULL); 756 MediaBuffer **outBuffer, const ReadOptions *options) 761 ReadOptions::SeekMode mode;
|
MP3Extractor.cpp | 225 MediaBuffer **buffer, const ReadOptions *options = NULL); 495 MediaBuffer **out, const ReadOptions *options) { 499 ReadOptions::SeekMode mode;
|
NuMediaExtractor.cpp | 385 int64_t seekTimeUs, MediaSource::ReadOptions::SeekMode mode) { 405 MediaSource::ReadOptions options; 440 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) {
|
AudioPlayer.cpp | 103 MediaSource::ReadOptions options; 475 MediaSource::ReadOptions options;
|
CameraSourceTimeLapse.cpp | 207 MediaBuffer **buffer, const ReadOptions *options) {
|
MPEG4Extractor.cpp | 77 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL); 79 virtual status_t fragmentedRead(MediaBuffer **buffer, const ReadOptions *options = NULL); [all...] |
/frameworks/av/include/media/stagefright/ |
MediaCodecSource.h | 62 const ReadOptions *options = NULL);
|
CameraSource.h | 99 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
/frameworks/av/media/libstagefright/include/ |
AVIExtractor.h | 106 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode,
|
/frameworks/wilhelm/src/android/util/ |
AacAdtsExtractor.cpp | 259 MediaBuffer **out, const ReadOptions *options) { 263 ReadOptions::SeekMode mode;
|
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 230 MediaSource::ReadOptions options; 306 MediaSource::ReadOptions options; 411 MediaBuffer **buffer, const ReadOptions *options); 477 MediaBuffer **buffer, const ReadOptions *options) { 553 MediaSource::ReadOptions options; 555 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); 870 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); [all...] |
recordvideo.cpp | 93 MediaBuffer **buffer, const MediaSource::ReadOptions *options __unused) {
|
record.cpp | 80 MediaBuffer **buffer, const MediaSource::ReadOptions *options) {
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
MPEG2PSExtractor.cpp | 52 MediaBuffer **buffer, const ReadOptions *options); 83 MediaBuffer **buffer, const ReadOptions *options); 662 MediaBuffer **buffer, const ReadOptions *options) { 747 MediaBuffer **buffer, const ReadOptions *options) {
|
/external/ImageMagick/Magick++/lib/Magick++/ |
STL.h | 855 class MagickPPExport ReadOptions 860 ReadOptions(void); 863 ReadOptions(const ReadOptions& options_); 866 ~ReadOptions(); 893 ReadOptions& operator=(const ReadOptions&); [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/ |
AACEncoder.cpp | 216 MediaBuffer **out, const ReadOptions *options) { 220 ReadOptions::SeekMode mode;
|
/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);
|