MODE_P2P 103 libavfilter/avf_showwaves.c { "p2p", "draw a line between samples", 0, AV_OPT_TYPE_CONST, {.i64=MODE_P2P}, .flags=FLAGS, .unit="mode"}, MODE_P2P 442 libavfilter/avf_showwaves.c case MODE_P2P: showwaves->draw_sample = draw_sample_p2p_gray; break; MODE_P2P 453 libavfilter/avf_showwaves.c case MODE_P2P: showwaves->draw_sample = showwaves->draw_mode == DRAW_SCALE ? draw_sample_p2p_rgba_scale : draw_sample_p2p_rgba_full; break; MODE_P2P 467 libavfilter/avf_showwaves.c case MODE_P2P: showwaves->get_h = get_lin_h; break; MODE_P2P 477 libavfilter/avf_showwaves.c case MODE_P2P: showwaves->get_h = get_log_h; break; MODE_P2P 487 libavfilter/avf_showwaves.c case MODE_P2P: showwaves->get_h = get_sqrt_h; break; MODE_P2P 497 libavfilter/avf_showwaves.c case MODE_P2P: showwaves->get_h = get_cbrt_h; break;