Searched refs:channels_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/uapp/audio/
H A Dsine-source.cpp26 channels_ = channels;
49 out_format->channels = static_cast<uint16_t>(channels_);
115 frame_size_ = static_cast<uint32_t>(sizeof(SampleType) * channels_);
142 for (uint32_t j = 0; j < channels_; ++j)
H A Dsine-source.h41 uint32_t channels_; member in class:SineSource

Completed in 79 milliseconds