Home
last modified time | relevance | path

Searched refs:sdl_texture_format_map (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dsdl2.c57 } sdl_texture_format_map[] = { variable
183 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()
/third_party/ffmpeg/fftools/
H A Dffplay.c373 } sdl_texture_format_map[] = { variable
886 for (i = 0; i < FF_ARRAY_ELEMS(sdl_texture_format_map) - 1; i++) { in get_sdl_pix_fmt_and_blendmode()
887 if (format == sdl_texture_format_map[i].format) { in get_sdl_pix_fmt_and_blendmode()
888 *sdl_pix_fmt = sdl_texture_format_map[i].texture_fmt; in get_sdl_pix_fmt_and_blendmode()
1842 enum AVPixelFormat pix_fmts[FF_ARRAY_ELEMS(sdl_texture_format_map)]; in configure_video_filters()
1854 for (j = 0; j < FF_ARRAY_ELEMS(sdl_texture_format_map) - 1; j++) { in configure_video_filters()
1855 if (renderer_info.texture_formats[i] == sdl_texture_format_map[j].texture_fmt) { in configure_video_filters()
1856 pix_fmts[nb_pix_fmts++] = sdl_texture_format_map[j].format; in configure_video_filters()

Completed in 8 milliseconds