Home
last modified time | relevance | path

Searched refs:NTSC_WIDTH (Results 1 – 19 of 19) sorted by relevance

/dports/games/libretro-opera/opera-libretro-5781f68/libopera/
H A Dopera_region.c5 #define NTSC_WIDTH 320 macro
29 NTSC_WIDTH,
41 g_REGION.width = NTSC_WIDTH; in opera_region_set_NTSC()
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstVideoFilterNtsc.cpp49 const long pad = output.pitch - (NTSC_WIDTH-7) * sizeof(Pixel); in BlitType()
57 for (const Input::Pixel* const end=src+(NTSC_WIDTH/7*3-3); src != end; src += 3, dst += 7) in BlitType()
98 return (state.width == NTSC_WIDTH && state.height == HEIGHT) && in Check()
H A DNstVideoFilterNtsc.hpp54 NTSC_WIDTH = 602 enumerator
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstVideoFilterNtsc.cpp49 const long pad = output.pitch - (NTSC_WIDTH-7) * sizeof(Pixel); in BlitType()
57 for (const Input::Pixel* const end=src+(NTSC_WIDTH/7*3-3); src != end; src += 3, dst += 7) in BlitType()
98 return (state.width == NTSC_WIDTH && state.height == HEIGHT) && in Check()
H A DNstVideoFilterNtsc.hpp54 NTSC_WIDTH = 602 enumerator
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogVideoFilters.hpp102 NTSC_WIDTH = Nes::Video::Output::NTSC_WIDTH enumerator
H A DNstDialogVideo.hpp52 NTSC_WIDTH = Nes::Video::Output::NTSC_WIDTH, enumerator
H A DNstDialogVideo.cpp520 if (settings.adapter->maxScreenSize.x >= NTSC_WIDTH) in GetRenderState()
522 rect.left = (rect.left * (NTSC_WIDTH - 4) + NES_WIDTH / 2) / NES_WIDTH + 3; in GetRenderState()
523 rect.right = (rect.right * (NTSC_WIDTH - 4) + NES_WIDTH / 2) / NES_WIDTH + 3; in GetRenderState()
525 state.width = NTSC_WIDTH; in GetRenderState()
731 rect.left = (rect.left * (NTSC_WIDTH - 4) + NES_WIDTH / 2) / NES_WIDTH + 3; in UpdateFinalRects()
732 rect.right = (rect.right * (NTSC_WIDTH - 4) + NES_WIDTH / 2) / NES_WIDTH + 3; in UpdateFinalRects()
1247 if (settings.adapter->maxScreenSize.x >= NTSC_WIDTH) in UpdateFilters()
H A DNstDialogVideoFilters.cpp128 canDoNtsc ( m.x >= NTSC_WIDTH ), in VideoFilters()
160 if (maxScreenScale >= 2 || maxScreenSize.x >= NTSC_WIDTH) in Load()
166 if (maxScreenSize.x >= NTSC_WIDTH) in Load()
/dports/games/libretro-nestopia/nestopia-2b0315c/libretro/
H A Dlibretro.cpp413 Api::Video::Output::NTSC_WIDTH, in retro_get_system_av_info()
850 video_width = Api::Video::Output::NTSC_WIDTH; in check_variables()
860 video_width = Api::Video::Output::NTSC_WIDTH; in check_variables()
870 video_width = Api::Video::Output::NTSC_WIDTH; in check_variables()
880 video_width = Api::Video::Output::NTSC_WIDTH; in check_variables()
1160 …rscan_v ? ((overscan_h ? dif : 0) + (blargg_ntsc ? Api::Video::Output::NTSC_WIDTH : Api::Video::Ou… in retro_run()
1274 …video_buffer = (uint32_t*)linearMemAlign(Api::Video::Output::NTSC_WIDTH * Api::Video::Output::HEIG… in retro_load_game()
1276 …video_buffer = (uint32_t*)malloc(Api::Video::Output::NTSC_WIDTH * Api::Video::Output::HEIGHT * siz… in retro_load_game()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dps2_gfx.c31 #define NTSC_WIDTH 640 macro
83 gsGlobal->Width = NTSC_WIDTH; in init_GSGlobal()
/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiVideo.hpp62 NTSC_WIDTH = 602 enumerator
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiVideo.hpp62 NTSC_WIDTH = 602 enumerator
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dtvi_bsdbt848.c41 #define NTSC_WIDTH 640 macro
400 priv->maxwidth = NTSC_WIDTH; in control()
H A Dtvi_v4l.c90 #define NTSC_WIDTH 640 macro
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dtvi_bsdbt848.c41 #define NTSC_WIDTH 640 macro
400 priv->maxwidth = NTSC_WIDTH; in control()
H A Dtvi_v4l.c90 #define NTSC_WIDTH 640 macro
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dvideo.cpp380 basesize.w = Video::Output::NTSC_WIDTH; in video_set_dimensions()
H A Dinput.cpp199 xaspect = (double)(Video::Output::WIDTH) / (double)(Video::Output::NTSC_WIDTH / 2); in nst_input_inject_mouse()