Searched refs:samplesPerFrame_ (Results 1 – 8 of 8) sorted by relevance
41 samplesPerFrame_(0), in Minimp3DecoderPlugin()92 … samplesPerFrame_ = AnyCast<uint32_t>(mp3Parameter_.find(Tag::AUDIO_SAMPLE_PER_FRAME)->second); in Prepare()94 …if (samplesPerFrame_ != MP3_384_SAMPLES_PER_FRAME && samplesPerFrame_ != MP3_576_SAMPLES_PER_FRAME… in Prepare()95 samplesPerFrame_ != MP3_MAX_SAMPLES_PER_FRAME) { in Prepare()98 …("channels_ = " PUBLIC_LOG_D32 " samplesPerFrame_ = " PUBLIC_LOG_D32, channels_, samplesPerFrame_); in Prepare()213 uint32_t probePcmLength = samplesPerFrame_ * sizeof(Mp3DecoderSample) * channels_; in AudioDecoderMp3Process()
95 uint32_t samplesPerFrame_; variable
146 … srcFrameSize_ = av_samples_get_buffer_size(nullptr, channels_, samplesPerFrame_, reSrcFfFmt_, 1); in Prepare()155 wantedSpec_.samples = samplesPerFrame_; in Prepare()173 samplesPerFrame_, in Prepare()252 samplesPerFrame_ = Plugin::AnyCast<uint32_t>(value); in SetParameter()
95 uint32_t samplesPerFrame_ {0};
162 uint32_t samplesPerFrame_ {};
327 samplesPerFrame_, in Prepare()361 samplesPerFrame_ = 0; in Reset()601 samplesPerFrame_ = Plugin::AnyCast<uint32_t>(para); in SetUpAudioSamplePerFrameSetter()
204 uint32_t samplesPerFrame_{};
385 samplesPerFrame_ = 0; in Reset()634 samplesPerFrame_ = AnyCast<uint32_t>(para); in SetUpAudioSamplePerFrameSetter()