Searched refs:replaygain (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 21 * replaygain tags parsing 32 #include "libavutil/replaygain.h" 36 #include "replaygain.h" 72 AVReplayGain *replaygain; in ff_replaygain_export_raw() local 77 replaygain = (AVReplayGain*)av_stream_new_side_data(st, AV_PKT_DATA_REPLAYGAIN, in ff_replaygain_export_raw() 78 sizeof(*replaygain)); in ff_replaygain_export_raw() 79 if (!replaygain) in ff_replaygain_export_raw() 82 replaygain->track_gain = tg; in ff_replaygain_export_raw() 83 replaygain->track_peak = tp; in ff_replaygain_export_raw() 84 replaygain in ff_replaygain_export_raw() [all...] |
H A D | Makefile | 92 mov_chan.o replaygain.o 208 replaygain.o \ 333 qtpalette.o replaygain.o dovi_isom.o 356 qtpalette.o replaygain.o dovi_isom.o 362 OBJS-$(CONFIG_MP3_DEMUXER) += mp3dec.o replaygain.o 414 replaygain.o \
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_volume.c | 34 #include "libavutil/replaygain.h" 78 { "replaygain", "Apply replaygain side data when present", 79 OFFSET(replaygain), AV_OPT_TYPE_INT, { .i64 = REPLAYGAIN_DROP }, REPLAYGAIN_DROP, REPLAYGAIN_ALBUM, A|F, "replaygain" }, 80 { "drop", "replaygain side data is dropped", 0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_DROP }, 0, 0, A|F, "replaygain" }, 81 { "ignore", "replaygain side data is ignored", 0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_IGNORE }, 0, 0, A|F, "replaygain" }, 82 { "track", "track gain is preferred", 0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_TRACK }, 0, 0, A|F, "replaygain" }, 339 AVReplayGain *replaygain = (AVReplayGain*)sd->data; filter_frame() local [all...] |
H A D | af_volume.h | 77 int replaygain; member
|
/third_party/ffmpeg/libavutil/ |
H A D | Makefile | 73 replaygain.h \
|
Completed in 4 milliseconds