Searched refs:sws_alloc_context (Results 1 – 7 of 7) sorted by relevance
133 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()
91 ctx = sws_alloc_context(); in check_yuv2yuvX()177 ctx = sws_alloc_context(); in check_hscale()
155 struct SwsContext *sws_alloc_context(void);
1150 SwsContext *sws_alloc_context(void) in sws_alloc_context() function1259 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()
208 s->sws = sws_alloc_context(); in output_single_frame()
532 struct SwsContext *const s = sws_alloc_context(); in config_props()
3218 Add the functions sws_alloc_context() and sws_init_context().