Searched refs:ff_replaygain_export_raw (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 69 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp, in ff_replaygain_export_raw() function 99 return ff_replaygain_export_raw(st, in ff_replaygain_export()
|
H A D | replaygain.h | 35 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp,
|
H A D | mp3dec.c | 291 ff_replaygain_export_raw(st, r_gain, peak, a_gain, 0); in mp3_parse_info_tag()
|
Completed in 2 milliseconds