Home
last modified time | relevance | path

Searched refs:A52_LFE (Results 1 – 25 of 59) sorted by relevance

123

/dports/multimedia/libmpeg3/libmpeg3-1.8/a52dec-0.7.3/libao/
H A Dfloat2s16.c81 if (flags & A52_LFE) in channels_multi()
122 case A52_MONO | A52_LFE: in float2s16_multi()
129 case A52_CHANNEL | A52_LFE: in float2s16_multi()
130 case A52_STEREO | A52_LFE: in float2s16_multi()
131 case A52_DOLBY | A52_LFE: in float2s16_multi()
139 case A52_3F | A52_LFE: in float2s16_multi()
148 case A52_2F2R | A52_LFE: in float2s16_multi()
158 case A52_3F2R | A52_LFE: in float2s16_multi()
H A Daudio_out_oss.c96 flags &= A52_CHANNEL_MASK | A52_LFE; in oss_play()
191 return oss_open (A52_3F2R | A52_LFE); in ao_oss6_open()
/dports/audio/liba52/a52dec-0.7.4/libao/
H A Dfloat2s16.c81 if (flags & A52_LFE) in channels_multi()
122 case A52_MONO | A52_LFE: in float2s16_multi()
129 case A52_CHANNEL | A52_LFE: in float2s16_multi()
130 case A52_STEREO | A52_LFE: in float2s16_multi()
131 case A52_DOLBY | A52_LFE: in float2s16_multi()
139 case A52_3F | A52_LFE: in float2s16_multi()
148 case A52_2F2R | A52_LFE: in float2s16_multi()
158 case A52_3F2R | A52_LFE: in float2s16_multi()
H A Daudio_out_oss.c96 flags &= A52_CHANNEL_MASK | A52_LFE; in oss_play()
191 return oss_open (A52_3F2R | A52_LFE); in ao_oss6_open()
H A Daudio_out_al.c78 flags &= A52_CHANNEL_MASK | A52_LFE; in al_play()
176 return al_open (A52_3F2R | A52_LFE); in ao_al6_open()
/dports/multimedia/gstreamer1-plugins-ugly/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/multimedia/gstreamer1-plugins-dvdread/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2dec/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/audio/gstreamer1-plugins-sidplay/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/audio/gstreamer1-plugins-a52dec/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/audio/gstreamer1-plugins-amrnb/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/audio/gstreamer1-plugins-amrwbdec/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/sysutils/gstreamer1-plugins-cdio/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/multimedia/gstreamer1-plugins-x264/gst-plugins-ugly-1.16.2/ext/a52dec/
H A Dgsta52dec.c349 if (flags & A52_LFE) { in gst_a52dec_channels()
517 a52dec->stream_channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
546 A52_STEREO | A52_LFE, in gst_a52dec_handle_frame()
548 A52_2F2R | A52_LFE, in gst_a52dec_handle_frame()
549 A52_3F2R | A52_LFE, in gst_a52dec_handle_frame()
570 flags = A52_3F2R | A52_LFE; in gst_a52dec_handle_frame()
589 channels = flags & (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
608 flags &= (A52_CHANNEL_MASK | A52_LFE); in gst_a52dec_handle_frame()
784 src->request_channels &= ~A52_LFE; in gst_a52dec_set_property()
785 src->request_channels |= g_value_get_boolean (value) ? A52_LFE : 0; in gst_a52dec_set_property()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_liba52.c142 channels, (flags&A52_LFE)?1:0, in a52_printinfo()
143 mode, (flags&A52_LFE)?"+lfe":"", in a52_printinfo()
145 return (flags&A52_LFE) ? (channels+1) : channels; in a52_printinfo()
245 case 6: a52_flags=A52_3F2R|A52_LFE; break; /* 5.1*/ in init()
258 if (!(flags & A52_LFE)) { in init()
270 switch (flags & ~A52_LFE) { in init()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_liba52.c142 channels, (flags&A52_LFE)?1:0, in a52_printinfo()
143 mode, (flags&A52_LFE)?"+lfe":"", in a52_printinfo()
145 return (flags&A52_LFE) ? (channels+1) : channels; in a52_printinfo()
245 case 6: a52_flags=A52_3F2R|A52_LFE; break; /* 5.1*/ in init()
258 if (!(flags & A52_LFE)) { in init()
270 switch (flags & ~A52_LFE) { in init()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreAudioParser/src/
H A DADM_a52info.cpp31 #define A52_LFE 16 macro
63 ((buf[6] & lfeon[acmod]) ? A52_LFE : 0)); in ADM_a52_syncinfo()
150 if (flags & A52_LFE) in ADM_AC3GetInfo()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreAudioParser/src/
H A DADM_a52info.cpp31 #define A52_LFE 16 macro
63 ((buf[6] & lfeon[acmod]) ? A52_LFE : 0)); in ADM_a52_syncinfo()
150 if (flags & A52_LFE) in ADM_AC3GetInfo()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreAudioParser/src/
H A DADM_a52info.cpp31 #define A52_LFE 16 macro
63 ((buf[6] & lfeon[acmod]) ? A52_LFE : 0)); in ADM_a52_syncinfo()
150 if (flags & A52_LFE) in ADM_AC3GetInfo()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreAudioParser/src/
H A DADM_a52info.cpp31 #define A52_LFE 16 macro
63 ((buf[6] & lfeon[acmod]) ? A52_LFE : 0)); in ADM_a52_syncinfo()
150 if (flags & A52_LFE) in ADM_AC3GetInfo()
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dac3_common.c42 ((buf[i + 6] & lfeon[acmod]) ? A52_LFE : 0)); in find_ac3_header()
87 if (header.flags & A52_LFE) in find_ac3_header()
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Da52_decore.c178 flags = (decode->a52_mode & TC_A52_DEMUX) ? (A52_3F2R | A52_LFE) : flags; in a52_decore()
183 flags &= A52_CHANNEL_MASK | A52_LFE; in a52_decore()
185 if (flags & A52_LFE) in a52_decore()
/dports/multimedia/libxine/xine-lib-1.2.11/src/audio_dec/
H A Dxine_a52_decoder.c238 a52_output_flags = this->parser.a52_flags & A52_LFE ? in a52dec_decode_frame()
250 this->have_lfe = a52_output_flags & A52_LFE; in a52dec_decode_frame()
522 AO_CAP_MODE_4_1CHANNEL, A52_2F2R | A52_LFE, in open_plugin()
524 AO_CAP_MODE_5_1CHANNEL, A52_3F2R | A52_LFE in open_plugin()
567 this->a52_flags_map_lfe[wishlist[i]] = modes[wishlist[i + j] + 1] | A52_LFE; in open_plugin()
579 if (this->a52_flags_map_lfe[i] == (A52_STEREO | A52_LFE)) in open_plugin()
580 this->a52_flags_map_lfe[i] = A52_DOLBY | A52_LFE; in open_plugin()
H A Dxine_a52_parser.h35 return (a52_flags & A52_LFE) ? "A/52 5.1" : "A/52 5.0"; in a52_channel_info()
38 return (a52_flags & A52_LFE) ? "A/52 4.1" : "A/52 4.0"; in a52_channel_info()
/dports/multimedia/libmpeg3/libmpeg3-1.8/audio/
H A Dac3.c57 if(audio->flags & A52_LFE) in mpeg3_ac3_header()
137 if((audio->flags & A52_LFE)) in mpeg3audio_doac3()

123