Searched refs:SEEK_PREVIOUS_SYNC (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextSRTSource_test.cpp151 options.setSeekTo(500, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
160 options.setSeekTo(7 * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
164 options.setSeekTo(8 * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
172 options.setSeekTo(i * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
177 options.setSeekTo(i * kSecToUsec + 100, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
187 options.setSeekTo(i * kSecToUsec + 500000, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
192 options.setSeekTo(i * kSecToUsec + 600000, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
201 options.setSeekTo(5500 * kMsecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
208 options.setSeekTo(5800 * kMsecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
215 options.setSeekTo(6000 * kMsecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaSource.h67 SEEK_PREVIOUS_SYNC, enumerator in enum:android::MediaSource::ReadOptions::SeekMode
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp48 mSeekMode = ReadOptions::SEEK_PREVIOUS_SYNC;
76 mSeekMode = ReadOptions::SEEK_PREVIOUS_SYNC;
124 ReadOptions::SeekMode mode = ReadOptions::SEEK_PREVIOUS_SYNC;
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp221 options.setSeekTo(seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
237 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp545 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
846 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp176 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC ||
H A DAVIExtractor.cpp1240 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC:
H A DMPEG4Extractor.cpp2034 case ReadOptions::SEEK_PREVIOUS_SYNC:
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1016 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
1943 options.setSeekTo(time64, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
H A DVideoEditorVideoDecoder.cpp155 if (mode != MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC) {
1375 options.setSeekTo(time_us, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp385 if (mode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC

Completed in 1224 milliseconds