Home
last modified time | relevance | path

Searched refs:InitContext (Results 1 - 25 of 45) sorted by relevance

12

/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h32 virtual GSError InitContext(EGLContext context = EGL_NO_CONTEXT) = 0;
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test.cpp51 rosenRenderContext->InitContext(false, contextParamValue); in InitRosenRenderContext()
184 rosenRenderContextChild->InitContext(false, contextParamValue); in HWTEST_F()
754 * @tc.desc: InitContext()
765 rosenRenderContext->InitContext(true, contextParamValue); in HWTEST_F()
770 rosenRenderContext->InitContext(false, contextParamValue2); in HWTEST_F()
775 rosenRenderContext->InitContext(false, contextParamValue3); in HWTEST_F()
780 rosenRenderContext->InitContext(false, contextParamValue4); in HWTEST_F()
785 rosenRenderContext->InitContext(false, contextParamValue5); in HWTEST_F()
790 rosenRenderContext->InitContext(false, contextParamValue7); in HWTEST_F()
795 rosenRenderContext->InitContext(fals in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drosen_render_context.cpp55 InitContext(rsNode, node->GetRectWithShadow(), offset); in Repaint()
193 void RosenRenderContext::InitContext( in InitContext() function in OHOS::Ace::RosenRenderContext
H A Dflutter_render_context.cpp46 InitContext(node->GetRenderLayer(), node->GetRectWithShadow()); in Repaint()
198 void FlutterRenderContext::InitContext(RenderLayer layer, const Rect& rect) in InitContext() function in OHOS::Ace::FlutterRenderContext
H A Drosen_render_context.h51 void InitContext(
H A Dflutter_render_context.h45 void InitContext(RenderLayer layer, const Rect& rect);
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/
H A Dffmpeg_base_encoder.h56 Status InitContext(const std::shared_ptr<Meta> &format);
/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/
H A Daudio_ffmpeg_decoder_plugin.h52 int32_t InitContext(const Format &format);
/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H A Daudio_ffmpeg_encoder_plugin.h45 int32_t InitContext(const Format &format);
H A Daudio_ffmpeg_aac_encoder_plugin.h76 int32_t InitContext(const Format &format);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.h70 void InitContext();
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_base_decoder.h56 Status InitContext(const std::shared_ptr<Meta> &format);
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_amrwb_decoder_plugin.cpp66 ret = basePlugin->InitContext(format); in Init()
H A Daudio_ffmpeg_amrnb_decoder_plugin.cpp66 ret = basePlugin->InitContext(format); in Init()
H A Daudio_ffmpeg_flac_decoder_plugin.cpp91 ret = basePlugin->InitContext(format); in Init()
93 AVCODEC_LOGE("init failed, because InitContext failed. ret=%{public}d", ret); in Init()
H A Daudio_ffmpeg_mp3_decoder_plugin.cpp60 ret = basePlugin->InitContext(format); in Init()
H A Daudio_ffmpeg_aac_decoder_plugin.cpp141 ret = basePlugin->InitContext(format); in Init()
143 AVCODEC_LOGE("InitContext failed, ret=%{public}d", ret); in Init()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_pattern.cpp144 context.InitContext(GetRSNode(), rect); in FitRenderContext()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/
H A Dffmpeg_ape_decoder_plugin.cpp106 ret = basePlugin->InitContext(parameter); in SetParameter()
108 AVCODEC_LOGE("InitContext failed, ret=%{public}d", ret); in SetParameter()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrnb/
H A Dffmpeg_amrnb_decoder_plugin.cpp89 ret = basePlugin->InitContext(parameter); in SetParameter()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrwb/
H A Dffmpeg_amrwb_decoder_plugin.cpp90 ret = basePlugin->InitContext(parameter); in SetParameter()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/aac/
H A Dffmpeg_aac_decoder_plugin.cpp93 ret = basePlugin->InitContext(parameter); in SetParameter()
95 AVCODEC_LOGE("InitContext failed, ret=%{public}d", ret); in SetParameter()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/mp3/
H A Dffmpeg_mp3_decoder_plugin.cpp92 ret = basePlugin->InitContext(parameter); in SetParameter()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/
H A Dffmpeg_aac_encoder_plugin.h95 Status InitContext();
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/
H A Dffmpeg_flac_decoder_plugin.cpp119 ret = basePlugin->InitContext(parameter); in SetParameter()
121 "init failed, because InitContext failed. ret=%{public}d", ret); in SetParameter()

Completed in 10 milliseconds

12