/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_enhance_chain.h | 103 int32_t DeinterleaverData(uint8_t *src, uint32_t channel, uint8_t *dst, uint32_t offset);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_filter_cache_manager.h | 106 const Drawing::RectI& src, const Drawing::RectI& dst, bool shouldClearFilteredCache);
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | layer_context.h | 40 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
|
H A D | layer_context.cpp | 33 LayerContext::LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType) in LayerContext() argument 34 : dst_(dst), src_(src), zorder_(zorder), cSurface_(IConsumerSurface::Create()), layerType_(layerType) in LayerContext()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_material_filter.h | 81 const Drawing::Rect& src, const Drawing::Rect& dst) const override;
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_water_ripple_filter.cpp | 41 const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) in ProcessImage() 40 ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) ProcessImage() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | pixel_yuv_utils.h | 83 static bool BGRAToYuv420(const uint8_t *src, YuvImageInfo &srcInfo, uint8_t *dst, YuvImageInfo &dstInfo);
|
H A D | vpe_utils.h | 68 static void CopySurfaceBufferInfo(sptr<SurfaceBuffer>& source, sptr<SurfaceBuffer>& dst);
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | command_parser.h | 144 static void ParseResourceParam(const std::string &src, ResourceParams& dst);
|
/foundation/multimedia/media_foundation/services/media_monitor/server/include/ |
H A D | media_audio_encoder.h | 92 void CopyS24ToS32(int32_t *dst, const uint8_t *src, size_t count);
|
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/ |
H A D | videoenc_api11_sample.h | 86 uint32_t ReadOneFrameYUV420SP(uint8_t *dst);
|
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | av_thumbnail_generator.h | 87 void CopySurfaceBufferInfo(sptr<SurfaceBuffer> &source, sptr<SurfaceBuffer> &dst);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_utils.h | 53 static void Replace(std::string &src, const std::string &rep, const std::string &dst);
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_util.h | 184 void SdpReverseForBigEndian(const uint8_t *src, uint8_t *dst, int length);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | pen.h | 316 * @param dst resulting Path; may be the same as src 320 bool GetFillPath(const Path& src, Path& dst, const Rect* rect, const Matrix& matrix);
|
H A D | path.h | 433 * Transformed Path replaces dst; if dst is nullptr, original data is replaced. 436 * @param dst Overwritten, transformed copy of Path; may be nullptr 439 virtual void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip); 452 * @param dst The pointer of point sets of the dst Path 456 virtual void Offset(Path* dst, scalar dx, scalar dy);
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | ability_info_utils.cpp | 189 void AbilityInfoUtils::CopyStringArray(char *dst[], char *const src[], int count) in CopyStringArray() argument 192 dst[i] = Utils::Strdup(src[i]); in CopyStringArray()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | util.h | 123 inline bool Copy(const IProperty::ConstPtr& src, const IProperty::Ptr& dst) in Copy() argument 126 PropertyLock dest(dst); in Copy()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.h | 139 void ClonePrivate(EntityCollection& dst) const; 140 void DoCloneRecursive(EntityCollection& dst) const;
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/ |
H A D | render_node_dotfield_simulation.cpp | 184 constexpr GeneralBarrier dst { AccessFlagBits::CORE_ACCESS_INDIRECT_COMMAND_READ_BIT, in ComputeSimulate() 187 cmdList.CustomMemoryBarrier(src, dst); in ComputeSimulate()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_util_test.cpp | 119 Drawing::Rect dst;
in HWTEST_F() local 131 RSPixelMapUtil::TransformDataSetForAstc(pixelMap, src, dst, canvas);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_static_factory.cpp | 151 bool SkiaStaticFactory::GetFillPath(const Pen& pen, const Path& src, Path& dst, const Rect* rect, const Matrix& matrix) in GetFillPath() argument 153 return SkiaPaint::GetFillPath(pen, src, dst, rect, matrix); in GetFillPath()
|
H A D | skia_paint.cpp | 196 bool SkiaPaint::GetFillPath(const Pen& pen, const Path& src, Path& dst, const Rect* rect, const Matrix& matrix) in GetFillPath() argument 201 auto dstPathImpl = dst.GetImpl<SkiaPath>(); in GetFillPath()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 123 uint32_t HandleGifCache(uint8_t* src, uint8_t* dst, uint64_t rowStride, int dstHeight);
126 bool FrameCacheInfoIsEqual(FrameCacheInfo& src, FrameCacheInfo& dst);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 364 bool OH_Drawing_PenGetFillPath(OH_Drawing_Pen* cPen, const OH_Drawing_Path* src, OH_Drawing_Path* dst, in OH_Drawing_PenGetFillPath() argument 369 Path* dstPath = CastToPath(dst); in OH_Drawing_PenGetFillPath()
|