Searched refs:testCsd (Results 1 – 1 of 1) sorted by relevance
61 std::pair<void*, size_t> testCsd; in isCSDIdentical() local65 bool hasTestCSD = AMediaFormat_getBuffer(testFormat, name, &testCsd.first, &testCsd.second); in isCSDIdentical()71 if (refCsd.second != testCsd.second) { in isCSDIdentical()73 testCsd.second); in isCSDIdentical()76 if (memcmp(refCsd.first, testCsd.first, refCsd.second)) { in isCSDIdentical()