/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | egl_surface.h | 32 virtual GSError InitContext(EGLContext context = EGL_NO_CONTEXT) = 0;
|
/foundation/arkui/ace_engine/test/unittest/core/rosen/ |
H A D | rosen_render_context_test.cpp | 51 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 D | rosen_render_context.cpp | 55 InitContext(rsNode, node->GetRectWithShadow(), offset); in Repaint() 193 void RosenRenderContext::InitContext( in InitContext() function in OHOS::Ace::RosenRenderContext
|
H A D | flutter_render_context.cpp | 46 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 D | rosen_render_context.h | 51 void InitContext(
|
H A D | flutter_render_context.h | 45 void InitContext(RenderLayer layer, const Rect& rect);
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/ |
H A D | ffmpeg_base_encoder.h | 56 Status InitContext(const std::shared_ptr<Meta> &format);
|
/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
H A D | audio_ffmpeg_decoder_plugin.h | 52 int32_t InitContext(const Format &format);
|
/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/ |
H A D | audio_ffmpeg_encoder_plugin.h | 45 int32_t InitContext(const Format &format);
|
H A D | audio_ffmpeg_aac_encoder_plugin.h | 76 int32_t InitContext(const Format &format);
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_engine_sample.h | 70 void InitContext();
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ |
H A D | ffmpeg_base_decoder.h | 56 Status InitContext(const std::shared_ptr<Meta> &format);
|
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/ |
H A D | audio_ffmpeg_amrwb_decoder_plugin.cpp | 66 ret = basePlugin->InitContext(format); in Init()
|
H A D | audio_ffmpeg_amrnb_decoder_plugin.cpp | 66 ret = basePlugin->InitContext(format); in Init()
|
H A D | audio_ffmpeg_flac_decoder_plugin.cpp | 91 ret = basePlugin->InitContext(format); in Init() 93 AVCODEC_LOGE("init failed, because InitContext failed. ret=%{public}d", ret); in Init()
|
H A D | audio_ffmpeg_mp3_decoder_plugin.cpp | 60 ret = basePlugin->InitContext(format); in Init()
|
H A D | audio_ffmpeg_aac_decoder_plugin.cpp | 141 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 D | rosen_render_svg_pattern.cpp | 144 context.InitContext(GetRSNode(), rect); in FitRenderContext()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/ |
H A D | ffmpeg_ape_decoder_plugin.cpp | 106 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 D | ffmpeg_amrnb_decoder_plugin.cpp | 89 ret = basePlugin->InitContext(parameter); in SetParameter()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrwb/ |
H A D | ffmpeg_amrwb_decoder_plugin.cpp | 90 ret = basePlugin->InitContext(parameter); in SetParameter()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/aac/ |
H A D | ffmpeg_aac_decoder_plugin.cpp | 93 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 D | ffmpeg_mp3_decoder_plugin.cpp | 92 ret = basePlugin->InitContext(parameter); in SetParameter()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/ |
H A D | ffmpeg_aac_encoder_plugin.h | 95 Status InitContext();
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/ |
H A D | ffmpeg_flac_decoder_plugin.cpp | 119 ret = basePlugin->InitContext(parameter); in SetParameter() 121 "init failed, because InitContext failed. ret=%{public}d", ret); in SetParameter()
|