Home | History | Annotate | Download | only in src

Lines Matching refs:displayWidth

410         video->displayWidth = video->width = (int) BitstreamReadBits16(stream, 13);
414 // video->displayWidth += (video->displayWidth & 0x1); /* displayed image should be even size */
1090 video->displayWidth = video->width = 128;
1100 video->displayWidth = video->width = 176;
1110 video->displayWidth = video->width = 352;
1120 video->displayWidth = video->width = 704;
1130 video->displayWidth = video->width = 1408;
1173 video->displayWidth = video->width = 128;
1183 video->displayWidth = video->width = 176;
1193 video->displayWidth = video->width = 352;
1203 video->displayWidth = video->width = 704;
1213 video->displayWidth = video->width = 1408;
1339 video->displayWidth = (tmpvar + 1) << 2;
1340 video->width = (video->displayWidth + 15) & -16;