Searched refs:csdName (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecDecoderTestCommon.cpp | 425 char csdName[16]; in testFlush() local 428 snprintf(csdName, sizeof(csdName), "csd-%d", i); in testFlush() 429 if (AMediaFormat_getBuffer(mInpDecFormat, csdName, &csdBuffer, &csdSize)) { in testFlush() 558 char csdName[16]; in testSimpleDecodeQueueCSD() local 561 snprintf(csdName, sizeof(csdName), "csd-%d", i); in testSimpleDecodeQueueCSD() 562 if (AMediaFormat_getBuffer(mInpDecDupFormat, csdName, &csdBuffer, &csdSize)) { in testSimpleDecodeQueueCSD() 564 AMediaFormat_setBuffer(mInpDecFormat, csdName, nullptr, 0); in testSimpleDecodeQueueCSD()
|
D | NativeExtractorTest.cpp | 589 char csdName[16]; in nativeReadAllData() local 592 snprintf(csdName, sizeof(csdName), "csd-%d", i); in nativeReadAllData() 593 if (AMediaFormat_getBuffer(format, csdName, &csdBuffer, &csdSize)) { in nativeReadAllData()
|