
802BT/802R Video Test Generator User Guide
139
// states 0 to 2 are specific for QuantumData
switch (state)
{
// pixel 1
case 0:
pixelvalue=seed;
state++;
#ifdef RGB_TEST
return (0xff0000); // red
#else
return(0);
#endif
break;
// pixel 2
case 1:
temp=((0x007<<7) | (( seed &0x7f000000)>>24)) & 0xffffff;
state++;
#ifdef RGB_TEST
return (0x00ff00); // green
#else
return(temp);
#endif
break;
// pixel 3
case 2:
temp=seed &0x00ffffff;
state++;
#ifdef RGB_TEST
return (0x0000ff); // blue
#else
return(temp);
#endif
break;
default:
pixelvalue= ((pixelvalue & 0x7f)<<24) | ( ((pixelvalue>>4)
& 0xffffff) ^ ((pixelvalue>>7) & 0xffffff) );
#ifdef RGB_TEST
return (0x0); // blank
#else
return(pixelvalue & 0xffffff);
#endif
break;
break;
}
Содержание 802BT
Страница 1: ...802BT 802R Video Test Generator User Guide ...
Страница 52: ...42 Chapter 2 Testing Video Displays ...
Страница 62: ...52 Chapter 3 Administrative Tasks ...
Страница 87: ...802BT 802R Video Test Generator User Guide 77 IMGE end an editing session IMGA MyImage save image as MyImage ...
Страница 118: ...108 Chapter 7 Using GPIB Interface ...
Страница 194: ...184 Chapter 10 Testing EDID ...
Страница 204: ...194 Chapter 11 Testing HDCP ...
Страница 213: ...Video Test Generator User Guide 203 A Command Reference Topics in this appendix Commands by name ...
Страница 214: ...204 Appendix A Command Reference Commands by name ...
Страница 303: ...Video Test Generator User Guide 293 Example 7 Turn audio off DPTG 3 DPGU Example 8 Turn audio on DPTG 7 DPGU ...
Страница 595: ...Video Test Generator User Guide 585 ...
Страница 608: ...598 Appendix A Command Reference Related commands YMDO UNPK PKUP VTOF FLSH Example YMDI YMODEM BATCH upload ...
Страница 611: ...Video Test Generator User Guide 601 ...
Страница 612: ...602 Appendix A Command Reference ...
Страница 613: ...802BT 802R Video Test Generator User Guide 603 B Image Reference Topics in this appendix Standard image descriptions ...
Страница 716: ...706 Appendix B Image Reference ...
Страница 744: ...734 Appendix C Error Messages ...