Searched refs:MAX_SAMPLE_SIZE (Results 1 – 2 of 2) sorted by relevance
42 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in MediaMuxerTest287 int bufferSize = MAX_SAMPLE_SIZE; in cloneMediaUsingMuxer()461 int bufferSize = MAX_SAMPLE_SIZE; in verifySamplesMatch()
58 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in VideoEncoderTest188 private ByteBuffer mBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE);