Lines Matching refs:channel_orders
214 for (i = 0; channel_orders[i].pos; i++) { in gst_rtp_channels_get_by_pos()
215 if (channel_orders[i].channels != channels) in gst_rtp_channels_get_by_pos()
218 if (check_channels (&channel_orders[i], pos)) { in gst_rtp_channels_get_by_pos()
219 res = &channel_orders[i]; in gst_rtp_channels_get_by_pos()
242 for (i = 0; channel_orders[i].pos; i++) { in gst_rtp_channels_get_by_order()
243 if (channel_orders[i].channels != channels) in gst_rtp_channels_get_by_order()
247 if (!channel_orders[i].name || !order) { in gst_rtp_channels_get_by_order()
248 res = &channel_orders[i]; in gst_rtp_channels_get_by_order()
253 if (g_ascii_strcasecmp (channel_orders[i].name, order)) { in gst_rtp_channels_get_by_order()
254 res = &channel_orders[i]; in gst_rtp_channels_get_by_order()
278 for (i = 0; channel_orders[i].pos; i++) { in gst_rtp_channels_get_by_index()
279 if (channel_orders[i].channels != channels) in gst_rtp_channels_get_by_index()
283 res = &channel_orders[i]; in gst_rtp_channels_get_by_index()