Searched refs:channel_order (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpg722depay.c | 132 const gchar *channel_order; in gst_rtp_g722_depay_setcaps() 188 channel_order = gst_structure_get_string (structure, "channel-order"); in gst_rtp_g722_depay_setcaps() 190 order = gst_rtp_channels_get_by_order (channels, channel_order); in gst_rtp_g722_depay_setcaps() 199 GST_STR_NULL (channel_order), channels)); in gst_rtp_g722_depay_setcaps()
|
D | gstrtpL24depay.c | 139 const gchar *channel_order; in gst_rtp_L24_depay_setcaps() local 179 channel_order = gst_structure_get_string (structure, "channel-order"); in gst_rtp_L24_depay_setcaps() 181 order = gst_rtp_channels_get_by_order (channels, channel_order); in gst_rtp_L24_depay_setcaps() 190 GST_STR_NULL (channel_order), channels)); in gst_rtp_L24_depay_setcaps()
|
D | gstrtpL8depay.c | 143 const gchar *channel_order; in gst_rtp_L8_depay_setcaps() local 180 channel_order = gst_structure_get_string (structure, "channel-order"); in gst_rtp_L8_depay_setcaps() 182 order = gst_rtp_channels_get_by_order (channels, channel_order); in gst_rtp_L8_depay_setcaps() 191 GST_STR_NULL (channel_order), channels)); in gst_rtp_L8_depay_setcaps()
|
D | gstrtpL16depay.c | 149 const gchar *channel_order; in gst_rtp_L16_depay_setcaps() local 201 channel_order = gst_structure_get_string (structure, "channel-order"); in gst_rtp_L16_depay_setcaps() 203 order = gst_rtp_channels_get_by_order (channels, channel_order); in gst_rtp_L16_depay_setcaps() 212 GST_STR_NULL (channel_order), channels)); in gst_rtp_L16_depay_setcaps()
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 165 static const int channel_order[] = { variable 209 if (chpos1 < ARRAY_SIZE(channel_order) && channel_order[chpos1]) in chpos_cmp() 210 weight1 = channel_order[chpos1]; in chpos_cmp() 211 if (chpos2 < ARRAY_SIZE(channel_order) && channel_order[chpos2]) in chpos_cmp() 212 weight2 = channel_order[chpos2]; in chpos_cmp()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 8375 ChannelOrder channel_order = CHANNEL_ORDER_UNKNOWN; in getRawDataFromPixelData() local 8400 if (!getChannelOrderForInternalformatAndType(internalformat, type, &channel_order)) in getRawDataFromPixelData() 8433 switch (channel_order) in getRawDataFromPixelData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 4553 "txq.channel_order.b32 \t$d, [$a];", 4610 "suq.channel_order.b32 \t$d, [$a];",
|