Home
last modified time | relevance | path

Searched refs:seekTo (Results 1 – 22 of 22) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java103 mExtractor.seekTo(pts, mode); in decodeAndSavePts()
216 mExtractor.seekTo(pts, mode); in testSimpleDecodeToSurface()
275 mExtractor.seekTo(0, mode); in testFlush()
289 mExtractor.seekTo(0, mode); in testFlush()
299 mExtractor.seekTo(pts, mode); in testFlush()
312 mExtractor.seekTo(pts, mode); in testFlush()
368 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testReconfigure()
384 mExtractor.seekTo(pts, mode); in testReconfigure()
400 mExtractor.seekTo(pts, mode); in testReconfigure()
421 mExtractor.seekTo(pts, mode); in testReconfigure()
DCodecDecoderTest.java264 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSimpleDecode()
376 mExtractor.seekTo(0, mode); in testFlush()
398 mExtractor.seekTo(0, mode); in testFlush()
412 mExtractor.seekTo(pts, mode); in testFlush()
425 mExtractor.seekTo(pts, mode); in testFlush()
510 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testReconfigure()
548 mExtractor.seekTo(pts, mode); in testReconfigure()
573 mExtractor.seekTo(pts, mode); in testReconfigure()
608 mExtractor.seekTo(pts, mode); in testReconfigure()
738 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSimpleDecodeQueueCSD()
[all …]
DExtractorUnitTest.java220 extractor.seekTo(33000, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSeekToBeforeSetDataSource()
238 extractor.seekTo(33000, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSeekToBeforeSelectTrack()
258 extractor.seekTo(pts, (int) pts); in testSeekToForInvalidMode()
273 extractor.seekTo(33000, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSeekToAfterRelease()
DExtractorTest.java447 refExtractor.seekTo(pts, mode); in isSeekOk()
448 testExtractor.seekTo(pts, mode); in isSeekOk()
755 extractor.seekTo(pts, mode);
832 extractor.seekTo(arg.mTimeStamp, arg.mMode);
975 extractor.seekTo(randomSeekPts, MediaExtractor.SEEK_TO_NEXT_SYNC);
976 extractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC);
995 extractor.seekTo(-1L, MediaExtractor.SEEK_TO_CLOSEST_SYNC);
DCodecEncoderSurfaceTest.java480 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSimpleEncodeFromSurface()
DCodecTestBase.java1044 mExtractor.seekTo(pts, mode); in decodeToMemory()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java126 public static boolean seekTo(String filePath) { in seekTo() method in CodecTest
134 mp.seekTo(SEEK_TIME); in seekTo()
165 mp.seekTo(duration - 5000); in setLooping()
333 mp.seekTo(duration - 20000 ); in videoSeekTo()
338 mp.seekTo(duration/2); in videoSeekTo()
362 mp.seekTo(duration - 3000); in seekToEnd()
447 mp.seekTo(duration - 10000); in seektoBeforeStart()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java236 mp.seekTo(pos + seekDuration); in testPlayAudioFromDataURI()
300 mp.seekTo(pos + seekDuration);
425 mp.seekTo(pos + seekDuration); in testPlayMidi()
588 mp.seekTo(0); in testPlayAudioTwice()
608 player.seekTo(56000); in initMediaPlayer()
977 mMediaPlayer.seekTo(seekPos); in testVideoSurfaceResetting()
1144 mMediaPlayer.seekTo(0);
1158 mMediaPlayer.seekTo(duration - 1000);
1197 mMediaPlayer.seekTo(0); in testSetPlaybackParamsZeroSpeed()
1233 mMediaPlayer.seekTo(0); in testPlaybackRate()
[all …]
DRemoteControllerTest.java102 createRemoteController().seekTo(-1);
109 assertTrue(createRemoteController().seekTo(0));
DMediaMuxerTest.java692 extractorSrc.seekTo(seekToUs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in verifySamplesMatch()
693 extractorTest.seekTo(seekToUs + offsetTimeUs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in verifySamplesMatch()
869 extractorSrc.seekTo(seekTimeUs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkNumFramesTimestamp()
870 extractorTest.seekTo(seekTimeUs + offsetTimeUs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkNumFramesTimestamp()
1068 extractorSrc.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkVideoSamplesTimeStamps()
1069 extractorTest.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkVideoSamplesTimeStamps()
1121 extractorSrc.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkAudioSamplesTimestamps()
1122 extractorTest.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkAudioSamplesTimestamps()
DDecoderTest.java693 ex1.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in testTrackSelection()
713 ex1.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in testTrackSelection()
733 ex1.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in testTrackSelection()
764 ex1.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in testTrackSelection()
797 ex1.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in testTrackSelection()
922 extractor.seekTo(0, MediaExtractor.SEEK_TO_PREVIOUS_SYNC); in testHdrStaticMetadata()
1049 ex1.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in testDecodeFragmented()
1051 ex2.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in testDecodeFragmented()
1798 extractor.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC);
1826 extractor.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC);
[all …]
DMediaRandomTest.java243 mPlayer.seekTo((int)(mParam)); in testPlayerRandomAction()
DMediaPlayerFlakyNetworkTest.java181 mMediaPlayer.seekTo(random.nextInt(10000)); in doRandomOperations()
DStreamingMediaPlayerTest.java461 mMediaPlayer.seekTo(0); in testPlayHlsStreamWithTimedId3()
DMediaControllerTest.java259 controls.seekTo(seekPosition); in testTransportControlsAndMediaSessionCallback()
D.goutputstream-9KZYJZ614 mPlayer.seekTo(0, MediaPlayer2.SEEK_PREVIOUS_SYNC);
DMediaCodecTest.java1090 mediaExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testDecodeAfterFlush()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp80 status_t seekTo(int msec, MediaPlayerSeekMode mode) { return OK; } in seekTo() function in MyMediaPlayer
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java175 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_PREVIOUS_SYNC); in run()
270 mMediaPlayer.seekTo(0); in rewind()
/cts/tests/tests/widget/src/android/widget/cts/
DMediaControllerTest.java262 public void seekTo(int pos) { in seekTo() method in MediaControllerTest.MockMediaPlayerControl
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java334 ex.seekTo(0, MediaExtractor.SEEK_TO_NEXT_SYNC); in verifyBitstream()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1968 ex.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in doStagefrightTestMediaCodec()
2617 ex.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in doStagefrightTestExtractorSeek()
2619 ex.seekTo(offset, MediaExtractor.SEEK_TO_NEXT_SYNC); in doStagefrightTestExtractorSeek()