Searched refs:bits_per_channel (Results 1 – 15 of 15) sorted by relevance
50 switch (config.bits_per_channel) { in CdmAudioDecoderConfigToAVCodecContext()62 "per channel: " << config.bits_per_channel; in CdmAudioDecoderConfigToAVCodecContext()185 bytes_per_frame_ = codec_context_->channels * config.bits_per_channel / 8; in Initialize()216 config.bits_per_channel > 0 && in IsValidConfig()217 config.bits_per_channel <= limits::kMaxBitsPerSample && in IsValidConfig()
466 bits_per_channel_ = audio_decoder_config.bits_per_channel; in InitializeAudioDecoder()
87 int bits_per_channel() const { return bytes_per_channel_ * 8; } in bits_per_channel() function
342 int32_t bits_per_channel; member
380 EXPECT_NE(new_config.bits_per_channel(), config_.bits_per_channel()); in TEST_F()
144 EXPECT_EQ(input_config.bits_per_channel(), in Initialize()145 output_config.bits_per_channel()); in Initialize()
357 << " bits per channel: " << config_.bits_per_channel() in ConfigureDecoder()
342 << " bits per channel: " << config_.bits_per_channel() in ConfigureDecoder()
289 stream->audio_decoder_config().bits_per_channel(), in Initialize()
291 EXPECT_EQ(32, audio_config.bits_per_channel()); in TEST_F()
1245 EXPECT_EQ(32, config.bits_per_channel()); in TEST_F()1315 EXPECT_EQ(32, config.bits_per_channel()); in TEST_F()
321 config->bits_per_channel()); in AVCodecContextToAudioDecoderConfig()
545 pp_decoder_config.bits_per_channel = decoder_config.bits_per_channel(); in InitializeAudioDecoder()
493 cdm_decoder_config.bits_per_channel = decoder_config.bits_per_channel; in InitializeAudioDecoder()
307 int32_t bits_per_channel;