Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp179 …ed long long& uiTimeStamp, int32_t& iWidth, int32_t& iHeight, int32_t& iLastWidth, int32_t iLastHe… in FlushFrames() argument
206 if (iWidth != iLastWidth && iHeight != iLastHeight) { in FlushFrames()
210 iLastWidth = iWidth; in FlushFrames()
244 int32_t iLastWidth = 0, iLastHeight = 0; in H264DecodeInstance() local
340 …es (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, iLastWidth, in H264DecodeInstance()
408 if (iWidth != iLastWidth && iHeight != iLastHeight) { in H264DecodeInstance()
412 iLastWidth = iWidth; in H264DecodeInstance()
440 if (iWidth != iLastWidth && iHeight != iLastHeight) { in H264DecodeInstance()
444 iLastWidth = iWidth; in H264DecodeInstance()
454 …es (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, iLastWidth, in H264DecodeInstance()