Home
last modified time | relevance | path

Searched refs:ImplBase (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/receiver/
H A Dvideo_decoder.cc31 class VideoDecoder::ImplBase class in media::cast::VideoDecoder
32 : public base::RefCountedThreadSafe<VideoDecoder::ImplBase> {
84 friend class base::RefCountedThreadSafe<ImplBase>;
85 virtual ~ImplBase() = default;
104 DISALLOW_COPY_AND_ASSIGN(ImplBase);
110 : ImplBase(cast_environment, CODEC_VIDEO_VP8) { in Vp8Impl()
111 if (ImplBase::operational_status_ != STATUS_UNINITIALIZED) in Vp8Impl()
127 ImplBase::operational_status_ = STATUS_INITIALIZED; in Vp8Impl()
132 if (ImplBase::operational_status_ == STATUS_INITIALIZED) in ~Vp8Impl()
186 : ImplBase(cast_environment, CODEC_VIDEO_FAKE), in FakeImpl()
[all …]
H A Daudio_decoder.cc27 class AudioDecoder::ImplBase class in media::cast::AudioDecoder
28 : public base::RefCountedThreadSafe<AudioDecoder::ImplBase> {
30 ImplBase(const scoped_refptr<CastEnvironment>& cast_environment, in ImplBase() function in media::cast::AudioDecoder::ImplBase
87 friend class base::RefCountedThreadSafe<ImplBase>;
88 virtual ~ImplBase() = default;
105 DISALLOW_COPY_AND_ASSIGN(ImplBase);
113 : ImplBase(cast_environment, in OpusImpl()
130 ImplBase::operational_status_ = STATUS_INITIALIZED; in OpusImpl()
182 : ImplBase(cast_environment, in Pcm16Impl()
186 if (ImplBase::operational_status_ != STATUS_UNINITIALIZED) in Pcm16Impl()
[all …]
H A Dvideo_decoder.h54 class ImplBase; variable
58 scoped_refptr<ImplBase> impl_;
H A Daudio_decoder.h53 class ImplBase;
58 scoped_refptr<ImplBase> impl_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/receiver/
H A Dvideo_decoder.cc31 class VideoDecoder::ImplBase class in media::cast::VideoDecoder
32 : public base::RefCountedThreadSafe<VideoDecoder::ImplBase> {
84 friend class base::RefCountedThreadSafe<ImplBase>;
85 virtual ~ImplBase() = default;
104 DISALLOW_COPY_AND_ASSIGN(ImplBase);
107 class VideoDecoder::Vp8Impl : public VideoDecoder::ImplBase {
110 : ImplBase(cast_environment, CODEC_VIDEO_VP8) { in Vp8Impl()
127 ImplBase::operational_status_ = STATUS_INITIALIZED; in Vp8Impl()
132 if (ImplBase::operational_status_ == STATUS_INITIALIZED) in ~Vp8Impl()
186 : ImplBase(cast_environment, CODEC_VIDEO_FAKE), in FakeImpl()
[all …]
H A Daudio_decoder.cc27 class AudioDecoder::ImplBase class in media::cast::AudioDecoder
28 : public base::RefCountedThreadSafe<AudioDecoder::ImplBase> {
30 ImplBase(const scoped_refptr<CastEnvironment>& cast_environment, in ImplBase() function in media::cast::AudioDecoder::ImplBase
87 friend class base::RefCountedThreadSafe<ImplBase>;
88 virtual ~ImplBase() = default;
105 DISALLOW_COPY_AND_ASSIGN(ImplBase);
108 class AudioDecoder::OpusImpl : public AudioDecoder::ImplBase {
113 : ImplBase(cast_environment, in OpusImpl()
130 ImplBase::operational_status_ = STATUS_INITIALIZED; in OpusImpl()
182 : ImplBase(cast_environment, in Pcm16Impl()
[all …]
H A Dvideo_decoder.h54 class ImplBase; variable
58 scoped_refptr<ImplBase> impl_;
H A Daudio_decoder.h53 class ImplBase;
58 scoped_refptr<ImplBase> impl_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/sender/
H A Daudio_encoder.cc52 class AudioEncoder::ImplBase class in media::cast::AudioEncoder
53 : public base::RefCountedThreadSafe<AudioEncoder::ImplBase> {
55 ImplBase(const scoped_refptr<CastEnvironment>& cast_environment, in ImplBase() function in media::cast::AudioEncoder::ImplBase
183 friend class base::RefCountedThreadSafe<ImplBase>;
184 virtual ~ImplBase() = default;
231 DISALLOW_COPY_AND_ASSIGN(ImplBase);
242 : ImplBase(cast_environment, in OpusImpl()
263 ImplBase::operational_status_ = STATUS_INITIALIZED; in OpusImpl()
349 : ImplBase(cast_environment, in AppleAacImpl()
369 ImplBase::operational_status_ = STATUS_INITIALIZED; in AppleAacImpl()
[all …]
H A Daudio_encoder.h49 class ImplBase;
55 scoped_refptr<ImplBase> impl_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/sender/
H A Daudio_encoder.cc51 class AudioEncoder::ImplBase class in media::cast::AudioEncoder
52 : public base::RefCountedThreadSafe<AudioEncoder::ImplBase> {
54 ImplBase(const scoped_refptr<CastEnvironment>& cast_environment, in ImplBase() function in media::cast::AudioEncoder::ImplBase
184 friend class base::RefCountedThreadSafe<ImplBase>;
185 virtual ~ImplBase() = default;
232 DISALLOW_COPY_AND_ASSIGN(ImplBase);
243 : ImplBase(cast_environment, in OpusImpl()
264 ImplBase::operational_status_ = STATUS_INITIALIZED; in OpusImpl()
350 : ImplBase(cast_environment, in AppleAacImpl()
370 ImplBase::operational_status_ = STATUS_INITIALIZED; in AppleAacImpl()
[all …]
H A Daudio_encoder.h49 class ImplBase;
55 scoped_refptr<ImplBase> impl_;
/dports/biology/bamtools/bamtools-2.5.2/src/utils/
H A Dbamtools_variant.h105 struct ImplBase struct
108 ImplBase() in ImplBase() argument
111 virtual ~ImplBase() {} in ~ImplBase() argument
129 struct Impl : ImplBase argument
140 static Impl<T>* CastFromBase(ImplBase* v) in CastFromBase()
151 ImplBase* data;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/
H A Dhevcehw_disp.cpp43 static ImplBase* CreateSpecific( in CreateSpecific()
95 std::unique_ptr<ImplBase> impl(CreateSpecific(hw, *core, sts, eFeatureMode::QUERY_IO_SURF)); in QueryIOSurf()
120 …std::unique_ptr<ImplBase> impl(CreateSpecific(hw, *core, sts, in ? eFeatureMode::QUERY1 : eFeature… in Query()
/dports/devel/p5-Future-IO/Future-IO-0.10/
H A DMETA.yml21 Future::IO::ImplBase:
22 file: lib/Future/IO/ImplBase.pm
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-tuple.C36 struct ImplBase { }; struct
39 struct Impl : ImplBase {

123