Home
last modified time | relevance | path

Searched refs:foundIDR (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp546 bool foundIDR = false; in IsHevcIDR() local
549 while (!foundIDR && getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) { in IsHevcIDR()
560 foundIDR = true; in IsHevcIDR()
565 return foundIDR; in IsHevcIDR()
/aosp12/frameworks/av/media/libstagefright/foundation/
H A Davc_utils.cpp481 bool foundIDR = false; in IsIDR() local
494 foundIDR = true; in IsIDR()
499 return foundIDR; in IsIDR()
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp1347 bool foundIDR = false; in dequeueAccessUnitH264() local
1359 foundIDR = true; in dequeueAccessUnitH264()
1482 if (foundIDR) { in dequeueAccessUnitH264()