Home
last modified time | relevance | path

Searched refs:INPUT_RESOURCE (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java68 final String INPUT_RESOURCE = field in MediaSyncTest
192 mDecoderAudio.setup(INPUT_RESOURCE, null, Long.MAX_VALUE, NO_TIMESTAMP)); in testSetPlaybackParamsFail()
225 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE, timeOutMs); in testAudioBufferReturn()
282 boolean completed = runFlush(INPUT_RESOURCE, timeOutMs); in testFlush()
348 playAV(INPUT_RESOURCE, 5000 /* lastBufferTimestampMs */, in testPlayVideo()
362 playAV(INPUT_RESOURCE, 5000 /* lastBufferTimestampMs */, in testPlayAudio()
370 playAV(INPUT_RESOURCE, 5000 /* lastBufferTimestampMs */, in testPlayAudioAndVideo()
378 playAV(INPUT_RESOURCE, 2000 /* lastBufferTimestampMs */, in testPlaybackRateQuarter()
383 playAV(INPUT_RESOURCE, 4000 /* lastBufferTimestampMs */, in testPlaybackRateHalf()
388 playAV(INPUT_RESOURCE, 8000 /* lastBufferTimestampMs */, in testPlaybackRateDouble()
DMediaCodecBlockModelTest.java77 private static final String INPUT_RESOURCE = field in MediaCodecBlockModelTest
108 INPUT_RESOURCE, in testDecodeShortVideo()
112 INPUT_RESOURCE, in testDecodeShortVideo()
140 INPUT_RESOURCE, in testDecodeShortAudio()
144 INPUT_RESOURCE, in testDecodeShortAudio()
183 getMediaExtractorForMimeType(INPUT_RESOURCE, "video/"), in testFormatChange()
DMediaCodecTest.java120 private static final String INPUT_RESOURCE = field in MediaCodecTest
788 INPUT_RESOURCE, mimeTypePrefix); in testAsyncReset()
1239 mediaExtractor = getMediaExtractorForMimeType(INPUT_RESOURCE, mimeTypePrefix); in testDecodeAfterFlush()
1404 final String INPUT_RESOURCE = in testDecodeShortInput() local
1416 completed.set(runDecodeShortInput(INPUT_RESOURCE, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput()
2562 MediaExtractor mediaExtractor = getMediaExtractorForMimeType(INPUT_RESOURCE, "video/"); in testAsyncRelease()