Home
last modified time | relevance | path

Searched refs:bar_t (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davf_showcqt.h85 const ColorFloat *c, int bar_h, float bar_t);
109 float bar_t; member
Davf_showcqt.c78 …{ "bar_t", "set bar transparency", OFFSET(bar_t), AV_OPT_TYPE_FLOAT, { .dbl = 1.0 }, …
758 const ColorFloat *c, int bar_h, float bar_t) in draw_bar_rgb() argument
761 float mul, ht, rcp_bar_h = 1.0f / bar_h, rcp_bar_t = 1.0f / bar_t; in draw_bar_rgb()
775 mul = (mul < bar_t) ? (mul * rcp_bar_t) : 1.0f; in draw_bar_rgb()
792 mul = (mul < bar_t) ? (mul * rcp_bar_t) : 1.0f; \
805 mul = (mul < bar_t) ? (mul * rcp_bar_t) : 1.0f; \
811 const ColorFloat *c, int bar_h, float bar_t) in draw_bar_yuv() argument
814 float mul, ht, rcp_bar_h = 1.0f / bar_h, rcp_bar_t = 1.0f / bar_t; in draw_bar_yuv()
1176 s->draw_bar(out, s->h_buf, s->rcp_h_buf, s->c_buf, s->bar_h, s->bar_t); in plot_cqt()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1281.h7 } bar_t; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1281.rs60 pub type bar_t = bar; typedef
/third_party/ffmpeg/doc/
Dfilters.texi28645 @item bar_t