Home
last modified time | relevance | path

Searched refs:Base (Results 1 - 25 of 37) sorted by relevance

12

/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dbase.cpp26 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 Doutput_sink.cpp23 : Base(pkgVer, apiVer, plugin), outputSink_(std::move(plugin)) {} in OutputSink()
H A Doutput_sink.h27 class OutputSink : public Base {
H A Dvideo_sink.h31 class VideoSink : public Base {
H A Daudio_sink.h32 class AudioSink : public Base {
H A Ddemuxer.cpp23 : Base(pkgVer, apiVer, plugin), demuxer_(std::move(plugin)) in Demuxer()
H A Dmuxer.cpp24 : Base(pkgVer, apiVer, plugin), muxer_(std::move(plugin)) {} in Muxer()
H A Ddemuxer.h40 class Demuxer : public Base {
H A Dcodec.h39 class Codec : public Base {
H A Dmuxer.h30 class Muxer : public Base {
H A Dsource.h32 class Source : public Base {
H A Dcodec.cpp25 : Base(pkgVer, apiVer, plugin), codec_(std::move(plugin)) in Codec()
H A Dsource.cpp22 : Base(pkgVer, apiVer, plugin), source_(std::move(plugin)) in Source()
/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dbase.h56 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 Drs_any.h61 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 Dnamespace.h22 #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 Davmetadatahelper_callback.cpp31 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 Dbindings_implementation.h242 * \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 Djsi_bindings.h49 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 Davplayer_callback.cpp82 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 Davtrans_output.cpp24 : Base(pkgVer, apiVer, plugin), AvTransOutputPlugin_(std::move(plugin)) {} in AvTransOutput()
H A Davtrans_input.cpp24 : Base(pkgVer, apiVer, plugin), AvTransInputPlugin_(std::move(plugin)) {} in AvTransInput()
H A Davtrans_input.h33 class AvTransInput : public Base {
H A Davtrans_output.h33 class AvTransOutput : public Base {
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h24 template<typename Base>
25 class ConstTypelessArrayPropertyInterfaceImpl : public Base {
30 explicit ConstTypelessArrayPropertyInterfaceImpl(Prop* p) : Base(p) in ConstTypelessArrayPropertyInterfaceImpl()

Completed in 8 milliseconds

12