Searched refs:sdl_texture_format_map (Results 1 – 2 of 2) sorted by relevance
57 } sdl_texture_format_map[] = { variable183 for (i = 0; sdl_texture_format_map[i].format != AV_PIX_FMT_NONE; i++) { in sdl2_write_header()184 if (sdl_texture_format_map[i].format == codecpar->format) { in sdl2_write_header()185 sdl->texture_fmt = sdl_texture_format_map[i].texture_fmt; in sdl2_write_header()
374 } sdl_texture_format_map[] = { variable900 for (i = 0; i < FF_ARRAY_ELEMS(sdl_texture_format_map) - 1; i++) { in get_sdl_pix_fmt_and_blendmode()901 if (format == sdl_texture_format_map[i].format) { 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()1854 enum AVPixelFormat pix_fmts[FF_ARRAY_ELEMS(sdl_texture_format_map)]; in configure_video_filters()1866 for (j = 0; j < FF_ARRAY_ELEMS(sdl_texture_format_map) - 1; j++) { in configure_video_filters()1867 if (renderer_info.texture_formats[i] == sdl_texture_format_map[j].texture_fmt) { in configure_video_filters()1868 pix_fmts[nb_pix_fmts++] = sdl_texture_format_map[j].format; in configure_video_filters()