Searched refs:MAX_SAMPLE_SIZE (Results 1 – 2 of 2) sorted by relevance
44 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in MediaMuxerTest289 int bufferSize = MAX_SAMPLE_SIZE; in cloneMediaUsingMuxer()463 int bufferSize = MAX_SAMPLE_SIZE; in verifySamplesMatch()
60 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in VideoEncoderTest190 private ByteBuffer mBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE);