Home | History | Annotate | Download | only in src

Lines Matching full:displayheight

416         video->displayHeight = video->height = (int) BitstreamReadBits16(stream, 13);
420 // video->displayHeight += (video->displayHeight & 0x1); /* displayed image should be even size */
1087 video->displayHeight = video->height = 96;
1097 video->displayHeight = video->height = 144;
1107 video->displayHeight = video->height = 288;
1117 video->displayHeight = video->height = 576;
1127 video->displayHeight = video->height = 1152;
1170 video->displayHeight = video->height = 96;
1180 video->displayHeight = video->height = 144;
1190 video->displayHeight = video->height = 288;
1200 video->displayHeight = video->height = 576;
1210 video->displayHeight = video->height = 1152;
1349 video->displayHeight = tmpvar << 2;
1350 video->height = (video->displayHeight + 15) & -16;