Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_decoder.c344 seqParamSet_t *oldSPS = NULL; in h264bsdDecode() local
350 oldSPS = pStorage->sps[pStorage->oldSpsId]; in h264bsdDecode()
373 (oldSPS == NULL) || in h264bsdDecode()
374 (oldSPS->picWidthInMbs != newSPS->picWidthInMbs) || in h264bsdDecode()
375 (oldSPS->picHeightInMbs != newSPS->picHeightInMbs) || in h264bsdDecode()
376 (oldSPS->maxDpbSize != newSPS->maxDpbSize)) in h264bsdDecode()