Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp49 uint32_t syncInt = 1; in ParseGop() local
54 syncInt = 0; in ParseGop()
55 } else if (syncInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
56 syncInt *= (layer.count + 1); in ParseGop()
70 *syncInterval = syncInt; in ParseGop()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp50 uint32_t syncInt = 1; in ParseGop() local
55 syncInt = 0; in ParseGop()
56 } else if (syncInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
57 syncInt *= (layer.count + 1); in ParseGop()
71 *syncInterval = syncInt; in ParseGop()