Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_decoder.c345 seqParamSet_t *newSPS = pStorage->activeSps; in h264bsdDecode() local
361 &strm, newSPS, in h264bsdDecode()
374 (oldSPS->picWidthInMbs != newSPS->picWidthInMbs) || in h264bsdDecode()
375 (oldSPS->picHeightInMbs != newSPS->picHeightInMbs) || in h264bsdDecode()
376 (oldSPS->maxDpbSize != newSPS->maxDpbSize)) in h264bsdDecode()