Home
last modified time | relevance | path

Searched refs:gst_pa_pos_table (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c41 } gst_pa_pos_table[] = { variable
275 for (i = 0; i < G_N_ELEMENTS (gst_pa_pos_table); i++) { in gst_pulse_gst_to_channel_map()
276 if (pos[j] == gst_pa_pos_table[i].gst_pos) { in gst_pulse_gst_to_channel_map()
277 map->map[j] = gst_pa_pos_table[i].pa_pos; in gst_pulse_gst_to_channel_map()
281 if (i == G_N_ELEMENTS (gst_pa_pos_table)) in gst_pulse_gst_to_channel_map()
314 for (i = 0; j < channels && i < G_N_ELEMENTS (gst_pa_pos_table); i++) { in gst_pulse_channel_map_to_gst()
315 if (map->map[j] == gst_pa_pos_table[i].pa_pos) { in gst_pulse_channel_map_to_gst()
316 pos[j] = gst_pa_pos_table[i].gst_pos; in gst_pulse_channel_map_to_gst()
320 if (i == G_N_ELEMENTS (gst_pa_pos_table)) in gst_pulse_channel_map_to_gst()