Searched refs:MAX_SAMPLE_SIZE (Results 1 – 2 of 2) sorted by relevance
40 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in MediaMuxerTest203 int bufferSize = MAX_SAMPLE_SIZE; in cloneMediaUsingMuxer()370 int bufferSize = MAX_SAMPLE_SIZE; in verifySamplesMatch()
57 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in VideoEncoderTest187 private ByteBuffer mBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE);