| /xsrc/external/mit/xf86-video-ati/xorg-server-copy/ |
| msp3430.c | 99 xf86DrvMsg(m->d.pI2CBus->scrnIndex, X_INFO, "MSP34xx: standard result=0x%02x%02x\n", 112 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP3430(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 113 m->connector, m->standard, m->chip_family); 158 m->standard=MSP3430_NTSC; 354 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP34xxG(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 355 m->connector, m->standard, m->chip_family); 367 if ( (m->standard & 0xff) == MSP3430_PAL ) 370 /* PAL standard */ 374 /* standard selection is M-BTSC-Stereo */ 397 switch(m->standard){ 432 CARD16 result,standard; local [all...] |
| msp3430.h | 9 int standard; member in struct:__anon6889 22 CARD16 c_standard; /*current state of standard register */ 59 /* values for MSP standard */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| msp3430.c | 99 xf86DrvMsg(m->d.pI2CBus->scrnIndex, X_INFO, "MSP34xx: standard result=0x%02x%02x\n", 112 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP3430(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 113 m->connector, m->standard, m->chip_family); 158 m->standard=MSP3430_NTSC; 354 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP34xxG(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 355 m->connector, m->standard, m->chip_family); 367 if ( (m->standard & 0xff) == MSP3430_PAL ) 370 /* PAL standard */ 374 /* standard selection is M-BTSC-Stereo */ 397 switch(m->standard){ 432 CARD16 result,standard; local [all...] |
| msp3430.h | 9 int standard; member in struct:__anon10607 22 CARD16 c_standard; /*current state of standard register */ 59 /* values for MSP standard */
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| tv_fs450.h | 53 /* TV standard*/ 57 int FS450_set_tv_standard(unsigned long standard); 58 /* standard is one of the FS450_TV_STANDARD constants */ 61 /* FS450 TV Standard flags*/
|
| gfx_tv.c | 478 * TV standard 506 gfx_set_tv_standard(unsigned long standard) 512 retval = fs450_set_tv_standard(standard);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| tv_fs450.h | 155 /* TV standard*/ 159 int FS450_set_tv_standard(unsigned long standard); 160 /* standard is one of the FS450_TV_STANDARD constants */ 163 /* FS450 TV Standard flags*/
|
| gfx_tv.c | 581 // TV standard 609 gfx_set_tv_standard(unsigned long standard) 615 retval = fs450_set_tv_standard(standard);
|
| /xsrc/external/mit/xterm/dist/package/pkgsrc/ |
| Makefile | 23 CONFIGURE_ARGS.standard= # empty
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_video.c | 395 struct v4l2_standard standard; local 465 standard = XGIToV4lStandard(pPriv, 4); 466 ioctl(pPriv->fd, VIDIOC_S_STD, standard.index); 598 struct v4l2_standard standard; local 619 standard = XGIToV4lStandard(pPriv,value); 620 if (ioctl(pPriv->fd, VIDIOC_S_STD, standard.index)<0) 1692 struct v4l2_standard standard; local 1726 //v4l set standard 1727 standard = XGIToV4lStandard(pPriv,pPriv->encoding); 1728 ErrorF("++++Giwas: standard.index = %d\n",standard.index) 1867 struct v4l2_standard standard; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| platform_android_mapper.cpp | 177 Dataspace standard = (Dataspace)((int)dataspace & (uint32_t)Dataspace::STANDARD_MASK); 178 switch (standard) {
|
| /xsrc/external/mit/xterm/dist/package/ |
| xterm.spec | 74 xterm is the standard terminal emulator for the X Window System.
|
| /xsrc/external/mit/xinit/dist/ |
| xinitrc.cpp | 71 XCOMM generally be a multiple of 16. 96 is our standard DPI, and many 82 XCOMM For non-HiDPI cases, use the standard misc-fixed font in xterm
|
| startx.cpp | 35 XCOMM the standard system path at the back, since if you are using the Xorg
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| TranslateI.h | 127 Boolean standard; member in struct:_TMModifierMatchRec 273 Boolean standard; member in struct:_EventRec
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_signed_rgba.spec | 109 the standard OpenGL byte/float mapping is considered acceptable too, as 114 converting to GL_FLOAT (using the standard OpenGL float/byte mapping) 116 Other than those subtle issues there are no other non-standard
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_signed_rgba.spec | 109 the standard OpenGL byte/float mapping is considered acceptable too, as 114 converting to GL_FLOAT (using the standard OpenGL float/byte mapping) 116 Other than those subtle issues there are no other non-standard
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| z4l.c | 1323 struct v4l2_standard standard; local 1399 memset(&standard, 0, sizeof(standard)); 1400 standard.index = std; 1401 if (IoCtl(fd, VIDIOC_ENUMSTD, &standard, 0) < 0) 1403 std_id = standard.id; 1404 denom = standard.frameperiod.denominator; 1405 numer = standard.frameperiod.numerator; 1434 (char *) &standard.name[0],
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/ |
| invocation.cpp | 156 const struct clc_version_lang_std standard = local 159 return standard.clc_lang_standard;
|
| /xsrc/external/mit/libXt/dist/ |
| configure.ac | 136 AC_DEFINE(_CONST_X_STRING, 1, [Define to 1 to use standard C const feature.])
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcpattern.fncs | 531 Converts <parameter>name</parameter> from the standard text format described above into a pattern. 539 Converts the given pattern into the standard text format described above.
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| pfrtypes.h | 168 FT_UInt standard; member in struct:PFR_DimensionRec_
|
| pfrload.c | 860 /* get the standard advance for non-proportional fonts */ 967 phy_font->vertical.standard = PFR_NEXT_USHORT( p ); 968 phy_font->horizontal.standard = PFR_NEXT_USHORT( p );
|
| /xsrc/external/mit/libXt/dist/src/ |
| TMgrab.c | 116 if (modMatch->standard) { 117 /* find standard modifiers that produce this keysym */ 154 else { /* !event->standard */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| invocation.cpp | 178 const struct clc_version_lang_std standard = local 181 return standard.clc_lang_standard;
|