Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpchannels.c214 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()
[all …]
Dgstrtpchannels.h35 #define channel_orders gst_rtp_channel_orders macro
/third_party/gstreamer/gstplugins_good/
DChangeLog35840 …gstrtpchannels.h:154:33: error: 'channel_orders' defined but not used [-Werror=unused-const-variab…
35841 static const GstRTPChannelOrder channel_orders[] =