Home
last modified time | relevance | path

Searched refs:peak_bits (Results 1 – 25 of 61) sorted by relevance

123

/dports/multimedia/audacious/audacious-4.1/src/libaudtag/id3/
H A Did3-common.cc178 int peak_bits; in decode_rva_block() local
187 peak_bits = (unsigned char) data[3]; in decode_rva_block()
193 * channel, * adjustment, * adjustment_unit, peak_bits); in decode_rva_block()
195 if (peak_bits > 0 && peak_bits < (int) sizeof (int) * 8) in decode_rva_block()
197 int bytes = (peak_bits + 7) / 8; in decode_rva_block()
204 * peak_unit = 1 << peak_bits; in decode_rva_block()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Did3v2frames.c667 guint8 *data, chan, peak_bits; in parse_relative_volume_adjustment_two() local
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
688 if (peak_bits > 64) { in parse_relative_volume_adjustment_two()
689 GST_WARNING ("silly peak precision of %d bits, ignoring", (gint) peak_bits); in parse_relative_volume_adjustment_two()
690 peak_bits = 0; in parse_relative_volume_adjustment_two()
694 if (peak_bits == 16) { in parse_relative_volume_adjustment_two()
698 for (i = 0; i < (GST_ROUND_UP_8 (peak_bits) / 8) && datalen > 0; ++i) { in parse_relative_volume_adjustment_two()
706 if (peak_bits > 0) { in parse_relative_volume_adjustment_two()
707 peak = peak << (64 - GST_ROUND_UP_8 (peak_bits)); in parse_relative_volume_adjustment_two()
712 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/tag/
H A DRva2.cxx44 uint8_t peak_bits; member
50 return (data.peak_bits + 7) / 8; in rva2_peak_bytes()
/dports/audio/cmus/cmus-2.9.1/
H A Did3.c897 int peak_bits = 0; in decode_rva2() local
930 peak_bits = *buf++; in decode_rva2()
932 if (peak_bits == 0) in decode_rva2()
938 peak_bytes = min_i(4, (peak_bits + 7) >> 3); in decode_rva2()
939 peak_shift = ((8 - (peak_bits & 7)) & 7) + (4 - peak_bytes) * 8; in decode_rva2()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst/id3tag/
H A Did3tag.c1046 guint8 peak_bits; in add_relative_volume_tag() local
1087 peak_bits = 16; in add_relative_volume_tag()
1093 peak_bits = 0; in add_relative_volume_tag()
1118 id3v2_frame_write_uint8 (&frame, peak_bits); in add_relative_volume_tag()
1119 if (peak_bits) in add_relative_volume_tag()

123