Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp48 uint32_t syncInt = 1; in ParseGop() local
53 syncInt = 0; in ParseGop()
54 } else if (syncInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
55 syncInt *= (layer.count + 1); in ParseGop()
69 *syncInterval = syncInt; in ParseGop()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp47 uint32_t syncInt = 1; in ParseGop() local
52 syncInt = 0; in ParseGop()
53 } else if (syncInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
54 syncInt *= (layer.count + 1); in ParseGop()
68 *syncInterval = syncInt; in ParseGop()