Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/
H A DSampleSourceExtractorTest.java62 private static final int SAMPLE_BUFFER_SIZE = 1024 * 1024 * 2; field in SampleSourceExtractorTest
110 sampleHolder.ensureSpaceForWrite(SAMPLE_BUFFER_SIZE); in testTrickplayDisabled()
181 sampleHolder.ensureSpaceForWrite(SAMPLE_BUFFER_SIZE); in testDiskTooSlowTrickplayDisabled()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java67 private static final byte SAMPLE_BUFFER_SIZE = 100; field in HidDeviceTest
509 SAMPLE_BUFFER_SIZE); in testCallbacks()