Searched refs:ff_replaygain_export_raw (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | replaygain.c | 70 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()
|
D | replaygain.h | 35 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp,
|
D | mp3dec.c | 290 ff_replaygain_export_raw(st, r_gain, peak, a_gain, 0); in mp3_parse_info_tag()
|