Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/
H A DSampleSourceExtractorTest.java63 private static final int CONSUMING_SAMPLES_PERIOD = 100; field in SampleSourceExtractorTest
113 for (int i = 0; i < CONSUMING_SAMPLES_PERIOD; ++i) { in testTrickplayDisabled()