Home
last modified time | relevance | path

Searched refs:sws_init_context (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dsw_gbrp.c134 if (sws_init_context(ctx, NULL, NULL) < 0) in check_output_yuv2gbrp()
230 if (sws_init_context(ctx, NULL, NULL) < 0) in check_input_planar_rgb_to_y()
301 if (sws_init_context(ctx, NULL, NULL) < 0) in check_input_planar_rgb_to_uv()
370 if (sws_init_context(ctx, NULL, NULL) < 0) in check_input_planar_rgb_to_a()
H A Dsw_scale.c92 if (sws_init_context(ctx, NULL, NULL) < 0) in check_yuv2yuvX()
178 if (sws_init_context(ctx, NULL, NULL) < 0) in check_hscale()
/third_party/ffmpeg/libswscale/
H A Dswscale.h152 * sws_init_context(). For filling see AVOptions, options.c and
164 int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter);
H A Dutils.c1013 ret = sws_init_context(c->cascaded_context[0], NULL , NULL); in sws_setColorspaceDetails()
1028 ret = sws_init_context(c->cascaded_context[1], NULL , NULL); in sws_setColorspaceDetails()
1271 ret = sws_init_context(c->slice_ctx[i], src_filter, dst_filter); in context_init_threaded()
1292 av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter, in sws_init_context() function
1730 ret = sws_init_context(c->cascaded_context[0], NULL , NULL); in sws_init_context()
1742 ret = sws_init_context(c->cascaded_context[1], srcFilter , dstFilter); in sws_init_context()
2063 if (sws_init_context(c, srcFilter, dstFilter) < 0) { in sws_getContext()
2509 if (sws_init_context(context, srcFilter, dstFilter) < 0) { in sws_getCachedContext()
/third_party/ffmpeg/libavfilter/
H A Dvf_zoompan.c225 if ((ret = sws_init_context(s->sws, NULL, NULL)) < 0) in output_single_frame()
H A Dvf_scale.c580 if ((ret = sws_init_context(s, NULL, NULL)) < 0) in config_props()

Completed in 10 milliseconds