Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp335 int32_t iSpsByteCount = 0; in H264DecodeInstance() local
336 iSliceSize = readPicture (pBuf, iFileSize, iBufPos, uSpsPtr, iSpsByteCount); in H264DecodeInstance()
337 if (iLastSpsByteCount > 0 && iSpsByteCount > 0) { in H264DecodeInstance()
338 … if (iSpsByteCount != iLastSpsByteCount || memcmp (uSpsPtr, uLastSpsBuf, iLastSpsByteCount) != 0) { in H264DecodeInstance()
344 if (iSpsByteCount > 0 && uSpsPtr != NULL) { in H264DecodeInstance()
345 if (iSpsByteCount > 32) iSpsByteCount = 32; in H264DecodeInstance()
346 iLastSpsByteCount = iSpsByteCount; in H264DecodeInstance()
347 memcpy (uLastSpsBuf, uSpsPtr, iSpsByteCount); in H264DecodeInstance()