Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dvop.cpp1352 int tmpDisplayWidth = (tmpvar + 1) << 2; in DecodeShortHeader() local
1367 int tmpWidth = (tmpDisplayWidth + 15) & -16; in DecodeShortHeader()
1384 video->displayWidth = tmpDisplayWidth; in DecodeShortHeader()