Home
last modified time | relevance | path

Searched refs:VIDEO_BPP (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerAviConverter.cpp119 biBitCount = VIDEO_BPP; in Record()
121 biSizeImage = VIDEO_BPP/8 * biWidth * biHeight; in Record()
367 …deo::Output videoOutput( pixels.ptr + (VIDEO_BPP/8 * bitmapInfo.biWidth * (renderState.height-1)),… in Record()
374 tmp.bits.count = VIDEO_BPP; in Record()
H A DNstManagerAviConverter.hpp50 VIDEO_BPP = 16, enumerator
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_xv.h45 #define VIDEO_BPP 2 macro
H A Dvia_xv.c384 (float)(((pScrn->bitsPerPixel >> 3) + VIDEO_BPP) * dClock); in DecideOverlaySupport()
389 DBG_DD(ErrorF(" via_xv.c : Video_Bpp= %d : \n", VIDEO_BPP)); in DecideOverlaySupport()
/dports/emulators/atari800/atari800-3.1.0/debian/
H A Datari800.cfg78 VIDEO_BPP=0
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c45 #define VIDEO_BPP 16 macro
49 #define VIDEO_BPP 15 macro
52 #ifndef VIDEO_BPP
56 #define VIDEO_BPP 32 /* might be fastest, if conversion funcs removed */ macro
536 #if VIDEO_BPP==32
1074 #if VIDEO_BPP != 32
6664 printf(" Using %dbpp video (VIDEO_BPP=%d)\n", VIDEO_BPP, VIDEO_BPP); in show_version()
10083 #if VIDEO_BPP==32 in zoom()
24514 … screen = SDL_SetVideoMode(WINDOW_WIDTH, WINDOW_HEIGHT, VIDEO_BPP, SDL_FULLSCREEN | SDL_HWSURFACE); in setup()
24551 screen = SDL_SetVideoMode(WINDOW_WIDTH, WINDOW_HEIGHT, VIDEO_BPP, SDL_HWSURFACE); in setup()
[all …]