Searched refs:bar_t (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | avf_showcqt.h | 85 const ColorFloat *c, int bar_h, float bar_t); 109 float bar_t; member
|
D | avf_showcqt.c | 78 …{ "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/ |
D | issue-1281.h | 7 } bar_t; typedef
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-1281.rs | 60 pub type bar_t = bar; typedef
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 28645 @item bar_t
|