Home
last modified time | relevance | path

Searched refs:channel_configuration (Results 1 – 25 of 88) sorted by relevance

1234

/dports/www/castget/castget-2.0.1/src/
H A Dcastget.c84 struct channel_configuration *defaults; in main()
243 struct channel_configuration *c = (struct channel_configuration *)user_data; in update_callback()
291 struct channel_configuration *c = (struct channel_configuration *)user_data; in catchup_callback()
319 struct channel_configuration *c = (struct channel_configuration *)user_data; in list_callback()
349 struct channel_configuration *channel_configuration; in _process_channel() local
366 if (!channel_configuration->url) { in _process_channel()
369 channel_configuration_free(channel_configuration); in _process_channel()
373 if (!channel_configuration->spool_directory) { in _process_channel()
376 channel_configuration_free(channel_configuration); in _process_channel()
389 channel_configuration_free(channel_configuration); in _process_channel()
[all …]
H A Dconfiguration.h25 struct channel_configuration { struct
41 struct channel_configuration *channel_configuration_new(GKeyFile *kf, const gchar *identifier, argument
42 struct channel_configuration *defaults);
43 void channel_configuration_free(struct channel_configuration *c);
H A Dconfiguration.c41 void channel_configuration_free(struct channel_configuration *c) in channel_configuration_free()
84 struct channel_configuration *channel_configuration_new(GKeyFile *kf, const gchar *identifier, in channel_configuration_new()
85 struct channel_configuration *defaults) in channel_configuration_new()
87 struct channel_configuration *c; in channel_configuration_new()
92 c = (struct channel_configuration *)g_malloc(sizeof(struct channel_configuration)); in channel_configuration_new()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp42Aac/
H A DMp42Aac.cpp89 unsigned int channel_configuration) in WriteAdtsHeader() argument
95 bits[2] = 0x40 | (sampling_frequency_index << 2) | (channel_configuration >> 2); in WriteAdtsHeader()
96 bits[3] = ((channel_configuration&0x3)<<6) | ((frame_size+7) >> 11); in WriteAdtsHeader()
148 unsigned int channel_configuration = audio_desc->GetChannelCount(); in DecryptAndWriteSamples() local
167 …eAdtsHeader(output, decrypted_data.GetDataSize(), sampling_frequency_index, channel_configuration); in DecryptAndWriteSamples()
187 unsigned int channel_configuration = audio_desc->GetChannelCount(); in WriteSamples() local
193 WriteAdtsHeader(output, sample.GetSize(), sampling_frequency_index, channel_configuration); in WriteSamples()
/dports/multimedia/l-smash/l-smash-2.14.5/importer/
H A Dadts_imp.c48 uint8_t channel_configuration; /* 3; */ member
113 header->channel_configuration = ((buf[2] << 2) | (buf[3] >> 6)) & 0x07; in mp4sys_adts_parse_fixed_header()
129 …if( header->channel_configuration == 0x0 ) return LSMASH_ERR_PATCH_WELCOME; /* FIXME: we do no… in mp4sys_adts_check_fixed_header()
244 …summary->channels = header->channel_configuration + ( header->channel_configuration in mp4sys_adts_create_summary()
431 if( adts_imp->header.channel_configuration != header.channel_configuration ) in mp4sys_adts_get_accessunit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dffmpeg_aac_bitstream_converter.cc22 int channel_configuration, in GenerateAdtsHeader() argument
90 switch (channel_configuration) { in GenerateAdtsHeader()
127 << channel_configuration; in GenerateAdtsHeader()
/dports/net/liveMedia/live/liveMedia/
H A DADTSAudioFileSource.cpp67 u_int8_t channel_configuration in createNew() local
83 channel_configuration); in createNew()
86 sampling_frequency_index, channel_configuration); in createNew()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dffmpeg_aac_bitstream_converter.cc22 int channel_configuration, in GenerateAdtsHeader() argument
90 switch (channel_configuration) { in GenerateAdtsHeader()
127 << channel_configuration; in GenerateAdtsHeader()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtp/
H A Drtp_mpeg4.c273 uint32_t channel_configuration; in mp4_decode_audio_config() local
288 channel_configuration = BITS_READ_U32(p_ctx, bit_stream, 4, "channelConfiguration"); in mp4_decode_audio_config()
289 switch (channel_configuration) in mp4_decode_audio_config()
297 audio->channels = channel_configuration; in mp4_decode_audio_config()
300 audio->channels = channel_configuration + 1; in mp4_decode_audio_config()
303 LOG_DEBUG(p_ctx, "MPEG-4: Unsupported channel configuration (%u)", channel_configuration); in mp4_decode_audio_config()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/shmmon/
H A Dparse-edid.c618 const uint8_t * const channel_configuration = (uint8_t *) sa; in disp_cea861_speaker_allocation_data() local
622 (__builtin_popcountll(channel_configuration[0] & 0xe9) << 1) + in disp_cea861_speaker_allocation_data()
623 (__builtin_popcountll(channel_configuration[0] & 0x14) << 0) + in disp_cea861_speaker_allocation_data()
624 (__builtin_popcountll(channel_configuration[1] & 0x01) << 1) + in disp_cea861_speaker_allocation_data()
625 (__builtin_popcountll(channel_configuration[1] & 0x06) << 0), in disp_cea861_speaker_allocation_data()
626 (channel_configuration[0] & 0x02)); in disp_cea861_speaker_allocation_data()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/shmmon/
H A Dparse-edid.c618 const uint8_t * const channel_configuration = (uint8_t *) sa; in disp_cea861_speaker_allocation_data() local
622 (__builtin_popcountll(channel_configuration[0] & 0xe9) << 1) + in disp_cea861_speaker_allocation_data()
623 (__builtin_popcountll(channel_configuration[0] & 0x14) << 0) + in disp_cea861_speaker_allocation_data()
624 (__builtin_popcountll(channel_configuration[1] & 0x01) << 1) + in disp_cea861_speaker_allocation_data()
625 (__builtin_popcountll(channel_configuration[1] & 0x06) << 0), in disp_cea861_speaker_allocation_data()
626 (channel_configuration[0] & 0x02)); in disp_cea861_speaker_allocation_data()
/dports/x11/aclip/arcan-0.6.1/src/tools/shmmon/
H A Dparse-edid.c618 const uint8_t * const channel_configuration = (uint8_t *) sa; in disp_cea861_speaker_allocation_data() local
622 (__builtin_popcountll(channel_configuration[0] & 0xe9) << 1) + in disp_cea861_speaker_allocation_data()
623 (__builtin_popcountll(channel_configuration[0] & 0x14) << 0) + in disp_cea861_speaker_allocation_data()
624 (__builtin_popcountll(channel_configuration[1] & 0x01) << 1) + in disp_cea861_speaker_allocation_data()
625 (__builtin_popcountll(channel_configuration[1] & 0x06) << 0), in disp_cea861_speaker_allocation_data()
626 (channel_configuration[0] & 0x02)); in disp_cea861_speaker_allocation_data()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/shmmon/
H A Dparse-edid.c618 const uint8_t * const channel_configuration = (uint8_t *) sa; in disp_cea861_speaker_allocation_data() local
622 (__builtin_popcountll(channel_configuration[0] & 0xe9) << 1) + in disp_cea861_speaker_allocation_data()
623 (__builtin_popcountll(channel_configuration[0] & 0x14) << 0) + in disp_cea861_speaker_allocation_data()
624 (__builtin_popcountll(channel_configuration[1] & 0x01) << 1) + in disp_cea861_speaker_allocation_data()
625 (__builtin_popcountll(channel_configuration[1] & 0x06) << 0), in disp_cea861_speaker_allocation_data()
626 (channel_configuration[0] & 0x02)); in disp_cea861_speaker_allocation_data()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Aac2Mp4/
H A DAac2Mp4.cpp61 MakeDsi(unsigned int sampling_frequency_index, unsigned int channel_configuration, unsigned char* d… in MakeDsi() argument
65 dsi[1] = ((sampling_frequency_index&1)<<7) | (channel_configuration<<3); in MakeDsi()
/dports/misc/fq/fq-0.0.2/format/mpeg/testdata/
H A Dadts.fqtest12 0x000| 50 80 | P. | channel_configuration: 2…
47 0x150| 50 80 | P. | channel_configuration: 2…
72 0x2c0| 50 80 | P. | channel_configuration: 2…
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/audioparsers/
H A Dgstaacparse.c551 guint8 channel_configuration, extension_channel_configuration; in gst_aac_parse_read_audio_specific_config() local
562 if (!gst_bit_reader_get_bits_uint8 (br, &channel_configuration, 4)) in gst_aac_parse_read_audio_specific_config()
564 *channels = loas_channels_table[channel_configuration]; in gst_aac_parse_read_audio_specific_config()
565 GST_LOG_OBJECT (aacparse, "channel_configuration: %d", channel_configuration); in gst_aac_parse_read_audio_specific_config()
1204 guint8 id, profile, channel_configuration, sampling_frequency_index; in gst_aac_parse_prepend_adts_headers() local
1212 channel_configuration = in gst_aac_parse_prepend_adts_headers()
1214 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
1240 ((channel_configuration & 0x4U) >> 2); in gst_aac_parse_prepend_adts_headers()
1241 adts_headers[3] = ((channel_configuration & 0x3U) << 6) | 0x30U | in gst_aac_parse_prepend_adts_headers()

1234