Searched refs:print_peak (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_ashowinfo.c | 120 static void print_peak(AVFilterContext *ctx, const char *str, uint32_t peak) in print_peak() function 142 print_peak(ctx, "track peak", rg->track_peak); in dump_replaygain() 144 print_peak(ctx, "album peak", rg->album_peak); in dump_replaygain()
|
/third_party/ffmpeg/libavformat/ |
D | dump.c | 229 static void print_peak(void *ctx, const char *str, uint32_t peak) in print_peak() function 250 print_peak(ctx, "track peak", rg->track_peak); in dump_replaygain() 252 print_peak(ctx, "album peak", rg->album_peak); in dump_replaygain()
|