Searched refs:layout_mapping (Results 1 – 3 of 3) sorted by relevance
140 } layout_mapping[] = { variable162 #define MAX_CHANNEL_POSITIONS G_N_ELEMENTS (layout_mapping)177 if ((layout & layout_mapping[i].ms_mask) != 0) { in gst_wavpack_get_channel_positions()183 if (layout_mapping[i].gst_pos == GST_AUDIO_CHANNEL_POSITION_INVALID) { in gst_wavpack_get_channel_positions()185 "layout map - ignoring those channels", layout_mapping[i].ms_mask); in gst_wavpack_get_channel_positions()189 pos[p] = layout_mapping[i].gst_pos; in gst_wavpack_get_channel_positions()215 pos[i] = layout_mapping[i].gst_pos; in gst_wavpack_get_default_channel_positions()236 if (pos[i] == layout_mapping[j].gst_pos) { in gst_wavpack_get_channel_mask_from_positions()237 channel_mask |= layout_mapping[j].ms_mask; in gst_wavpack_get_channel_mask_from_positions()255 if (pos[i] == layout_mapping[j].gst_pos) { in gst_wavpack_set_channel_mapping()
207 } layout_mapping[] = { variable229 #define MAX_CHANNEL_POSITIONS G_N_ELEMENTS (layout_mapping)244 if ((layout & layout_mapping[i].ms_mask) != 0) { in gst_wavpack_get_channel_positions()250 if (layout_mapping[i].gst_pos == GST_AUDIO_CHANNEL_POSITION_INVALID) { in gst_wavpack_get_channel_positions()252 "layout map - ignoring those channels", layout_mapping[i].ms_mask); in gst_wavpack_get_channel_positions()256 pos[p] = layout_mapping[i].gst_pos; in gst_wavpack_get_channel_positions()
1027 } layout_mapping[] = { variable1049 #define MAX_CHANNEL_POSITIONS G_N_ELEMENTS (layout_mapping)1069 if ((layout & layout_mapping[i].ms_mask) != 0) { in gst_riff_wavext_add_channel_mask()1076 channel_mask |= G_GUINT64_CONSTANT (1) << layout_mapping[i].gst_pos; in gst_riff_wavext_add_channel_mask()1077 from[p] = layout_mapping[i].gst_pos; in gst_riff_wavext_add_channel_mask()