Home
last modified time | relevance | path

Searched refs:ff_replaygain_export_raw (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dreplaygain.c70 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp, in ff_replaygain_export_raw() function
100 return ff_replaygain_export_raw(st, in ff_replaygain_export()
Dreplaygain.h35 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp,
Dmp3dec.c290 ff_replaygain_export_raw(st, r_gain, peak, a_gain, 0); in mp3_parse_info_tag()