Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DFrameReassembler_test.cpp54 size_t inputFrameSizeInBytes, in testPushSameSize() argument
72 new AMessage, new ABuffer(inputFrameSizeInBytes)); in testPushSameSize()
73 buffer->setRange(0, inputFrameSizeInBytes); in testPushSameSize()
80 for (size_t j = 0; j < inputFrameSizeInBytes; ++j, ++inputIndex) { in testPushSameSize()
108 || inputIndex == inputFrameSizeInBytes * count); in testPushSameSize()
118 ASSERT_EQ(inputFrameSizeInBytes * count, inputIndex); in testPushSameSize()