Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_mixer/
Daudio_mixer_impl.h36 SourceStatus(Source* audio_source, bool is_mixed, float gain) in SourceStatus()
37 : audio_source(audio_source), is_mixed(is_mixed), gain(gain) {} in SourceStatus()
39 bool is_mixed = false; member
Daudio_mixer_impl.cc78 float target_gain = source_frame.source_status->is_mixed ? 1.0f : 0.0f; in RampAndUpdateGain()
209 p.source_status->is_mixed = false; in GetAudioFromSources()
214 bool is_mixed = false; in GetAudioFromSources() local
219 is_mixed = true; in GetAudioFromSources()
221 p.source_status->is_mixed = is_mixed; in GetAudioFromSources()
234 return (*iter)->is_mixed; in GetAudioSourceMixabilityStatusForTest()
Daudio_mixer_impl_unittest.cc190 bool is_mixed = in TEST() local
195 EXPECT_FALSE(is_mixed) in TEST()
198 EXPECT_TRUE(is_mixed) in TEST()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_table.py144 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
Du_format_parse.py174 def is_mixed(self): member in Format
Du_format.c161 if (desc->is_mixed) in util_format_is_snorm()
Du_format.h194 unsigned is_mixed:1; member
/external/mesa3d/src/amd/vulkan/
Dvk_format_table.py139 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
Dvk_format.h134 unsigned is_mixed:1; member
Dvk_format_parse.py184 def is_mixed(self): member in Format
Dradv_formats.c281 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_tex_dataformat()
827 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_colorformat()
/external/mesa3d/src/util/format/
Du_format_table.py203 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
Du_format_parse.py175 def is_mixed(self): member in Format
Du_format.h187 unsigned is_mixed:1; member
Du_format.c231 if (desc->is_mixed) in util_format_is_snorm8()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.h184 assert(!format_desc->is_mixed); in lp_type_from_format_desc()
Dlp_bld_format_aos.c618 !format_desc->is_mixed && in lp_build_fetch_rgba_aos()
699 assert(!format_desc->is_mixed); in lp_build_fetch_rgba_aos()
/external/mesa3d/src/freedreno/vulkan/
Dvk_format_parse.py176 def is_mixed(self): member in Format
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c654 if (format_desc->is_mixed) in llvmpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1444 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_colorformat()
1736 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_texformat()
/external/libxml2/
Drelaxng.c4346 int is_mixed = 0; in xmlRelaxNGComputeInterleaves() local
4380 is_mixed++; in xmlRelaxNGComputeInterleaves()
4471 if (is_mixed != 0) in xmlRelaxNGComputeInterleaves()