Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
Davc_utils.cpp427 bool foundIDR = false; in IsIDR() local
437 foundIDR = true; in IsIDR()
442 return foundIDR; in IsIDR()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp801 bool foundIDR = false; in dequeueAccessUnitH264() local
810 foundIDR = true; in dequeueAccessUnitH264()
906 if (foundIDR) { in dequeueAccessUnitH264()