Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp382 char csdName[16]; in testFlush() local
385 snprintf(csdName, sizeof(csdName), "csd-%d", i); in testFlush()
386 if (AMediaFormat_getBuffer(mInpDecFormat, csdName, &csdBuffer, &csdSize)) { in testFlush()
551 char csdName[16]; in testSimpleDecodeQueueCSD() local
554 snprintf(csdName, sizeof(csdName), "csd-%d", i); in testSimpleDecodeQueueCSD()
555 if (AMediaFormat_getBuffer(mInpDecDupFormat, csdName, &csdBuffer, &csdSize)) { in testSimpleDecodeQueueCSD()
557 AMediaFormat_setBuffer(mInpDecFormat, csdName, nullptr, 0); in testSimpleDecodeQueueCSD()