| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | tda8425.h | 10 int stereo; member in struct:__anonbe566e0d0108
|
| H A D | tda9850.c | 58 t->stereo = 1; 83 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0)|(t->sap_mute?0x10:0x0)); 93 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0x0)|(t->sap_mute?0x10:0x0)); 103 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0x0)|(t->sap_mute?0x10:0x0));
|
| H A D | tda9850.h | 10 int stereo; member in struct:__anonc0f588900108
|
| H A D | tda8425.c | 49 t->stereo = 3; /* 3 = Spacial 2 = Linear 1 = Pseudo 0 = Forced mono */ 54 t->src_sel = 3; /* 3 - stereo */ 70 TDA8425(0x08, 0xC0 | (t->mute ? 0x20 : 0x0) | (t->stereo << 3) | (t->src_sel << 1) |
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | capabilities.h | 42 bool stereo; member in struct:glCapabilitiesConfig
|
| H A D | visualConfigs.c | 67 int stereo, depth, aux, buffers, stencil, accum, color, msample; local in function:__glXAquaCreateVisualConfigs 75 conf->stereo is 0 or 1, but we need at least 1 iteration of the loop, 76 so we treat a true conf->stereo as 2. 105 numConfigs += (conf->stereo ? 2 : 1) 128 for(stereo = 0; stereo < (conf->stereo ? 2 : 1); ++stereo) { 168 c->stereoMode = stereo ? TRUE : FALSE;
|
| H A D | capabilities.c | 40 c->stereo = true; 366 /* Buffering modes: single/double, stereo */ 446 c->stereo = false;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | capabilities.h | 42 bool stereo; member in struct:glCapabilitiesConfig
|
| H A D | visualConfigs.c | 65 int stereo, depth, aux, buffers, stencil, accum, color, msample; local in function:__glXAquaCreateVisualConfigs 73 conf->stereo is 0 or 1, but we need at least 1 iteration of the loop, 74 so we treat a true conf->stereo as 2. 103 numConfigs += (conf->stereo ? 2 : 1) 125 for(stereo = 0; stereo < (conf->stereo ? 2 : 1); ++stereo) { 163 c->stereoMode = stereo ? TRUE : FALSE;
|
| H A D | capabilities.c | 49 c->stereo = true; 387 /* Buffering modes: single/double, stereo */ 466 c->stereo = false;
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/system/ |
| H A D | radio.h | 93 bool stereo; /* stereo supported */ member in struct:radio_hal_fm_band_config 102 bool stereo; /* stereo supported */ member in struct:radio_hal_am_band_config 170 bool stereo; /* program is stereo or not */ member in struct:radio_program_info
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_glx.c | 142 int stereo = 0; local in function:glXChooseVisual 178 stereo = 1; 230 format that doesn't have stereo even if it was requested 231 so we need to make sure that if stereo was selected, we 233 if (stereo) {
|
| H A D | glut_dstr.c | 55 "rgba", "bufsize", "double", "stereo", "auxbufs", "red", "green", "blue", "alpha", 1080 if (!strcmp(word, "stereo")) { 1582 stereo, auxBuffers, redSize, greenSize, blueSize, local in function:main 1590 glXGetConfig(dpy, vinfo, GLX_STEREO, &stereo); 1605 printf("str = %d\n", stereo);
|
| /xsrc/external/mit/glw/dist/ |
| H A D | GLwDrawAP.h | 99 Boolean stereo; member in struct:__anon900f39910108
|
| H A D | GLwDrawA.c | 133 offset(stereo), XtRImmediate, (XtPointer) FALSE}, 387 if(w->glwDrawingArea.stereo) *ptr++ = GLX_STEREO;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxvisuals.c | 55 (v1->stereo == v2->stereo) &&
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxint.h | 49 Bool stereo; member in struct:__GLXvisualConfigRec
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxgears.c | 104 static GLboolean stereo = GL_FALSE; /* Enable stereo. */ variable in typeref:typename:GLboolean 286 if (stereo) { 366 if (stereo) { 496 if (stereo) 523 if (stereo) 713 printf(" -stereo run in stereo mode\n"); 742 else if (strcmp(argv[i], "-stereo") == 0) { 743 stereo [all...] |
| H A D | pbutil.c | 192 int bufferSize, level, doubleBuffer, stereo, auxBuffers; local in function:PrintFBConfigInfo 206 stereo = GetFBConfigAttrib(dpy, screen, config, GLX_STEREO); 257 stereo ? "y" : "."); 272 printf(" Stereo: %s\n", stereo ? "yes" : "no");
|
| H A D | glxinfo.c | 92 int stereo; member in struct:visual_attribs 739 glXGetConfig(dpy, vInfo, GLX_STEREO, &attribs->stereo); 852 glXGetFBConfigAttrib(dpy, fbconfig, GLX_STEREO, &attribs->stereo); 930 printf(" bufferSize=%d level=%d renderType=%s doubleBuffer=%d stereo=%d\n", 933 attribs->doubleBuffer, attribs->stereo); 990 attribs->stereo ? 'y' : '.', 1032 attribs->stereo,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 314 if (IS_STEREO(t->stereo)) { 316 if (IS_RIGHT_STEREO(t->stereo)) { 321 } else if (IS_LEFT_STEREO(t->stereo)) { 327 if (IS_4WAY_STEREO(t->stereo)) {
|
| H A D | edid.h | 463 unsigned int stereo:2; member in struct:detailed_timings
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 346 if (IS_STEREO(t->stereo)) { 348 if (IS_RIGHT_STEREO(t->stereo)) { 354 else if (IS_LEFT_STEREO(t->stereo)) { 360 if (IS_4WAY_STEREO(t->stereo)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 133 config->stereo = (Bool) props[12]; 571 cfg->stereo = fbcfg->stereoMode;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dri.c | 189 pConfigs[i].stereo = FALSE; 509 "[drm] failure adding irq %d handler, stereo disabled\n",
|