Home
last modified time | relevance | path

Searched refs:allocateBlock (Results 1 – 6 of 6) sorted by relevance

/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderBlockModelTestBase.java72 public void allocateBlock(String codec, int size) { in allocateBlock() method in CodecDecoderBlockModelTestBase.LinearBlockWrapper
118 mLinearInputBlock.allocateBlock(mCodecName, 64); in enqueueEOS()
152 mLinearInputBlock.allocateBlock(mCodecName, requestSize); in enqueueInput()
DCodecEncoderBlockModelTestBase.java79 mLinearInputBlock.allocateBlock(mCodecName, 64); in enqueueEOS()
113 mLinearInputBlock.allocateBlock(mCodecName, size); in enqueueInput()
DCodecDecoderBlockModelDrmTestBase.java109 mLinearInputBlock.allocateBlock(mCodecName, sampleSize); in enqueueInput()
DCodecDecoderBlockModelMultiAccessUnitDrmTestBase.java115 mLinearInputBlock.allocateBlock(mCodecName, mMaxInputSize); in enqueueInput()
DCodecDecoderBlockModelMultiAccessUnitTestBase.java86 mLinearInputBlock.allocateBlock(mCodecName, mMaxInputSize); in enqueueInput()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2499 mLinearInputBlock.allocateBlock(codecName, 64); in testSetMultiFrameLinearBlockWithNullInfos()
2530 mLinearInputBlock.allocateBlock(codecName, 8192); in testSetMultiFrameLinearBlockWithNullInfo()
2573 mLinearInputBlock.allocateBlock(codecName, 64); in testSetMultiFrameLinearBlockWithEmptyInfo()
2604 mLinearInputBlock.allocateBlock(codecName, 64); in testSetMultiFrameLinearBlockWithBadOffset()
2640 mLinearInputBlock.allocateBlock(codecName, 64); in testSetMultiFrameLinearBlockWithNegativeSize()
2676 mLinearInputBlock.allocateBlock(codecName, 8192); in testSetMultiFrameLinearBlockWithBadBuffInfo()
2716 mLinearInputBlock.allocateBlock(codecName, 8192); in testSetMultiFrameLinearBlockWithBadSize()
2762 mLinearInputBlock.allocateBlock(codecName, 8192); in testSetMultiFrameLinearBlockWithOverlappingOffsets()