/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | base.cpp | 26 Base::Base(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<PluginBase> plugin) in Base() function in Base 29 Status Base::Init() in Init() 47 Status Base::Deinit() in Deinit() 63 Status Base::Prepare() in Prepare() 82 Status Base::Reset() in Reset() 100 Status Base::Start() in Start() 119 Status Base::Stop() in Stop() 136 Status Base::GetParameter(Tag tag, ValueType& value) in GetParameter() 141 Status Base [all...] |
H A D | output_sink.cpp | 23 : Base(pkgVer, apiVer, plugin), outputSink_(std::move(plugin)) {} in OutputSink()
|
H A D | output_sink.h | 27 class OutputSink : public Base {
|
H A D | video_sink.h | 31 class VideoSink : public Base {
|
H A D | audio_sink.h | 32 class AudioSink : public Base {
|
H A D | demuxer.cpp | 23 : Base(pkgVer, apiVer, plugin), demuxer_(std::move(plugin)) in Demuxer()
|
H A D | muxer.cpp | 24 : Base(pkgVer, apiVer, plugin), muxer_(std::move(plugin)) {} in Muxer()
|
H A D | demuxer.h | 40 class Demuxer : public Base {
|
H A D | codec.h | 39 class Codec : public Base {
|
H A D | muxer.h | 30 class Muxer : public Base {
|
H A D | source.h | 32 class Source : public Base {
|
H A D | codec.cpp | 25 : Base(pkgVer, apiVer, plugin), codec_(std::move(plugin)) in Codec()
|
H A D | source.cpp | 22 : Base(pkgVer, apiVer, plugin), source_(std::move(plugin)) in Source()
|
/foundation/multimedia/media_foundation/engine/include/plugin/core/ |
H A D | base.h | 56 class Base { class 58 Base(const Base &) = delete; 60 Base operator=(const Base &) = delete; 62 virtual ~Base() = default; 91 Base(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<PluginBase> plugin);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_any.h | 61 struct Base; 62 using BaseUPtr = std::unique_ptr<Base>; 63 struct Base { struct 64 virtual ~Base() {} in ~Base() 69 struct Derived : Base {
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/ |
H A D | namespace.h | 22 #define BASE_NS Base 24 #define BASE_BEGIN_NAMESPACE() namespace Base { 25 #define BASE_END_NAMESPACE() } // namespace Base
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadatahelper_callback.cpp | 31 struct Base { struct in OHOS::Media::NapiCallback 34 Base() = default; 35 virtual ~Base() = default; 68 struct Error : public Base { 101 static void CompleteCallback(napi_env env, NapiCallback::Base *jsCb) in CompleteCallback() 119 NapiCallback::Base *cb = reinterpret_cast<NapiCallback::Base *>(work->data); in CompleteCallback()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | bindings_implementation.h | 242 * \tparam Base A base class to \p C . No need to specify, since it will be deducted from the function pointer 248 template<typename Base, typename R, typename... Args> 249 static void Method(const char* name, R (Base::*func)(Args...), MethodOptions options = MethodOptions::NONE); 365 * Inherit all bound methods and properties from \p Base 367 * \code JSClassImpl<Base,Impl>::Declare("MyBaseClass") \endcode 369 * \tparam Base A base class of C 371 template<typename Base> 375 * Inherit all bound methods and properties from \p Base 377 * \code JSClassImpl<Base,Impl>::Declare("MyBaseClass") \endcode 379 * \tparam Base [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_bindings.h | 49 template<typename Base, typename R, typename... Args> 50 static void Method(const char* name, FunctionBinding<Base, R, Args...>*); 91 template<typename Base> 95 template<typename Base>
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.cpp | 82 struct Base { struct in OHOS::Media::NapiCallback 85 Base() = default; 86 virtual ~Base() = default; 119 struct Error : public Base { 152 struct Int : public Base { 183 struct IntVec : public Base { 216 struct IntArray : public Base { 254 struct Double : public Base { 285 struct FloatArray : public Base { 323 struct SubtitleProperty : public Base { [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/core/ |
H A D | avtrans_output.cpp | 24 : Base(pkgVer, apiVer, plugin), AvTransOutputPlugin_(std::move(plugin)) {} in AvTransOutput()
|
H A D | avtrans_input.cpp | 24 : Base(pkgVer, apiVer, plugin), AvTransInputPlugin_(std::move(plugin)) {} in AvTransInput()
|
H A D | avtrans_input.h | 33 class AvTransInput : public Base {
|
H A D | avtrans_output.h | 33 class AvTransOutput : public Base {
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | array_property.h | 24 template<typename Base> 25 class ConstTypelessArrayPropertyInterfaceImpl : public Base { 30 explicit ConstTypelessArrayPropertyInterfaceImpl(Prop* p) : Base(p) in ConstTypelessArrayPropertyInterfaceImpl()
|