/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.c | 61 SDL_SetError("Gamma correction not supported"); 67 SDL_SetError("Gamma correction not supported"); 77 /* See if actually setting the gamma is supported */ 79 SDL_SetError("Gamma correction not supported on this visual"); 83 /* Calculate the appropriate palette for the given gamma ramp */ 99 SDL_SetError("Gamma correction not supported on this visual"); [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 374 * Set the gamma correction for each of the color channels. 375 * The gamma values range (approximately) between 0.1 and 10.0 378 * be emulated using gamma ramps, if available. If successful, this 384 * Set the gamma translation table for the red, green, and blue channels 388 * gamma value at that index, scaled to the output color precision. 392 * hardware does not support gamma translation, or otherwise fails, 398 * Retrieve the current values of the gamma translation tables. 403 * hardware does not support gamma translation, or otherwise fails, [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 374 * Set the gamma correction for each of the color channels. 375 * The gamma values range (approximately) between 0.1 and 10.0 378 * be emulated using gamma ramps, if available. If successful, this 384 * Set the gamma translation table for the red, green, and blue channels 388 * gamma value at that index, scaled to the output color precision. 392 * hardware does not support gamma translation, or otherwise fails, 398 * Retrieve the current values of the gamma translation tables. 403 * hardware does not support gamma translation, or otherwise fails, [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 374 * Set the gamma correction for each of the color channels. 375 * The gamma values range (approximately) between 0.1 and 10.0 378 * be emulated using gamma ramps, if available. If successful, this 384 * Set the gamma translation table for the red, green, and blue channels 388 * gamma value at that index, scaled to the output color precision. 392 * hardware does not support gamma translation, or otherwise fails, 398 * Retrieve the current values of the gamma translation tables. 403 * hardware does not support gamma translation, or otherwise fails, [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 378 * Set the gamma correction for each of the color channels. 379 * The gamma values range (approximately) between 0.1 and 10.0 382 * be emulated using gamma ramps, if available. If successful, this 388 * Set the gamma translation table for the red, green, and blue channels 392 * gamma value at that index, scaled to the output color precision. 396 * hardware does not support gamma translation, or otherwise fails, 402 * Retrieve the current values of the gamma translation tables. 407 * hardware does not support gamma translation, or otherwise fails, [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 374 * Set the gamma correction for each of the color channels. 375 * The gamma values range (approximately) between 0.1 and 10.0 378 * be emulated using gamma ramps, if available. If successful, this 384 * Set the gamma translation table for the red, green, and blue channels 388 * gamma value at that index, scaled to the output color precision. 392 * hardware does not support gamma translation, or otherwise fails, 398 * Retrieve the current values of the gamma translation tables. 403 * hardware does not support gamma translation, or otherwise fails, [all...] |
/bootable/recovery/minui/ |
resources.c | 38 // need this functionality (it's used for gamma adjustment) so provide
|
/external/fdlibm/ |
fdlibm.h | 170 * Reentrant version of gamma & lgamma; passes signgam back by reference
|
/external/junit/src/junit/textui/ |
TestRunner.java | 173 System.err.println("JUnit " + Version.id() + " by Kent Beck and Erich Gamma");
|
/external/libpng/contrib/gregbook/ |
writepng.h | 91 double gamma; member in struct:_mainprog_info
|
rpng-win.c | 5 This program decodes and displays PNG images, with gamma correction and 183 * "gamma" value, so we do it the hard way */ 247 if (!strncmp(*argv, "-gamma", 2)) { 287 "Usage: %s [-gamma exp] [-bgcolor bg] file.png\n" 288 " exp \ttransfer-function exponent (``gamma'') of the display\n"
|
rpng-x.c | 5 This program decodes and displays PNG images, with gamma correction and 197 * "gamma" value, so we do it the hard way */ 241 } else if (!strncmp(*argv, "-gamma", 2)) { 279 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg] file.png\n" 281 " exp \ttransfer-function exponent (``gamma'') of the display\n"
|
writepng.c | 158 if (mainprog_ptr->gamma > 0.0) 159 png_set_gAMA(png_ptr, info_ptr, mainprog_ptr->gamma);
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
ps_init_stereo_mixing.cpp | 169 * alpha(b) = (1/2)*arccos( gamma(b)) 172 * gamma 1 0.937 0.84118 0.60092 0.36764 0 -0.589 -1 310 * alpha(b) = (1/2)*arccos( gamma(b)) 415 * alpha(b) = (1/2)*arccos( gamma(b))
|
/external/quake/quake/src/QW/client/ |
vid_svgalib.c | 239 float gamma, f, inf; local 245 gamma = Q_atof (Cmd_Argv(1)); 249 f = pow ( (host_basepal[i]+1)/256.0 , gamma ); 567 // Cmd_AddCommand ("gamma", VID_Gamma_f);
|
/external/quake/quake/src/WinQuake/ |
vid_svgalib.cpp | 238 float gamma, f, inf; local 244 gamma = Q_atof (Cmd_Argv(1)); 248 f = pow ( (host_basepal[i]+1)/256.0 , gamma ); 564 // Cmd_AddCommand ("gamma", VID_Gamma_f);
|
/external/srec/srec/include/ |
all_defs.h | 61 // otherwise gamma weighted
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
ps_init_stereo_mixing.cpp | 169 * alpha(b) = (1/2)*arccos( gamma(b)) 172 * gamma 1 0.937 0.84118 0.60092 0.36764 0 -0.589 -1 310 * alpha(b) = (1/2)*arccos( gamma(b)) 415 * alpha(b) = (1/2)*arccos( gamma(b))
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.c | 299 /* Prefer DirectColor visuals, for gamma support */ 532 DGA_SetGammaRamp(this, this->gamma); 1022 /* See if actually setting the gamma is supported */ 1024 SDL_SetError("Gamma correction not supported on this visual"); 1028 /* Calculate the appropriate palette for the given gamma ramp */
|
/external/libpng/ |
libpng.3 | [all...] |
pngtest.c | 935 png_fixed_point gamma; local 937 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma)) 938 png_set_gAMA_fixed(write_ptr, write_info_ptr, gamma); 957 double gamma; local 959 if (png_get_gAMA(read_ptr, read_info_ptr, &gamma)) 960 png_set_gAMA(write_ptr, write_info_ptr, gamma); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 991 /* Create a colormap which we can manipulate for gamma */ 999 X11_SetGammaRamp(this, this->gamma); [all...] |
/bionic/libm/bsdsrc/ |
b_tgamma.c | 35 static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93"; 75 * Accuracy: Gamma(x) is accurate to within
|
/development/simulator/app/ |
MyApp.cpp | 500 if (!mPrefs.Exists("gamma")) 501 mPrefs.SetDouble("gamma", 1.0);
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
d_gain_c.h | 104 * gamma. The quantized gain is given by g_q = g0 * gamma
|