Home
last modified time | relevance | path

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

/third_party/openh264/module/
Dgmp-openh264.cpp870 uint8_t spsCount = *avcc++ & kSPSMask; in InitDecode() local
871 for (int i = 0; i < spsCount; ++i) { in InitDecode()