Home
last modified time | relevance | path

Searched refs:dst (Results 401 - 425 of 529) sorted by relevance

1...<<11121314151617181920>>...22

/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_enhance_chain.h103 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 Drs_filter_cache_manager.h106 const Drawing::RectI& src, const Drawing::RectI& dst, bool shouldClearFilteredCache);
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.h40 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
H A Dlayer_context.cpp33 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 Drs_material_filter.h81 const Drawing::Rect& src, const Drawing::Rect& dst) const override;
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_water_ripple_filter.cpp41 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 Dpixel_yuv_utils.h83 static bool BGRAToYuv420(const uint8_t *src, YuvImageInfo &srcInfo, uint8_t *dst, YuvImageInfo &dstInfo);
H A Dvpe_utils.h68 static void CopySurfaceBufferInfo(sptr<SurfaceBuffer>& source, sptr<SurfaceBuffer>& dst);
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.h144 static void ParseResourceParam(const std::string &src, ResourceParams& dst);
/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dmedia_audio_encoder.h92 void CopyS24ToS32(int32_t *dst, const uint8_t *src, size_t count);
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.h86 uint32_t ReadOneFrameYUV420SP(uint8_t *dst);
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.h87 void CopySurfaceBufferInfo(sptr<SurfaceBuffer> &source, sptr<SurfaceBuffer> &dst);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h53 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 Dsdp_util.h184 void SdpReverseForBigEndian(const uint8_t *src, uint8_t *dst, int length);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpen.h316 * @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 Dpath.h433 * 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 Dability_info_utils.cpp189 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 Dutil.h123 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 Dentity_collection.h139 void ClonePrivate(EntityCollection& dst) const;
140 void DoCloneRecursive(EntityCollection& dst) const;
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/
H A Drender_node_dotfield_simulation.cpp184 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 Drs_pixel_map_util_test.cpp119 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 Dskia_static_factory.cpp151 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 Dskia_paint.cpp196 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 Dext_decoder.h123 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 Ddrawing_pen.cpp364 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()

Completed in 11 milliseconds

1...<<11121314151617181920>>...22