Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DExtractorUnitTest.java50 private static final int MAX_SAMPLE_SIZE = 4 * 1024 * 1024; field in ExtractorUnitTest
676 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()
DMuxerTest.java297 int MAX_SAMPLE_SIZE = 4 * 1024 * 1024; in isSubsetOf() local
298 byte[] refBuffer = new byte[MAX_SAMPLE_SIZE]; in isSubsetOf()
299 byte[] testBuffer = new byte[MAX_SAMPLE_SIZE]; in isSubsetOf()
DExtractorTest.java145 private static final int MAX_SAMPLE_SIZE = 4 * 1024 * 1024; field in ExtractorTest
287 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()
/cts/tests/tests/media/muxer/src/android/media/muxer/cts/
DMediaMuxerTest.java72 private static final int MAX_SAMPLE_SIZE = 1024 * 1024; field in MediaMuxerTest
755 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()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java84 private static final int MAX_SAMPLE_SIZE = 256 * 1024; field in VideoEncoderTest
279 private ByteBuffer mBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE);