Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvop.cpp1356 int tmpWidth = (tmpDisplayWidth + 15) & -16; in DecodeShortHeader() local
1358 if (tmpWidth > video->width) in DecodeShortHeader()
1366 if (tmpHeight * tmpWidth > video->size) in DecodeShortHeader()
1374 video->width = tmpWidth; in DecodeShortHeader()