Home
last modified time | relevance | path

Searched refs:sws_printVec2 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale.h271 attribute_deprecated void sws_printVec2(SwsVector *a, AVClass *log_ctx, int log_level);
Dutils.c70 static void sws_printVec2(SwsVector *a, AVClass *log_ctx, int log_level);
2022 sws_printVec2(filter->chrH, NULL, AV_LOG_DEBUG); in sws_getDefaultFilter()
2024 sws_printVec2(filter->lumH, NULL, AV_LOG_DEBUG); in sws_getDefaultFilter()
2290 void sws_printVec2(SwsVector *a, AVClass *log_ctx, int log_level) in sws_printVec2() function