Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Davf_showwaves.c91 int (*get_h)(int16_t sample, int height); member
479 case MODE_P2P: showwaves->get_h = get_lin_h; break; in config_output()
480 case MODE_CENTERED_LINE: showwaves->get_h = get_lin_h2; break; in config_output()
489 case MODE_P2P: showwaves->get_h = get_log_h; break; in config_output()
490 case MODE_CENTERED_LINE: showwaves->get_h = get_log_h2; break; in config_output()
499 case MODE_P2P: showwaves->get_h = get_sqrt_h; break; in config_output()
500 case MODE_CENTERED_LINE: showwaves->get_h = get_sqrt_h2; break; in config_output()
509 case MODE_P2P: showwaves->get_h = get_cbrt_h; break; in config_output()
510 case MODE_CENTERED_LINE: showwaves->get_h = get_cbrt_h2; break; in config_output()
626 h = showwaves->get_h(sampl in push_single_pic()
[all...]

Completed in 3 milliseconds