Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dsw_gbrp.c133 ctx = sws_alloc_context(); in check_output_yuv2gbrp()
229 ctx = sws_alloc_context(); in check_input_planar_rgb_to_y()
300 ctx = sws_alloc_context(); in check_input_planar_rgb_to_uv()
369 ctx = sws_alloc_context(); in check_input_planar_rgb_to_a()
Dsw_scale.c91 ctx = sws_alloc_context(); in check_yuv2yuvX()
177 ctx = sws_alloc_context(); in check_hscale()
/third_party/ffmpeg/libswscale/
Dswscale.h155 struct SwsContext *sws_alloc_context(void);
Dutils.c1150 SwsContext *sws_alloc_context(void) in sws_alloc_context() function
1259 c->slice_ctx[i] = sws_alloc_context(); in context_init_threaded()
2031 if (!(c = sws_alloc_context())) in sws_alloc_set_opts()
2492 if (!(context = sws_alloc_context())) in sws_getCachedContext()
/third_party/ffmpeg/libavfilter/
Dvf_zoompan.c208 s->sws = sws_alloc_context(); in output_single_frame()
Dvf_scale.c532 struct SwsContext *const s = sws_alloc_context(); in config_props()
/third_party/ffmpeg/doc/
DAPIchanges3218 Add the functions sws_alloc_context() and sws_init_context().