Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_conference_mixer/test/
Daudio_conference_mixer_unittest.cc151 bool is_mixed = participants[i].IsMixed(); in TEST() local
154 EXPECT_FALSE(is_mixed) << "Mixing status of Participant #" in TEST()
157 EXPECT_TRUE(is_mixed) << "Mixing status of Participant #" in TEST()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_table.py108 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
Du_format_parse.py152 def is_mixed(self): member in Format
Du_format.h175 unsigned is_mixed:1; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py310 and not format.is_mixed() \
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c429 !format_desc->is_mixed && in lp_build_fetch_rgba_aos()
/external/libxml2/
Drelaxng.c4323 int is_mixed = 0; in xmlRelaxNGComputeInterleaves() local
4357 is_mixed++; in xmlRelaxNGComputeInterleaves()
4448 if (is_mixed != 0) in xmlRelaxNGComputeInterleaves()