Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvop.cpp1341 int tmpDisplayWidth = (tmpvar + 1) << 2; in DecodeShortHeader() local
1356 int tmpWidth = (tmpDisplayWidth + 15) & -16; in DecodeShortHeader()
1373 video->displayWidth = tmpDisplayWidth; in DecodeShortHeader()