HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_PREVIOUS_SYNC (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 151 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/
MediaSource.h 67 SEEK_PREVIOUS_SYNC,
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 48 mSeekMode = ReadOptions::SEEK_PREVIOUS_SYNC;
76 mSeekMode = ReadOptions::SEEK_PREVIOUS_SYNC;
124 ReadOptions::SeekMode mode = ReadOptions::SEEK_PREVIOUS_SYNC;
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 221 options.setSeekTo(seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
237 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 544 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
844 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 176 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC ||
AVIExtractor.cpp 1240 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC:
    [all...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp     [all...]
VideoEditorVideoDecoder.cpp 155 if (mode != MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC) {
    [all...]
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 418 if (mode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC

Completed in 441 milliseconds