/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/ |
H A D | rsdisplaynodecommand_fuzzer.cpp | 53 bool DoDisplayNode(const uint8_t* data, size_t size, RSContext& context)
in DoDisplayNode() argument 89 DoSetDisplayMode(const uint8_t* data, size_t size, RSContext& context) DoSetDisplayMode() argument 117 DoSetBootAnimation(const uint8_t* data, size_t size, RSContext& context) DoSetBootAnimation() argument 137 DoSetScbNodePid(const uint8_t* data, size_t size, RSContext& context) DoSetScbNodePid() argument 168 std::shared_ptr<OHOS::Rosen::RSContext> context = std::make_shared<OHOS::Rosen::RSContext>(); LLVMFuzzerTestOneInput() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_surface_node_command_test.cpp | 47 RSContext context; in HWTEST_F() local 63 RSContext context; in HWTEST_F() local 80 RSContext context; in HWTEST_F() local 97 RSContext context; in HWTEST_F() local 114 RSContext context; in HWTEST_F() local 132 RSContext context; HWTEST_F() local 148 RSContext context; HWTEST_F() local 164 RSContext context; HWTEST_F() local 181 RSContext context; HWTEST_F() local 198 RSContext context; HWTEST_F() local 215 RSContext context; HWTEST_F() local 234 RSContext context; HWTEST_F() local 251 RSContext context; HWTEST_F() local 269 RSContext context; HWTEST_F() local 287 RSContext context; HWTEST_F() local 304 RSContext context; HWTEST_F() local 320 RSContext context; HWTEST_F() local 337 RSContext context; HWTEST_F() local 353 RSContext context; HWTEST_F() local 369 RSContext context; HWTEST_F() local 396 RSContext context; HWTEST_F() local 423 RSContext context; HWTEST_F() local 436 RSContext context; HWTEST_F() local 452 RSContext context; HWTEST_F() local 467 RSContext context; HWTEST_F() local 483 RSContext context; HWTEST_F() local 500 RSContext context; HWTEST_F() local 515 RSContext context; HWTEST_F() local 531 RSContext context; HWTEST_F() local 546 RSContext context; HWTEST_F() local 561 RSContext context; HWTEST_F() local 576 RSContext context; HWTEST_F() local 591 RSContext context; HWTEST_F() local [all...] |
H A D | rs_node_showing_command_test.cpp | 117 RSContext context; in HWTEST_F() local 201 RSContext context; in HWTEST_F() local 242 RSContext context; HWTEST_F() local 296 RSContext context; HWTEST_F() local [all...] |
H A D | rs_animation_command_test.cpp | 52 RSContext context; in HWTEST_F() local 69 RSContext context; in HWTEST_F() local 95 RSContext context; in HWTEST_F() local 117 RSContext context; in HWTEST_F() local 152 RSContext context; HWTEST_F() local 175 RSContext context; HWTEST_F() local 194 RSContext context; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_display_node_command.cpp | 25 void DisplayNodeCommandHelper::Create(RSContext& context, NodeId id, const RSDisplayNodeConfig& config) in Create() argument 54 void DisplayNodeCommandHelper::AddDisplayNodeToTree(RSContext& context, NodeId id) in AddDisplayNodeToTree() argument 63 void DisplayNodeCommandHelper::RemoveDisplayNodeFromTree(RSContext& context, NodeI argument 46 CreateWithConfigInRS( RSContext& context, NodeId id, const RSDisplayNodeConfig& config) CreateWithConfigInRS() argument 72 SetScreenId(RSContext& context, NodeId id, uint64_t screenId) SetScreenId() argument 79 SetRogSize(RSContext& context, NodeId id, uint32_t rogWidth, uint32_t rogHeight) SetRogSize() argument 86 SetDisplayOffset(RSContext& context, NodeId id, int32_t offsetX, int32_t offsetY) SetDisplayOffset() argument 93 SetScreenRotation(RSContext& context, NodeId id, const ScreenRotation& screenRotation) SetScreenRotation() argument 100 SetSecurityDisplay(RSContext& context, NodeId id, bool isSecurityDisplay) SetSecurityDisplay() argument 107 SetDisplayMode(RSContext& context, NodeId id, const RSDisplayNodeConfig& config) SetDisplayMode() argument 128 SetBootAnimation(RSContext& context, NodeId nodeId, bool isBootAnimation) SetBootAnimation() argument 135 SetScbNodePid(RSContext& context, NodeId nodeId, const std::vector<int32_t>& oldScbPids, int32_t currentScbPid) SetScbNodePid() argument [all...] |
H A D | rs_animation_command.cpp | 36 AnimationCallback( RSContext& context, NodeId targetId, AnimationId animId, AnimationCallbackEvent event) AnimationCallback() argument 49 CreateAnimation( RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderAnimation>& animation) CreateAnimation() argument 76 CreateParticleAnimation( RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderParticleAnimation>& animation) CreateParticleAnimation() argument 102 CancelAnimation(RSContext& context, NodeId targetId, PropertyId propertyId) CancelAnimation() argument 113 CreateInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations, bool startImmediately) CreateInteractiveAnimator() argument 128 DestoryInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) DestoryInteractiveAnimator() argument 137 InteractiveAnimatorAddAnimations(RSContext& context, InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations) InteractiveAnimatorAddAnimations() argument 147 PauseInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) PauseInteractiveAnimator() argument 156 ContinueInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) ContinueInteractiveAnimator() argument 165 FinishInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId, RSInteractiveAnimationPosition finishPos) FinishInteractiveAnimator() argument 175 ReverseInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId) ReverseInteractiveAnimator() argument 184 SetFractionInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId, float fraction) SetFractionInteractiveAnimator() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_image_test.cpp | 108 GPUContext context; in HWTEST_F() local 116 GPUContext context; in HWTEST_F() local 136 GPUContext context; in HWTEST_F() local 150 GPUContext context; in HWTEST_F() local 169 GPUContext context; in HWTEST_F() local 257 GPUContext context; HWTEST_F() local 292 GPUContext context; HWTEST_F() local [all...] |
H A D | skia_surface_test.cpp | 61 GPUContext context; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_drawable_test.cpp | 37 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSDrawableTest
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_handler_test.cpp | 30 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSSurfaceHandlerTest
|
H A D | rs_display_render_node_test.cpp | 36 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSDisplayRenderNodeTest [all...] |
H A D | rs_canvas_render_node_test.cpp | 34 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSCanvasRenderNodeTest 93 std::weak_ptr<RSContext> context; in HWTEST_F() local 112 std::weak_ptr<RSContext> context; in HWTEST_F() local 206 std::weak_ptr<RSContext> context; HWTEST_F() local 221 std::weak_ptr<RSContext> context; HWTEST_F() local 240 std::weak_ptr<RSContext> context; HWTEST_F() local 265 std::weak_ptr<RSContext> context; HWTEST_F() local 300 std::weak_ptr<RSContext> context; HWTEST_F() local 330 std::weak_ptr<RSContext> context; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_surface_windows.cpp | 135 void RSSurfaceWindows::SetRenderContext(RenderContext* context) in SetRenderContext() argument
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | external_file_access_test_basic.cpp | 1570 std::shared_ptr<OHOS::AbilityRuntime::Context> context = nullptr; in HWTEST_F() local 1594 std::shared_ptr<OHOS::AbilityRuntime::Context> context = nullptr; in HWTEST_F() local 1668 std::shared_ptr<OHOS::AbilityRuntime::Context> context = nullptr; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
H A D | frame_collector.cpp | 189 void FrameCollector::SwitchFunction(const char *key, const char *value, void *context) in SwitchFunction() argument
|
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/ |
H A D | rs_draw_test.cpp | 37 static inline std::weak_ptr<RSContext> context = {}; member in OHOS::Rosen::RSDrawableTest
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_darwin.cpp | 133 void RSSurfaceDarwin::SetRenderContext(RenderContext* context) in SetRenderContext() argument
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | heif_decoder.cpp | 76 uint32_t HeifDecoder::Decode(uint32_t index, DecodeContext &context) in Decode() argument 116 uint32_t HeifDecoder::PromoteIncrementalDecode(uint32_t index, ProgDecodeContext &context) in PromoteIncrementalDecode() argument 128 bool HeifDecoder::AllocHeapBuffer(DecodeContext &context) in AllocHeapBuffer() argument 161 AllocShareMem(DecodeContext &context, uint64_t byteCount) AllocShareMem() argument [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/ |
H A D | raw_decoder.cpp | 199 uint32_t RawDecoder::Decode(uint32_t index, DecodeContext &context) in Decode() argument 351 uint32_t RawDecoder::DoDecode(uint32_t index, DecodeContext &context) in DoDecode() argument
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | deferred_photo_proxy_napi.cpp | 174 auto context = static_cast<DeferredPhotoProxAsyncContext*>(data); in DeferredPhotoAsyncTaskComplete() local [all...] |
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 65 ErrorCode BrightnessEFilter::Render(EffectBuffer *buffer, std::shared_ptr<EffectContext> &context) in Render() argument 81 ErrorCode BrightnessEFilter::Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) in Render() argument [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/ |
H A D | jpeg_yuv_decoder_test.cpp | 103 DecodeContext context; in DecodeToYUV() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | raw_decoder_test.cpp | 260 DecodeContext context;
in HWTEST_F() local 276 DecodeContext context;
in HWTEST_F() local 463 DecodeContext context;
in HWTEST_F() local 479 DecodeContext context;
in HWTEST_F() local 592 DecodeContext context;
in HWTEST_F() local 610 DecodeContext context; HWTEST_F() local 751 DecodeContext context; HWTEST_F() local [all...] |
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.cpp | 64 ErrorCode ContrastEFilter::Render(EffectBuffer *buffer, std::shared_ptr<EffectContext> &context) in Render() argument 80 ErrorCode ContrastEFilter::Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) in Render() argument [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/ |
H A D | image_png_plugin_fuzz.cpp | 45 DecodeContext context; in DoPrivateFun() local 92 DecodeContext context; in PngDecoderFuncTest001() local
|