Searched refs:sws_init_context (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | sw_scale.c | 93 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/ |
D | swscale.h | 157 int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter);
|
D | utils.c | 971 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/ |
D | vf_zoompan.c | 226 if ((ret = sws_init_context(s->sws, NULL, NULL)) < 0) in output_single_frame()
|
D | vf_scale.c | 579 if ((ret = sws_init_context(*s, NULL, NULL)) < 0) in config_props()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2939 Add the functions sws_alloc_context() and sws_init_context().
|