Searched refs:stereo_ (Results 1 – 2 of 2) sorted by relevance
36 stereo_(stereo) {} in FakeDecodeFromFile()47 size_t Channels() const override { return stereo_ ? 2 : 1; } in Channels()70 const bool stereo_; variable
75 const int total_samples_to_decode = samples_to_decode * (stereo_ ? 2 : 1); in DecodeInternal()115 if (stereo_) { in DecodeInternal()