Home | History | Annotate | Download | only in src

Lines Matching refs:displayHeight

420         video->displayHeight = video->height = (int) BitstreamReadBits16(stream, 13);
424 // video->displayHeight += (video->displayHeight & 0x1); /* displayed image should be even size */
1091 video->displayHeight = video->height = 96;
1101 video->displayHeight = video->height = 144;
1111 video->displayHeight = video->height = 288;
1121 video->displayHeight = video->height = 576;
1131 video->displayHeight = video->height = 1152;
1174 video->displayHeight = video->height = 96;
1184 video->displayHeight = video->height = 144;
1194 video->displayHeight = video->height = 288;
1204 video->displayHeight = video->height = 576;
1214 video->displayHeight = video->height = 1152;
1353 video->displayHeight = tmpvar << 2;
1354 video->height = (video->displayHeight + 15) & -16;