Home
last modified time | relevance | path

Searched defs:mix_gain (Results 1 – 5 of 5) sorted by relevance

/external/iamf_tools/iamf/cli/
Drendering_mix_presentation_finalizer.cc211 const MixGainParamDefinition& mix_gain, in GetParameterBlockLinearMixGainsPerTick()
248 const MixGainParamDefinition& mix_gain, in GetParameterBlockLinearMixGainsPerTick()
300 const MixGainParamDefinition& mix_gain, int32_t num_channels, in GetAndApplyMixGain()
337 const MixGainParamDefinition& mix_gain, int32_t num_channels, in GetAndApplyMixGain()
Drendering_mix_presentation_finalizer.h116 std::unique_ptr<MixGainParamDefinition> mix_gain; member
/external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/
Dmix_presentation_generator.cc207 MixGainParamDefinition& mix_gain) { in FillMixConfig()
/external/iamf_tools/iamf/cli/proto/
Dmix_presentation.proto33 optional MixGainParamDefinition mix_gain = 1; field
/external/iamf_tools/iamf/obu/tests/
Dparam_definitions_test.cc98 auto mix_gain = std::make_unique<MixGainParamDefinition>(); in MixGainParamDefinitionTest() local