Searched refs:INPUT_RESOURCE (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaSyncTest.java | 69 final String INPUT_RESOURCE = field in MediaSyncTest 193 mDecoderAudio.setup(INPUT_RESOURCE, null, Long.MAX_VALUE, NO_TIMESTAMP)); in testSetPlaybackParamsFail() 226 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE, timeOutMs); in testAudioBufferReturn() 283 boolean completed = runFlush(INPUT_RESOURCE, timeOutMs); in testFlush() 349 playAV(INPUT_RESOURCE, 5000 /* lastBufferTimestampMs */, in testPlayVideo() 363 playAV(INPUT_RESOURCE, 5000 /* lastBufferTimestampMs */, in testPlayAudio() 371 playAV(INPUT_RESOURCE, 5000 /* lastBufferTimestampMs */, in testPlayAudioAndVideo() 379 playAV(INPUT_RESOURCE, 2000 /* lastBufferTimestampMs */, in testPlaybackRateQuarter() 384 playAV(INPUT_RESOURCE, 4000 /* lastBufferTimestampMs */, in testPlaybackRateHalf() 389 playAV(INPUT_RESOURCE, 8000 /* lastBufferTimestampMs */, in testPlaybackRateDouble()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | MediaCodecBlockModelTest.java | 77 private static final String INPUT_RESOURCE = field in MediaCodecBlockModelTest 104 INPUT_RESOURCE, in testDecodeShortVideo() 108 INPUT_RESOURCE, in testDecodeShortVideo() 125 INPUT_RESOURCE, in testDecodeShortAudio() 129 INPUT_RESOURCE, in testDecodeShortAudio()
|
D | MediaCodecTest.java | 129 private static final String INPUT_RESOURCE = field in MediaCodecTest 840 INPUT_RESOURCE, mimeTypePrefix); in testAsyncReset() 1302 mediaExtractor = getMediaExtractorForMimeType(INPUT_RESOURCE, mimeTypePrefix); in testDecodeAfterFlush() 1469 final String INPUT_RESOURCE = in testDecodeShortInput() local 1481 completed.set(runDecodeShortInput(INPUT_RESOURCE, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput() 2252 MediaExtractor mediaExtractor = getMediaExtractorForMimeType(INPUT_RESOURCE, "video/"); in testAsyncRelease()
|