Searched refs:foundIDR (Results 1 – 3 of 3) sorted by relevance
547 bool foundIDR = false; in IsHevcIDR() local550 while (!foundIDR && getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) { in IsHevcIDR()561 foundIDR = true; in IsHevcIDR()566 return foundIDR; in IsHevcIDR()
481 bool foundIDR = false; in IsIDR() local494 foundIDR = true; in IsIDR()499 return foundIDR; in IsIDR()
1347 bool foundIDR = false; in dequeueAccessUnitH264() local1359 foundIDR = true; in dequeueAccessUnitH264()1482 if (foundIDR) { in dequeueAccessUnitH264()