Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dsw_scale.c93 if (sws_init_context(ctx, NULL, NULL) < 0) in check_yuv2yuvX()
171 if (sws_init_context(ctx, NULL, NULL) < 0) in check_hscale()
/third_party/ffmpeg/libswscale/
Dswscale.h157 int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter);
Dutils.c971 ret = sws_init_context(c->cascaded_context[0], NULL , NULL); in sws_setColorspaceDetails()
1179 av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter, in sws_init_context() function
1602 ret = sws_init_context(c->cascaded_context[0], NULL , NULL); in sws_init_context()
1614 ret = sws_init_context(c->cascaded_context[1], srcFilter , dstFilter); in sws_init_context()
1930 if (sws_init_context(c, srcFilter, dstFilter) < 0) { in sws_getContext()
2450 if (sws_init_context(context, srcFilter, dstFilter) < 0) { in sws_getCachedContext()
/third_party/ffmpeg/libavfilter/
Dvf_zoompan.c226 if ((ret = sws_init_context(s->sws, NULL, NULL)) < 0) in output_single_frame()
Dvf_scale.c579 if ((ret = sws_init_context(*s, NULL, NULL)) < 0) in config_props()
/third_party/ffmpeg/doc/
DAPIchanges2939 Add the functions sws_alloc_context() and sws_init_context().