Searched refs:it2 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 237 for (auto it1 = outPtsArray.cbegin(), it2 = inpPtsArray.cbegin(); in isOutPtsListIdenticalToInpPtsList() local 238 it1 < outPtsArray.cend(); it1++, it2++) { in isOutPtsListIdenticalToInpPtsList() 239 if (*it1 != *it2) { in isOutPtsListIdenticalToInpPtsList() 240 ALOGE("input output pts mismatch, exp/rec %d/%d", (int)*it2, (int)*it1); in isOutPtsListIdenticalToInpPtsList() 263 for (auto it1 = outPtsArray.cbegin(), it2 = that->outPtsArray.cbegin(); in equals() local 264 it1 < outPtsArray.cend(); it1++, it2++) { in equals() 265 if (*it1 != *it2) { in equals() 266 ALOGE("presentation timestamp exp/rec %d/%d", (int)*it1, (int)*it2); in equals() 284 for (auto it1 = memory.cbegin(), it2 = that->memory.cbegin(); it1 < memory.cend(); in equals() local 285 it1++, it2++) { in equals() [all …]
|
D | NativeMuxerTest.cpp | 346 for (auto it2 : it->second) in isCodecContainerPairValid() local 347 if (strcmp(it2, mime) == 0) return true; in isCodecContainerPairValid()
|