Searched refs:SEEK_PREVIOUS_SYNC (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/timedtext/test/ |
D | TimedTextSRTSource_test.cpp | 151 options.setSeekTo(500, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 160 options.setSeekTo(7 * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 164 options.setSeekTo(8 * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 172 options.setSeekTo(i * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 177 options.setSeekTo(i * kSecToUsec + 100, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 187 options.setSeekTo(i * kSecToUsec + 500000, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 192 options.setSeekTo(i * kSecToUsec + 600000, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 201 options.setSeekTo(5500 * kMsecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 208 options.setSeekTo(5800 * kMsecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F() 215 options.setSeekTo(6000 * kMsecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in TEST_F()
|
/frameworks/av/include/media/stagefright/ |
D | MediaSource.h | 67 SEEK_PREVIOUS_SYNC, enumerator
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TimedTextPlayer.cpp | 222 options.setSeekTo(seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in doSeekAndRead() 238 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC; in doRead()
|
/frameworks/av/media/ndk/ |
D | NdkMediaExtractor.cpp | 157 sfmode = android::MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC; in AMediaExtractor_seekTo()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 551 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in performSeekTest() 852 MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in main()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | MPEG2TSExtractor.cpp | 324 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC: in seek()
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 180 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC || in extractVideoFrame()
|
D | AVIExtractor.cpp | 1240 case MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC: in getSampleIndexAtTime()
|
D | MPEG4Extractor.cpp | 3994 case ReadOptions::SEEK_PREVIOUS_SYNC: in read()
|
/frameworks/base/media/jni/ |
D | android_media_MediaExtractor.cpp | 376 if (mode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC in android_media_MediaExtractor_seekTo()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 1498 options.setSeekTo(seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); in readBuffer()
|