Home
last modified time | relevance | path

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

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