Searched refs:desFormat_ (Results 1 – 2 of 2) sorted by relevance
55 desFormat_(AudioSampleFormat::SAMPLE_S32LE), in ProRendererStreamImpl()159 uint32_t bufferSize = Util::GetSamplePerFrame(desFormat_) * desSpanSize * desChannels; in InitParams()406 if (desFormat_ == AudioSampleFormat::SAMPLE_S16LE) { in EnqueueBuffer()640 uint32_t samplePerFrame = Util::GetSamplePerFrame(desFormat_); in ConvertFloatToDes()641 if (desFormat_ == AudioSampleFormat::SAMPLE_F32LE) { in ConvertFloatToDes()669 desFormat_ = GetDirectFormat(streamInfo.format); in InitBasicInfo()
102 AudioSampleFormat desFormat_; variable