/external/iamf_tools/iamf/obu/ |
D | codec_config.cc | 90 OpusDecoderConfig::GetBitDepthToMeasureLoudness(); in SetSampleRatesAndBitDepths() 99 RETURN_IF_NOT_OK(lpcm_decoder_config.GetBitDepthToMeasureLoudness( in SetSampleRatesAndBitDepths() 108 AacDecoderConfig::GetBitDepthToMeasureLoudness(); in SetSampleRatesAndBitDepths() 116 RETURN_IF_NOT_OK(flac_decoder_config.GetBitDepthToMeasureLoudness( in SetSampleRatesAndBitDepths()
|
D | codec_config.h | 188 uint32_t GetBitDepthToMeasureLoudness() const { in GetBitDepthToMeasureLoudness() function
|
/external/iamf_tools/iamf/obu/decoder_config/tests/ |
D | flac_decoder_config_test.cc | 630 flac_decoder_config_.GetBitDepthToMeasureLoudness(output_bit_depth), in TEST_F() 641 flac_decoder_config_.GetBitDepthToMeasureLoudness(output_bit_depth), in TEST_F() 652 flac_decoder_config_.GetBitDepthToMeasureLoudness(unused_output_bit_depth) in TEST_F() 664 flac_decoder_config_.GetBitDepthToMeasureLoudness(unused_output_bit_depth) in TEST_F() 673 flac_decoder_config_.GetBitDepthToMeasureLoudness(unused_output_bit_depth) in TEST_F()
|
D | opus_decoder_config_test.cc | 260 TEST(GetBitDepthToMeasureLoudness, AlwaysReturns32) { in TEST() argument 261 EXPECT_EQ(OpusDecoderConfig::GetBitDepthToMeasureLoudness(), 32); in TEST()
|
/external/iamf_tools/iamf/obu/decoder_config/ |
D | lpcm_decoder_config.h | 102 absl::Status GetBitDepthToMeasureLoudness(
|
D | opus_decoder_config.h | 99 static constexpr uint8_t GetBitDepthToMeasureLoudness() { return 32; } in GetBitDepthToMeasureLoudness() function
|
D | flac_decoder_config.h | 179 absl::Status GetBitDepthToMeasureLoudness(
|
D | aac_decoder_config.h | 172 static uint8_t GetBitDepthToMeasureLoudness();
|
D | lpcm_decoder_config.cc | 122 absl::Status LpcmDecoderConfig::GetBitDepthToMeasureLoudness( in GetBitDepthToMeasureLoudness() function in iamf_tools::LpcmDecoderConfig
|
D | aac_decoder_config.cc | 323 uint8_t AacDecoderConfig::GetBitDepthToMeasureLoudness() { in GetBitDepthToMeasureLoudness() function in iamf_tools::AacDecoderConfig
|
D | flac_decoder_config.cc | 270 absl::Status FlacDecoderConfig::GetBitDepthToMeasureLoudness( in GetBitDepthToMeasureLoudness() function in iamf_tools::FlacDecoderConfig
|
/external/iamf_tools/iamf/cli/codec/ |
D | lpcm_decoder.cc | 48 auto status = decoder_config_.GetBitDepthToMeasureLoudness(bit_depth); in DecodeAudioFrame()
|
D | encoder_base.h | 53 input_pcm_bit_depth_(codec_config.GetBitDepthToMeasureLoudness()), in EncoderBase()
|
/external/iamf_tools/iamf/cli/ |
D | wav_sample_provider.cc | 113 static_cast<int>(codec_config.GetBitDepthToMeasureLoudness()); in ValidateWavReaderIsConsistentWithData()
|
D | obu_sequencer_base.cc | 166 bit_depths.insert(obu.GetBitDepthToMeasureLoudness()); in GetCommonSampleRateAndBitDepth()
|
D | rendering_mix_presentation_finalizer.cc | 112 audio_element->codec_config->GetBitDepthToMeasureLoudness()); in GetCommonCodecConfigPropertiesFromAudioElementIds()
|
/external/iamf_tools/iamf/cli/tests/ |
D | rendering_mix_presentation_finalizer_test.cc | 676 codec_configs_.at(kCodecConfigId).GetBitDepthToMeasureLoudness()); in TEST_F() 758 codec_configs_.at(kCodecConfigId).GetBitDepthToMeasureLoudness()); in TEST_F()
|
D | obu_sequencer_base_test.cc | 784 codec_config_obu.GetBitDepthToMeasureLoudness(); in TEST() 823 codec_config_obu.GetBitDepthToMeasureLoudness(); in TEST()
|
D | obu_processor_test.cc | 2771 codec_config_obus.at(kFirstCodecConfigId).GetBitDepthToMeasureLoudness()); in TEST()
|
/external/iamf_tools/iamf/obu/tests/ |
D | codec_config_test.cc | 100 EXPECT_EQ(obu_->GetBitDepthToMeasureLoudness(), in TestGetBitDepthToMeasureLoudness()
|
/external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/ |
D | audio_frame_generator.cc | 408 static_cast<int>(codec_config.GetBitDepthToMeasureLoudness()); in MaybeEncodeFramesForAudioElement()
|