Searched refs:wfunc (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 177 #define DEF_FS_FUNCTION(name, wfunc, afunc) \ 188 ret = wfunc(filename_w); \
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale_internal.h | 1009 #define FILL(wfunc) \ in fillPlane16() 1011 wfunc(ptr+2*j, v);\ in fillPlane16() 1036 #define FILL(wfunc) \ in fillPlane32() 1038 wfunc(ptr+4*j, v);\ in fillPlane32()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_firequalizer.c | 99 int wfunc; member 123 { "wfunc", "set window function", OFFSET(wfunc), AV_OPT_TYPE_INT, { .i64 = WFUNC_HANN }, 0, NB_WFUNC-1, FLAGS, "wfunc" }, 124 { "rectangular", "rectangular window", 0, AV_OPT_TYPE_CONST, { .i64 = WFUNC_RECTANGULAR }, 0, 0, FLAGS, "wfunc" }, 125 { "hann", "hann window", 0, AV_OPT_TYPE_CONST, { .i64 = WFUNC_HANN }, 0, 0, FLAGS, "wfunc" }, 126 { "hamming", "hamming window", 0, AV_OPT_TYPE_CONST, { .i64 = WFUNC_HAMMING }, 0, 0, FLAGS, "wfunc" }, 127 { "blackman", "blackman window", 0, AV_OPT_TYPE_CONST, { .i64 = WFUNC_BLACKMAN }, 0, 0, FLAGS, "wfunc" }, 128 { "nuttall3", "3-term nuttall window", 0, AV_OPT_TYPE_CONST, { .i64 = WFUNC_NUTTALL3 }, 0, 0, FLAGS, "wfunc" }, 129 { "mnuttall3", "minimum 3-term nuttall window", 0, AV_OPT_TYPE_CONST, { .i64 = WFUNC_MNUTTALL3 }, 0, 0, FLAGS, "wfunc" }, [all...] |
Completed in 6 milliseconds