Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp50 uint32_t iInt = 1; in ParseGop() local
60 iInt = 0; in ParseGop()
61 } else if (iInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
62 iInt *= (layer.count + 1); in ParseGop()
73 *iInterval = iInt; in ParseGop()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp51 uint32_t iInt = 1; in ParseGop() local
61 iInt = 0; in ParseGop()
62 } else if (iInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
63 iInt *= (layer.count + 1); in ParseGop()
74 *iInterval = iInt; in ParseGop()