Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java42 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in MediaMuxerTest
287 int bufferSize = MAX_SAMPLE_SIZE; in cloneMediaUsingMuxer()
461 int bufferSize = MAX_SAMPLE_SIZE; in verifySamplesMatch()
DVideoEncoderTest.java58 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in VideoEncoderTest
188 private ByteBuffer mBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE);