Searched refs:MAX_SAMPLE_SIZE (Results 1 – 5 of 5) sorted by relevance
50 private static final int MAX_SAMPLE_SIZE = 4 * 1024 * 1024; field in ExtractorUnitTest676 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataBeforeSetDataSource()691 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataBeforeSelectTrack()708 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testIfInvalidOffsetIsRejectedByReadSampleData()724 extractor.readSampleData(byteBuffer, MAX_SAMPLE_SIZE - sampleSize + 1); in testIfInvalidOffsetIsRejectedByReadSampleData()739 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataAfterRelease()
297 int MAX_SAMPLE_SIZE = 4 * 1024 * 1024; in isSubsetOf() local298 byte[] refBuffer = new byte[MAX_SAMPLE_SIZE]; in isSubsetOf()299 byte[] testBuffer = new byte[MAX_SAMPLE_SIZE]; in isSubsetOf()
145 private static final int MAX_SAMPLE_SIZE = 4 * 1024 * 1024; field in ExtractorTest287 ByteBuffer refBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in isMediaSimilar()288 ByteBuffer testBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in isMediaSimilar()428 ByteBuffer buffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in readAllData()
72 private static final int MAX_SAMPLE_SIZE = 1024 * 1024; field in MediaMuxerTest755 int bufferSize = MAX_SAMPLE_SIZE; in cloneMediaUsingMuxer()967 int bufferSize = MAX_SAMPLE_SIZE; in verifySamplesMatch()1025 int bufferSize = MAX_SAMPLE_SIZE; in simulateVideoFramesDropIssuesAndMux()1213 int bufferSize = MAX_SAMPLE_SIZE; in cloneMediaWithSamplesDropAndStartOffsets()
84 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in VideoEncoderTest279 private ByteBuffer mBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE);