Home
last modified time | relevance | path

Searched refs:AVReplayGain (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Dreplaygain.h29 typedef struct AVReplayGain { struct
48 } AVReplayGain; typedef
/third_party/ffmpeg/libavformat/
Dreplaygain.c73 AVReplayGain *replaygain; in ff_replaygain_export_raw()
78 replaygain = (AVReplayGain*)av_stream_new_side_data(st, AV_PKT_DATA_REPLAYGAIN, in ff_replaygain_export_raw()
Dmp3enc.c402 AVReplayGain *rg; in mp3_update_xing()
425 rg = (AVReplayGain*)av_stream_get_side_data(s->streams[0], AV_PKT_DATA_REPLAYGAIN, in mp3_update_xing()
Ddump.c241 const AVReplayGain *rg; in dump_replaygain()
247 rg = (const AVReplayGain *)sd->data; in dump_replaygain()
/third_party/ffmpeg/libavfilter/
Daf_ashowinfo.c132 AVReplayGain *rg; in dump_replaygain()
139 rg = (AVReplayGain*)sd->data; in dump_replaygain()
Daf_volume.c351 AVReplayGain *replaygain = (AVReplayGain*)sd->data; in filter_frame()
/third_party/ffmpeg/doc/
DAPIchanges1443 Add a new header replaygain.h with the AVReplayGain struct.