Home
last modified time | relevance | path

Searched refs:SET_META (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c707 #define SET_META(key, fmt, val) do { \ in filter_frame8() macro
712 SET_META("YMIN", "%d", miny); in filter_frame8()
713 SET_META("YLOW", "%d", lowy); in filter_frame8()
714 SET_META("YAVG", "%g", 1.0 * toty / s->fs); in filter_frame8()
715 SET_META("YHIGH", "%d", highy); in filter_frame8()
716 SET_META("YMAX", "%d", maxy); in filter_frame8()
718 SET_META("UMIN", "%d", minu); in filter_frame8()
719 SET_META("ULOW", "%d", lowu); in filter_frame8()
720 SET_META("UAVG", "%g", 1.0 * totu / s->cfs); in filter_frame8()
721 SET_META("UHIG in filter_frame8()
[all...]
H A Dvf_bbox.c73 #define SET_META(key, value) \ macro
97 SET_META("lavfi.bbox.x1", box.x1) in filter_frame()
98 SET_META("lavfi.bbox.x2", box.x2) in filter_frame()
99 SET_META("lavfi.bbox.y1", box.y1) in filter_frame()
100 SET_META("lavfi.bbox.y2", box.y2) in filter_frame()
101 SET_META("lavfi.bbox.w", w) in filter_frame()
102 SET_META("lavfi.bbox.h", h) in filter_frame()
H A Dvf_cropdetect.c150 #define SET_META(key, value) \ macro
217 SET_META("lavfi.cropdetect.x1", s->x1); in filter_frame()
218 SET_META("lavfi.cropdetect.x2", s->x2); in filter_frame()
219 SET_META("lavfi.cropdetect.y1", s->y1); in filter_frame()
220 SET_META("lavfi.cropdetect.y2", s->y2); in filter_frame()
221 SET_META("lavfi.cropdetect.w", w); in filter_frame()
222 SET_META("lavfi.cropdetect.h", h); in filter_frame()
223 SET_META("lavfi.cropdetect.x", x); in filter_frame()
224 SET_META("lavfi.cropdetect.y", y); in filter_frame()
H A Dvf_blackframe.c55 #define SET_META(key, format, value) \ macro
88 SET_META("lavfi.blackframe.pblack", "%u", pblack); in filter_frame()
H A Df_ebur128.c869 #define SET_META(name, var) do { \ in filter_frame() macro
882 SET_META(key, ebur128->name##_peaks[ch]); \ in filter_frame()
886 SET_META(key, max_peak); \ in filter_frame()
890 SET_META(META_PREFIX "M", loudness_400); in filter_frame()
891 SET_META(META_PREFIX "S", loudness_3000); in filter_frame()
892 SET_META(META_PREFIX "I", ebur128->integrated_loudness); in filter_frame()
893 SET_META(META_PREFIX "LRA", ebur128->loudness_range); in filter_frame()
894 SET_META(META_PREFIX "LRA.low", ebur128->lra_low); in filter_frame()
895 SET_META(META_PREFIX "LRA.high", ebur128->lra_high); in filter_frame()

Completed in 5 milliseconds