Home
last modified time | relevance | path

Searched refs:Ypitch (Results 1 – 25 of 105) sorted by relevance

12345

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Drenderyuv.c199 int Ypitch = image->pitches[plane_y]; in renderyuv_4_1_1() local
228 Yptr += Ypitch * dest_y + dest_x; in renderyuv_4_1_1()
236 Yptr2 = Yptr + Ypitch; in renderyuv_4_1_1()
257 Yptr = Yptr2 + Ypitch; in renderyuv_4_1_1()
304 Yptr += Ypitch * dest_y + dest_x; in renderyuv_2x_4_1_1()
311 Yptr2 = Yptr + (Ypitch >> 1); in renderyuv_2x_4_1_1()
336 Yptr += Ypitch; in renderyuv_2x_4_1_1()
409 Yptr += Ypitch * dest_y + dest_x; in renderyuv_4_1_1_pal()
427 Yptr2 = Yptr + Ypitch; in renderyuv_4_1_1_pal()
489 Yptr = Yptr2 + Ypitch; in renderyuv_4_1_1_pal()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/render/
H A DSDL_yuv_sw_c.h55 const Uint8 *Yplane, int Ypitch,
59 const Uint8 *Yplane, int Ypitch,
H A DSDL_yuv_sw.c250 const Uint8 *Yplane, int Ypitch, in SDL_SW_UpdateYUVTexturePlanar() argument
265 src += Ypitch; in SDL_SW_UpdateYUVTexturePlanar()
304 const Uint8 *Yplane, int Ypitch, in SDL_SW_UpdateNVTexturePlanar() argument
318 src += Ypitch; in SDL_SW_UpdateNVTexturePlanar()
H A DSDL_sysrender.h144 const Uint8 *Yplane, int Ypitch,
149 const Uint8 *Yplane, int Ypitch,
/dports/devel/sdl20/SDL2-2.0.18/src/render/
H A DSDL_yuv_sw_c.h55 const Uint8 *Yplane, int Ypitch,
59 const Uint8 *Yplane, int Ypitch,
H A DSDL_yuv_sw.c250 const Uint8 *Yplane, int Ypitch, in SDL_SW_UpdateYUVTexturePlanar() argument
265 src += Ypitch; in SDL_SW_UpdateYUVTexturePlanar()
304 const Uint8 *Yplane, int Ypitch, in SDL_SW_UpdateNVTexturePlanar() argument
318 src += Ypitch; in SDL_SW_UpdateNVTexturePlanar()
H A DSDL_sysrender.h144 const Uint8 *Yplane, int Ypitch,
149 const Uint8 *Yplane, int Ypitch,
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/render/
H A DSDL_yuv_sw_c.h51 const Uint8 *Yplane, int Ypitch,
H A DSDL_yuv_sw.c248 const Uint8 *Yplane, int Ypitch, in SDL_SW_UpdateYUVTexturePlanar() argument
263 src += Ypitch; in SDL_SW_UpdateYUVTexturePlanar()
H A DSDL_sysrender.h95 const Uint8 *Yplane, int Ypitch,
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/render/
H A DSDL_yuv_sw_c.h61 const Uint8 *Yplane, int Ypitch,
H A DSDL_sysrender.h94 const Uint8 *Yplane, int Ypitch,
H A DSDL_render.c839 const Uint8 *Yplane, int Ypitch, in SDL_UpdateTextureYUVPlanar() argument
846 …if (SDL_SW_UpdateYUVTexturePlanar(texture->yuv, rect, Yplane, Ypitch, Uplane, Upitch, Vplane, Vpit… in SDL_UpdateTextureYUVPlanar()
886 const Uint8 *Yplane, int Ypitch, in SDL_UpdateYUVTexture() argument
898 if (!Ypitch) { in SDL_UpdateYUVTexture()
928 … return SDL_UpdateTextureYUVPlanar(texture, rect, Yplane, Ypitch, Uplane, Upitch, Vplane, Vpitch); in SDL_UpdateYUVTexture()
934 …return renderer->UpdateTextureYUV(renderer, texture, rect, Yplane, Ypitch, Uplane, Upitch, Vplane,… in SDL_UpdateYUVTexture()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/render/
H A DSDL_yuv_sw_c.h61 const Uint8 *Yplane, int Ypitch,
H A DSDL_sysrender.h94 const Uint8 *Yplane, int Ypitch,
H A DSDL_render.c839 const Uint8 *Yplane, int Ypitch, in SDL_UpdateTextureYUVPlanar() argument
846 …if (SDL_SW_UpdateYUVTexturePlanar(texture->yuv, rect, Yplane, Ypitch, Uplane, Upitch, Vplane, Vpit… in SDL_UpdateTextureYUVPlanar()
886 const Uint8 *Yplane, int Ypitch, in SDL_UpdateYUVTexture() argument
898 if (!Ypitch) { in SDL_UpdateYUVTexture()
928 … return SDL_UpdateTextureYUVPlanar(texture, rect, Yplane, Ypitch, Uplane, Upitch, Vplane, Vpitch); in SDL_UpdateYUVTexture()
934 …return renderer->UpdateTextureYUV(renderer, texture, rect, Yplane, Ypitch, Uplane, Upitch, Vplane,… in SDL_UpdateYUVTexture()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/render/
H A DSDL_yuv_sw_c.h61 const Uint8 *Yplane, int Ypitch,
H A DSDL_sysrender.h94 const Uint8 *Yplane, int Ypitch,
/dports/audio/fasttracker2/ft2-clone-1.49/vs2019_project/ft2-clone/sdl/include/SDL2/
H A DSDL_render.h543 const Uint8 *Yplane, int Ypitch,
567 const Uint8 *Yplane, int Ypitch,
/dports/audio/fasttracker2/ft2-clone-1.49/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_render.h543 const Uint8 *Yplane, int Ypitch,
567 const Uint8 *Yplane, int Ypitch,
/dports/audio/protracker/pt2-clone-1.37/release/macos/pt2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_render.h543 const Uint8 *Yplane, int Ypitch,
567 const Uint8 *Yplane, int Ypitch,
/dports/audio/protracker/pt2-clone-1.37/vs2019_project/pt2-clone/sdl/include/SDL2/
H A DSDL_render.h543 const Uint8 *Yplane, int Ypitch,
567 const Uint8 *Yplane, int Ypitch,
/dports/devel/sdl20/SDL2-2.0.18/include/
H A DSDL_render.h615 const Uint8 *Yplane, int Ypitch,
641 const Uint8 *Yplane, int Ypitch,
/dports/games/vkquake/vkQuake-1.12.2/Windows/SDL2/include/
H A DSDL_render.h615 const Uint8 *Yplane, int Ypitch,
641 const Uint8 *Yplane, int Ypitch,
/dports/x11/controllermap/SDL2-2.0.18/include/
H A DSDL_render.h615 const Uint8 *Yplane, int Ypitch,
641 const Uint8 *Yplane, int Ypitch,

12345