Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c890 static void get_sdl_pix_fmt_and_blendmode(int format, Uint32 *sdl_pix_fmt, SDL_BlendMode *sdl_blend… in get_sdl_pix_fmt_and_blendmode() argument
894 *sdl_pix_fmt = SDL_PIXELFORMAT_UNKNOWN; in get_sdl_pix_fmt_and_blendmode()
902 *sdl_pix_fmt = sdl_texture_format_map[i].texture_fmt; in get_sdl_pix_fmt_and_blendmode()
910 Uint32 sdl_pix_fmt; in upload_texture() local
912 get_sdl_pix_fmt_and_blendmode(frame->format, &sdl_pix_fmt, &sdl_blendmode); in upload_texture()
913 …if (realloc_texture(tex, sdl_pix_fmt == SDL_PIXELFORMAT_UNKNOWN ? SDL_PIXELFORMAT_ARGB8888 : sdl_p… in upload_texture()
915 switch (sdl_pix_fmt) { in upload_texture()