Home
last modified time | relevance | path

Searched refs:Pcm16Impl (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/receiver/
H A Daudio_decoder.cc177 class AudioDecoder::Pcm16Impl : public AudioDecoder::ImplBase { class in media::cast::AudioDecoder
179 Pcm16Impl(const scoped_refptr<CastEnvironment>& cast_environment, in Pcm16Impl() function in media::cast::AudioDecoder::Pcm16Impl
192 ~Pcm16Impl() final = default;
213 DISALLOW_COPY_AND_ASSIGN(Pcm16Impl);
227 impl_ = new Pcm16Impl(cast_environment, channels, sampling_rate); in AudioDecoder()
H A Daudio_decoder.h55 class Pcm16Impl; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/receiver/
H A Daudio_decoder.cc177 class AudioDecoder::Pcm16Impl final : public AudioDecoder::ImplBase { class in media::cast::AudioDecoder
179 Pcm16Impl(const scoped_refptr<CastEnvironment>& cast_environment, in Pcm16Impl() function in media::cast::AudioDecoder::Pcm16Impl
192 ~Pcm16Impl() final = default;
213 DISALLOW_COPY_AND_ASSIGN(Pcm16Impl);
227 impl_ = new Pcm16Impl(cast_environment, channels, sampling_rate); in AudioDecoder()
H A Daudio_decoder.h55 class Pcm16Impl; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/sender/
H A Daudio_encoder.cc708 class AudioEncoder::Pcm16Impl final : public AudioEncoder::ImplBase { class in media::cast::AudioEncoder
710 Pcm16Impl(const scoped_refptr<CastEnvironment>& cast_environment, in Pcm16Impl() function in media::cast::AudioEncoder::Pcm16Impl
727 ~Pcm16Impl() final = default;
752 DISALLOW_COPY_AND_ASSIGN(Pcm16Impl);
780 impl_ = new Pcm16Impl(cast_environment, num_channels, sampling_rate, in AudioEncoder()
H A Daudio_encoder.h51 class Pcm16Impl; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/sender/
H A Daudio_encoder.cc709 class AudioEncoder::Pcm16Impl : public AudioEncoder::ImplBase { class in media::cast::AudioEncoder
711 Pcm16Impl(const scoped_refptr<CastEnvironment>& cast_environment, in Pcm16Impl() function in media::cast::AudioEncoder::Pcm16Impl
728 ~Pcm16Impl() final = default;
753 DISALLOW_COPY_AND_ASSIGN(Pcm16Impl);
781 impl_ = new Pcm16Impl(cast_environment, num_channels, sampling_rate, in AudioEncoder()
H A Daudio_encoder.h51 class Pcm16Impl; variable