/third_party/boost/boost/log/expressions/predicates/ |
D | channel_severity_filter.hpp | 158 ChannelOrderT const& channel_order = ChannelOrderT(), in channel_severity_filter_terminal() argument 165 m_mapping(channel_order), in channel_severity_filter_terminal() 467 …const& severity_name, SeverityCompareT const& severity_compare, ChannelOrderT const& channel_order) in channel_severity_filter() argument 471 …(channel_name, severity_name, fallback_to_none(), fallback_to_none(), channel_order, severity_comp… in channel_severity_filter() 478 …const& severity_name, SeverityCompareT const& severity_compare, ChannelOrderT const& channel_order) in channel_severity_filter() argument 482 …rd.get_name(), severity_name, fallback_to_none(), fallback_to_none(), channel_order, severity_comp… in channel_severity_filter() 489 …st& severity_keyword, SeverityCompareT const& severity_compare, ChannelOrderT const& channel_order) in channel_severity_filter() argument 493 … severity_keyword.get_name(), fallback_to_none(), fallback_to_none(), channel_order, severity_comp… in channel_severity_filter() 500 …st& severity_keyword, SeverityCompareT const& severity_compare, ChannelOrderT const& channel_order) in channel_severity_filter() argument 504 … severity_keyword.get_name(), fallback_to_none(), fallback_to_none(), channel_order, severity_comp… in channel_severity_filter() [all …]
|
/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/boost/boost/compute/image/ |
D | image_format.hpp | 41 enum channel_order { enum in boost::compute::image_format
|
/third_party/boost/libs/compute/include/boost/compute/image/ |
D | image_format.hpp | 41 enum channel_order { enum in boost::compute::image_format
|
/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];",
|