Searched refs:testCsd (Results 1 – 1 of 1) sorted by relevance
53 std::pair<void*, size_t> testCsd; in isCSDIdentical() local57 bool hasTestCSD = AMediaFormat_getBuffer(testFormat, name, &testCsd.first, &testCsd.second); in isCSDIdentical()63 if (refCsd.second != testCsd.second) { in isCSDIdentical()65 testCsd.second); in isCSDIdentical()68 if (memcmp(refCsd.first, testCsd.first, refCsd.second)) { in isCSDIdentical()