Home
last modified time | relevance | path

Searched refs:ScalableChannelLayoutConfig (Results 1 – 25 of 25) sorted by relevance

/external/iamf_tools/iamf/cli/tests/
Dobu_with_data_generator_test.cc76 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 …]
Drenderer_factory_test.cc40 const ScalableChannelLayoutConfig kBinauralChannelLayoutConfig = {
44 const ScalableChannelLayoutConfig kMonoScalableChannelLayoutConfig = {
48 const ScalableChannelLayoutConfig kStereoScalableChannelLayoutConfig = {
Dprofile_filter_test.cc78 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()
Dcli_util_test.cc321 std::get<ScalableChannelLayoutConfig>(obu.config_); in TEST()
Ddemixing_module_test.cc144 auto& config = std::get<ScalableChannelLayoutConfig>(obu.config_); in InitAudioElementWithLabelsAndLayers()
224 std::get<ScalableChannelLayoutConfig>( in TEST()
/external/iamf_tools/iamf/obu/
Daudio_element.h157 struct ScalableChannelLayoutConfig { struct
158 friend bool operator==(const ScalableChannelLayoutConfig& lhs,
159 const ScalableChannelLayoutConfig& rhs) = default;
287 typedef std::variant<ScalableChannelLayoutConfig, AmbisonicsConfig,
Daudio_element.cc55 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/
Daudio_element_renderer_passthrough_test.cc50 ScalableChannelLayoutConfig
69 const ScalableChannelLayoutConfig kBinauralScalableChannelLayoutConfig = {
72 const ScalableChannelLayoutConfig kStereoScalableChannelLayoutConfig = {
75 const ScalableChannelLayoutConfig kStereoChannelConfigWithTwoLayers = {
79 const ScalableChannelLayoutConfig k7_1_4ScalableChannelLayoutConfig = {
82 const ScalableChannelLayoutConfig kMonoScalableChannelLayoutConfig = {
Daudio_element_renderer_channel_to_channel_test.cc89 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/
Daudio_element_renderer_passthrough.cc136 const ScalableChannelLayoutConfig& scalable_channel_layout_config, in FindEquivalentLayer()
161 const ScalableChannelLayoutConfig& scalable_channel_layout_config, in CreateFromScalableChannelLayoutConfig()
Daudio_element_renderer_passthrough.h63 const ScalableChannelLayoutConfig& scalable_channel_layout_config,
Daudio_element_renderer_channel_to_channel.h59 const ScalableChannelLayoutConfig& scalable_channel_layout_config,
Daudio_element_renderer_channel_to_channel.cc118 const ScalableChannelLayoutConfig& scalable_channel_layout_config, in CreateFromScalableChannelLayoutConfig()
/external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/tests/
Daudio_element_generator_test.cc51 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()
Dparameter_block_generator_test.cc396 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_) in PrepareAudioElementWithDataForReconGain()
/external/iamf_tools/iamf/cli/proto/
Daudio_element.proto93 message ScalableChannelLayoutConfig { message
141 ScalableChannelLayoutConfig scalable_channel_layout_config = 9;
/external/iamf_tools/iamf/cli/
Dobu_with_data_generator.h101 const ScalableChannelLayoutConfig& config,
Drenderer_factory.cc70 std::get_if<ScalableChannelLayoutConfig>(&config); in MaybeCreateChannelRenderer()
Dprofile_filter.cc123 if (!std::holds_alternative<ScalableChannelLayoutConfig>( in FilterChannelBasedConfig()
133 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_); in FilterChannelBasedConfig()
Dobu_with_data_generator.cc573 if (!std::holds_alternative<ScalableChannelLayoutConfig>( in GenerateAudioElementsWithData()
583 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_), in GenerateAudioElementsWithData()
673 const ScalableChannelLayoutConfig& config, in FinalizeScalableChannelLayoutConfig()
Dcli_util.cc79 std::get<ScalableChannelLayoutConfig>(audio_element.obu.config_); in FillReconGainAuxiliaryData()
Ddemixing_module.cc631 auto layout_config = std::get_if<ScalableChannelLayoutConfig>( in PassThroughReconGainData()
737 std::get<ScalableChannelLayoutConfig>(obu.config_) in LookupLabelsToReconstruct()
/external/iamf_tools/iamf/obu/tests/
Daudio_element_test.cc223 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/
Daudio_element_metadata_builder.cc151 iamf_tools_cli_proto::ScalableChannelLayoutConfig& in PopulateChannelBasedAudioElementMetadata()
/external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/
Daudio_element_generator.cc219 std::get<ScalableChannelLayoutConfig>(audio_element_obu.config_); in ValidateReconGainDefined()
366 std::get<ScalableChannelLayoutConfig>(audio_element.obu.config_); in FillScalableChannelLayoutConfig()