Searched refs:smallBufferSize (Results 1 – 1 of 1) sorted by relevance
199 size_t smallBufferSize = kSmallBufferSize; in TEST_P() local200 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()