Searched refs:INPUT_RESOURCE_ID (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaSyncTest.java | 63 final int INPUT_RESOURCE_ID = field in MediaSyncTest 170 mDecoderAudio.setup(INPUT_RESOURCE_ID, null, Long.MAX_VALUE)); in testSetPlaybackParamsFail() 205 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE_ID, timeOutMs); in testAudioBufferReturn() 264 boolean completed = runFlush(INPUT_RESOURCE_ID, timeOutMs); in testFlush() 332 playAV(INPUT_RESOURCE_ID, 5000 /* lastBufferTimestampMs */, in testPlayVideo() 340 playAV(INPUT_RESOURCE_ID, 5000 /* lastBufferTimestampMs */, in testPlayAudio() 348 playAV(INPUT_RESOURCE_ID, 5000 /* lastBufferTimestampMs */, in testPlayAudioAndVideo() 356 playAV(INPUT_RESOURCE_ID, 2000 /* lastBufferTimestampMs */, in testPlaybackRateQuarter() 361 playAV(INPUT_RESOURCE_ID, 4000 /* lastBufferTimestampMs */, in testPlaybackRateHalf() 366 playAV(INPUT_RESOURCE_ID, 8000 /* lastBufferTimestampMs */, in testPlaybackRateDouble()
|
D | MediaCodecTest.java | 801 final int INPUT_RESOURCE_ID = in testDecodeAfterFlush() local 817 mediaExtractor = getMediaExtractorForMimeType(INPUT_RESOURCE_ID, "video/"); in testDecodeAfterFlush() 922 final int INPUT_RESOURCE_ID = in testDecodeShortInput() local 934 completed.set(runDecodeShortInput(INPUT_RESOURCE_ID, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput()
|