/foundation/multimedia/media_standard/services/engine/gstreamer/recorder/ |
D | recorder_pipeline_builder.cpp | 59 std::shared_ptr<RecorderElement> RecorderPipelineBuilder::CreateElement( in CreateElement() function in OHOS::Media::RecorderPipelineBuilder 69 …std::shared_ptr<RecorderElement> element = RecorderElementFactory::GetInstance().CreateElement(nam… in CreateElement() 93 muxSink_ = CreateElement("MuxSinkBin", desc, false); in CreateMuxSink() 111 videoSrcElem_ = CreateElement("VideoSource", desc, true); in SetVideoSource() 118 videoConverElem_ = CreateElement("VideoConverter", desc, false); in SetVideoSource() 123 videoEncElem_ = CreateElement("VideoEncoder", desc, false); in SetVideoSource() 146 audioSrcElem = CreateElement("AudioSource", desc, true); in SetAudioSource() 153 std::shared_ptr<RecorderElement> audioConvert = CreateElement("AudioConverter", desc, false); in SetAudioSource() 156 std::shared_ptr<RecorderElement> audioEncElem = CreateElement("AudioEncoder", desc, false); in SetAudioSource() 246 videoParseElem_ = CreateElement("VideoParse", desc, false); in Build()
|
/foundation/ace/ace_engine_lite/frameworks/src/core/modules/presets/ |
D | render_module.cpp | 36 CreateNamedFunction(FUNC_CREATE_ELEMENT, CreateElement); in Init() 42 jerry_value_t RenderModule::CreateElement(jerry_value_t tagName, jerry_value_t options, jerry_value… in CreateElement() function in OHOS::ACELite::RenderModule 83 jerry_value_t RenderModule::CreateElement(const jerry_value_t func, in CreateElement() function in OHOS::ACELite::RenderModule 114 return CreateElement(tagName, options, children); in CreateElement()
|
D | render_module.h | 50 …CreateElement(const jerry_value_t tagName, const jerry_value_t options, const jerry_value_t childr… 52 static jerry_value_t CreateElement(const jerry_value_t func,
|
/foundation/ace/ace_engine/frameworks/core/components/root/ |
D | root_component.cpp | 33 RefPtr<Element> RootComponent::CreateElement() in CreateElement() function in OHOS::Ace::RootComponent 46 RefPtr<RootElement> rootElement = AceType::DynamicCast<RootElement>(CreateElement()); in SetupElementTree()
|
/foundation/ace/ace_engine/frameworks/core/components/flex/ |
D | flex_component.h | 44 RefPtr<Element> CreateElement() override in CreateElement() function 195 RefPtr<Element> CreateElement() override in CreateElement() function 210 RefPtr<Element> CreateElement() override in CreateElement() function
|
/foundation/ace/ace_engine/frameworks/core/components/sheet/ |
D | sheet_component.cpp | 22 RefPtr<Element> SheetComponent::CreateElement() in CreateElement() function in OHOS::Ace::SheetComponent
|
/foundation/ace/ace_engine/frameworks/core/components/video/ |
D | video_component_v2.cpp | 23 RefPtr<Element> VideoComponentV2::CreateElement() in CreateElement() function in OHOS::Ace::VideoComponentV2
|
D | video_component.cpp | 29 RefPtr<Element> VideoComponent::CreateElement() in CreateElement() function in OHOS::Ace::VideoComponent
|
D | texture_component.cpp | 28 RefPtr<Element> TextureComponent::CreateElement() in CreateElement() function in OHOS::Ace::TextureComponent
|
/foundation/ace/ace_engine/frameworks/core/components/popup/ |
D | popup_component.cpp | 22 RefPtr<Element> PopupComponent::CreateElement() in CreateElement() function in OHOS::Ace::PopupComponent
|
/foundation/ace/ace_engine/frameworks/core/components/foreach/ |
D | for_each_component.cpp | 23 RefPtr<Element> ForEachComponent::CreateElement() in CreateElement() function in OHOS::Ace::ForEachComponent
|
/foundation/ace/ace_engine/frameworks/core/components/panel/ |
D | panel_component.cpp | 22 RefPtr<Element> PanelComponent::CreateElement() in CreateElement() function in OHOS::Ace::PanelComponent
|
/foundation/ace/ace_engine/frameworks/core/pipeline/base/ |
D | multi_composed_component.cpp | 22 RefPtr<Element> MultiComposedComponent::CreateElement() in CreateElement() function in OHOS::Ace::MultiComposedComponent
|
/foundation/ace/ace_engine/frameworks/core/components/custom_dialog/ |
D | custom_dialog_component.cpp | 22 RefPtr<Element> CustomDialogComponent::CreateElement() in CreateElement() function in OHOS::Ace::CustomDialogComponent
|
/foundation/ace/ace_engine/frameworks/core/components/hyperlink/ |
D | hyperlink_component.cpp | 24 RefPtr<Element> HyperlinkComponent::CreateElement() in CreateElement() function in OHOS::Ace::HyperlinkComponent
|
/foundation/ace/ace_engine/frameworks/core/components/scroll_bar/ |
D | scroll_bar_component.cpp | 23 RefPtr<Element> ScrollBarComponent::CreateElement() in CreateElement() function in OHOS::Ace::ScrollBarComponent
|
/foundation/ace/ace_engine/frameworks/core/components/progress/ |
D | bubble_progress_component.cpp | 28 RefPtr<Element> BubbleProgressComponent::CreateElement() in CreateElement() function in OHOS::Ace::BubbleProgressComponent
|
/foundation/ace/ace_engine/frameworks/core/components/drag_bar/ |
D | drag_bar_component.cpp | 23 RefPtr<Element> DragBarComponent::CreateElement() in CreateElement() function in OHOS::Ace::DragBarComponent
|
/foundation/ace/ace_engine/frameworks/core/components/padding/ |
D | padding_component.cpp | 23 RefPtr<Element> PaddingComponent::CreateElement() in CreateElement() function in OHOS::Ace::PaddingComponent
|
/foundation/ace/ace_engine/frameworks/core/components/tool_bar/ |
D | tool_bar_component.cpp | 29 RefPtr<Element> ToolBarComponent::CreateElement() in CreateElement() function in OHOS::Ace::ToolBarComponent
|
/foundation/ace/ace_engine/frameworks/core/components/triangle/ |
D | triangle_component.cpp | 28 RefPtr<Element> TriangleComponent::CreateElement() in CreateElement() function in OHOS::Ace::TriangleComponent
|
/foundation/ace/ace_engine/frameworks/core/components/arc/ |
D | arc_component.cpp | 23 RefPtr<Element> ArcComponent::CreateElement() in CreateElement() function in OHOS::Ace::ArcComponent
|
/foundation/ace/ace_engine/frameworks/core/components/clip/ |
D | clip_component.cpp | 23 RefPtr<Element> ClipComponent::CreateElement() in CreateElement() function in OHOS::Ace::ClipComponent
|
/foundation/ace/ace_engine/frameworks/core/components/bubble/ |
D | bubble_component.cpp | 24 RefPtr<Element> BubbleComponent::CreateElement() in CreateElement() function in OHOS::Ace::BubbleComponent
|
/foundation/ace/ace_engine/frameworks/core/components/svg/ |
D | svg_tspan_component.cpp | 23 RefPtr<Element> SvgTspanComponent::CreateElement() in CreateElement() function in OHOS::Ace::SvgTspanComponent
|