Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/tests/AVCUtils/
DAVCUtilsUnitTest.cpp199 size_t smallBufferSize = kSmallBufferSize; in TEST_P() local
200 uint8_t sanityDataBuffer[smallBufferSize]; in TEST_P()
202 memcpy((void *)sanityData, (void *)data, smallBufferSize); in TEST_P()
205 status_t result = getNextNALUnit(&sanityData, &smallBufferSize, &nalStart, &nalSize, true); in TEST_P()