Home
last modified time | relevance | path

Searched defs:substream_id (Results 1 – 16 of 16) sorted by relevance

/external/iamf_tools/iamf/obu/
Daudio_frame.cc33 ObuType GetObuType(uint32_t substream_id) { in GetObuType()
47 DecodedUleb128 substream_id, in AudioFrameObu()
Daudio_element.cc716 const auto& substream_id = audio_substream_ids_[i]; in PrintObu() local
/external/iamf_tools/iamf/cli/
Dobu_with_data_generator.cc373 const auto substream_id = substream_ids[substream_index++]; in AddSubstreamLabels() local
387 const auto substream_id = substream_ids[substream_index++]; in AddSubstreamLabels() local
474 const DecodedUleb128 substream_id = in FinalizeAmbisonicsMonoConfig() local
718 const auto substream_id = audio_substream_ids[i]; in FinalizeScalableChannelLayoutConfig() local
Daudio_frame_decoder.h33 uint32_t substream_id; member
Ddemixing_module.h39 uint32_t substream_id; member
Dobu_processor.cc152 const auto substream_id = audio_frame_obu->GetSubstreamId(); in GetAndStoreAudioFrameWithData() local
Ddemixing_module.cc667 const auto substream_id = GetSubstreamId(audio_frame); in StoreSamplesForAudioElementId() local
/external/iamf_tools/iamf/cli/renderer/
Daudio_element_renderer_ambisonics_to_channel.cc79 const auto substream_id = audio_substream_ids[substream_id_index]; in InitializeChannelLabelsSceneBased() local
107 const auto substream_id = audio_substream_ids[i]; in InitializeChannelLabelsSceneBased() local
/external/iamf_tools/iamf/cli/codec/
Dopus_encoder.h33 const CodecConfigObu& codec_config, int num_channels, int substream_id) in OpusEncoder()
/external/iamf_tools/iamf/cli/user_metadata_builder/
Daudio_element_metadata_builder.cc218 for (int32_t substream_id = 0; substream_id < num_substreams; in PopulateSceneBasedAudioElementMetadata() local
/external/iamf_tools/iamf/cli/tests/
Dobu_sequencer_iamf_test.cc72 uint32_t audio_element_id, uint32_t substream_id, in AddEmptyAudioFrameWithAudioElementIdSubstreamIdAndTimestamps()
Ddemixing_module_test.cc616 const uint32_t substream_id = substream_id_to_labels_.size(); in ConfigureOutputChannel() local
947 const DecodedUleb128 substream_id = substream_id_to_labels_.size(); local
Dtemporal_unit_view_test.cc79 uint32_t audio_element_id, uint32_t substream_id, in AddEmptyAudioFrameWithAudioElementIdSubstreamIdAndTimestamps()
Dobu_sequencer_base_test.cc100 uint32_t audio_element_id, uint32_t substream_id, in AddEmptyAudioFrameWithAudioElementIdSubstreamIdAndTimestamps()
Dobu_processor_test.cc2320 uint32_t substream_id, in AddOneLayerStereoAudioElement()
/external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/
Daudio_frame_generator.cc70 int substream_id = 0) { in InitializeEncoder()