Searched refs:hasTestCSD (Results 1 – 1 of 1) sorted by relevance
65 bool hasTestCSD = AMediaFormat_getBuffer(testFormat, name, &testCsd.first, &testCsd.second); in isCSDIdentical() local66 if (hasRefCSD != hasTestCSD) { in isCSDIdentical()67 ALOGW("mismatch, ref fmt has CSD %d, test fmt has CSD %d", hasRefCSD, hasTestCSD); in isCSDIdentical()