| /external/iamf_tools/iamf/cli/tests/ |
| D | obu_with_data_generator_test.cc | 76 const ScalableChannelLayoutConfig kOneLayerStereoConfig{ 911 const ScalableChannelLayoutConfig k3_1_2Config{ in TEST() 933 const ScalableChannelLayoutConfig in TEST() 957 const ScalableChannelLayoutConfig in TEST() 986 const ScalableChannelLayoutConfig kTwoLayerMonoStereoConfig{ in TEST() 1016 const ScalableChannelLayoutConfig kInvalidWithMonoLayerAfterStereo{ in TEST() 1046 const ScalableChannelLayoutConfig kTwoLayerStereoConfig{ in TEST() 1089 const ScalableChannelLayoutConfig kTwoLayerStereo3_1_2Config{ in TEST() 1126 const ScalableChannelLayoutConfig kTwoLayer3_1_2_and_5_1_2Config{ in TEST() 1163 const ScalableChannelLayoutConfig kTwoLayer5_1_0_and_7_1_0Config{ in TEST() [all …]
|
| D | renderer_factory_test.cc | 40 const ScalableChannelLayoutConfig kBinauralChannelLayoutConfig = { 44 const ScalableChannelLayoutConfig kMonoScalableChannelLayoutConfig = { 48 const ScalableChannelLayoutConfig kStereoScalableChannelLayoutConfig = {
|
| D | profile_filter_test.cc | 78 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 101 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 125 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 128 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 187 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 241 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 295 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 320 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST() 921 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in TEST()
|
| D | cli_util_test.cc | 321 std::get<ScalableChannelLayoutConfig>(obu.config_); in TEST()
|
| D | demixing_module_test.cc | 144 auto& config = std::get<ScalableChannelLayoutConfig>(obu.config_); in InitAudioElementWithLabelsAndLayers() 224 std::get<ScalableChannelLayoutConfig>( in TEST()
|
| /external/iamf_tools/iamf/obu/ |
| D | audio_element.h | 157 struct ScalableChannelLayoutConfig { struct 158 friend bool operator==(const ScalableChannelLayoutConfig& lhs, 159 const ScalableChannelLayoutConfig& rhs) = default; 287 typedef std::variant<ScalableChannelLayoutConfig, AmbisonicsConfig,
|
| D | audio_element.cc | 55 void LogChannelBased(const ScalableChannelLayoutConfig& channel_config) { in LogChannelBased() 201 const ScalableChannelLayoutConfig& layout, in ValidateAndWriteScalableChannelLayout() 219 ScalableChannelLayoutConfig& layout, const DecodedUleb128 num_substreams, in ReadAndValidateScalableChannelLayout() 449 absl::Status ScalableChannelLayoutConfig::Validate( in Validate() 631 ScalableChannelLayoutConfig config; in InitializeScalableChannelLayout() 726 LogChannelBased(std::get<ScalableChannelLayoutConfig>(config_)); in PrintObu() 763 std::get<ScalableChannelLayoutConfig>(config_), num_substreams_, wb); in ValidateAndWritePayload() 819 config_ = ScalableChannelLayoutConfig(); in ReadAndValidatePayloadDerived() 821 std::get<ScalableChannelLayoutConfig>(config_), num_substreams_, rb); in ReadAndValidatePayloadDerived()
|
| /external/iamf_tools/iamf/cli/renderer/tests/ |
| D | audio_element_renderer_passthrough_test.cc | 50 ScalableChannelLayoutConfig 69 const ScalableChannelLayoutConfig kBinauralScalableChannelLayoutConfig = { 72 const ScalableChannelLayoutConfig kStereoScalableChannelLayoutConfig = { 75 const ScalableChannelLayoutConfig kStereoChannelConfigWithTwoLayers = { 79 const ScalableChannelLayoutConfig k7_1_4ScalableChannelLayoutConfig = { 82 const ScalableChannelLayoutConfig kMonoScalableChannelLayoutConfig = {
|
| D | audio_element_renderer_channel_to_channel_test.cc | 89 const ScalableChannelLayoutConfig kBinauralScalableChannelLayoutConfig = { 92 const ScalableChannelLayoutConfig kStereoScalableChannelLayoutConfig = { 95 const ScalableChannelLayoutConfig k5_1_0ScalableChannelLayoutConfig = { 98 const ScalableChannelLayoutConfig k7_1_4ScalableChannelLayoutConfig = { 102 ScalableChannelLayoutConfig 448 const ScalableChannelLayoutConfig related_scalable_layout_config;
|
| /external/iamf_tools/iamf/cli/renderer/ |
| D | audio_element_renderer_passthrough.cc | 136 const ScalableChannelLayoutConfig& scalable_channel_layout_config, in FindEquivalentLayer() 161 const ScalableChannelLayoutConfig& scalable_channel_layout_config, in CreateFromScalableChannelLayoutConfig()
|
| D | audio_element_renderer_passthrough.h | 63 const ScalableChannelLayoutConfig& scalable_channel_layout_config,
|
| D | audio_element_renderer_channel_to_channel.h | 59 const ScalableChannelLayoutConfig& scalable_channel_layout_config,
|
| D | audio_element_renderer_channel_to_channel.cc | 118 const ScalableChannelLayoutConfig& scalable_channel_layout_config, in CreateFromScalableChannelLayoutConfig()
|
| /external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/tests/ |
| D | audio_element_generator_test.cc | 51 const ScalableChannelLayoutConfig kOneLayerStereoConfig{ 59 const ScalableChannelLayoutConfig& GetScalableLayoutForAudioElementIdExpectOk( in GetScalableLayoutForAudioElementIdExpectOk() 66 EXPECT_TRUE(std::holds_alternative<ScalableChannelLayoutConfig>( in GetScalableLayoutForAudioElementIdExpectOk() 68 return std::get<ScalableChannelLayoutConfig>( in GetScalableLayoutForAudioElementIdExpectOk()
|
| D | parameter_block_generator_test.cc | 396 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in PrepareAudioElementWithDataForReconGain()
|
| /external/iamf_tools/iamf/cli/proto/ |
| D | audio_element.proto | 93 message ScalableChannelLayoutConfig { message 141 ScalableChannelLayoutConfig scalable_channel_layout_config = 9;
|
| /external/iamf_tools/iamf/cli/ |
| D | obu_with_data_generator.h | 101 const ScalableChannelLayoutConfig& config,
|
| D | renderer_factory.cc | 70 std::get_if<ScalableChannelLayoutConfig>(&config); in MaybeCreateChannelRenderer()
|
| D | profile_filter.cc | 123 if (!std::holds_alternative<ScalableChannelLayoutConfig>( in FilterChannelBasedConfig() 133 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_); in FilterChannelBasedConfig()
|
| D | obu_with_data_generator.cc | 573 if (!std::holds_alternative<ScalableChannelLayoutConfig>( in GenerateAudioElementsWithData() 583 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_), in GenerateAudioElementsWithData() 673 const ScalableChannelLayoutConfig& config, in FinalizeScalableChannelLayoutConfig()
|
| D | cli_util.cc | 79 std::get<ScalableChannelLayoutConfig>(audio_element.obu.config_); in FillReconGainAuxiliaryData()
|
| D | demixing_module.cc | 631 auto layout_config = std::get_if<ScalableChannelLayoutConfig>( in PassThroughReconGainData() 737 std::get<ScalableChannelLayoutConfig>(obu.config_) in LookupLabelsToReconstruct()
|
| /external/iamf_tools/iamf/obu/tests/ |
| D | audio_element_test.cc | 223 auto& config = std::get<ScalableChannelLayoutConfig>(obu_->config_); in InitAudioElementTypeSpecificFields() 934 const ScalableChannelLayoutConfig kTwoLayerStereoConfig = { 963 const ScalableChannelLayoutConfig kConfigWithZeroLayer = {.num_layers = 0}; in TEST() 969 const ScalableChannelLayoutConfig kConfigWithZeroLayer = { in TEST() 977 const ScalableChannelLayoutConfig kBinauralConfig = { in TEST() 986 const ScalableChannelLayoutConfig kInvalidBinauralConfigWithFirstLayerStereo = in TEST() 990 const ScalableChannelLayoutConfig in TEST() 1921 ScalableChannelLayoutConfig expected_scalable_channel_layout_config = { in TEST() 1942 EXPECT_EQ(std::get<ScalableChannelLayoutConfig>(obu.value().config_), in TEST()
|
| /external/iamf_tools/iamf/cli/user_metadata_builder/ |
| D | audio_element_metadata_builder.cc | 151 iamf_tools_cli_proto::ScalableChannelLayoutConfig& in PopulateChannelBasedAudioElementMetadata()
|
| /external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/ |
| D | audio_element_generator.cc | 219 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_); in ValidateReconGainDefined() 366 std::get<ScalableChannelLayoutConfig>(audio_element.obu.config_); in FillScalableChannelLayoutConfig()
|