Home
last modified time | relevance | path

Searched refs:bar_t (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.h85 const ColorFloat *c, int bar_h, float bar_t);
109 float bar_t; member
H A Davf_showcqt.c78 { "bar_t", "set bar transparency", OFFSET(bar_t), AV_OPT_TYPE_FLOAT, { .dbl = 1.0 }, 0.0, 1.0, FLAGS },
758 const ColorFloat *c, int bar_h, float bar_t) in draw_bar_rgb()
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()
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()
757 draw_bar_rgb(AVFrame *out, const float *h, const float *rcp_h, const ColorFloat *c, int bar_h, float bar_t) draw_bar_rgb() argument
810 draw_bar_yuv(AVFrame *out, const float *h, const float *rcp_h, const ColorFloat *c, int bar_h, float bar_t) draw_bar_yuv() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-1281.h7 } bar_t; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-1281.rs60 pub type bar_t = bar; types

Completed in 6 milliseconds