Home
last modified time | relevance | path

Searched defs:dstSize (Results 1 - 25 of 87) sorted by relevance

1234

/third_party/lz4/ossfuzz/
H A Dround_trip_frame_fuzzer.c31 size_t const dstSize = in LLVMFuzzerTestOneInput() local
H A Dround_trip_hc_fuzzer.c31 int const dstSize = LZ4_compress_HC((const char*)data, dst, size, in LLVMFuzzerTestOneInput() local
H A Dcompress_hc_fuzzer.c35 int const dstSize = LZ4_compress_HC((const char*)data, dst, size, in LLVMFuzzerTestOneInput() local
49 int const dstSize = LZ4_compress_HC_destSize(state, (const char*)data, in LLVMFuzzerTestOneInput() local
H A Dcompress_frame_fuzzer.c35 size_t const dstSize = in LLVMFuzzerTestOneInput() local
H A Dcompress_fuzzer.c33 int const dstSize = LZ4_compress_default((const char*)data, dst, in LLVMFuzzerTestOneInput() local
45 int const dstSize = LZ4_compress_destSize((const char*)data, dst, in LLVMFuzzerTestOneInput() local
H A Dlz4_helpers.c40 size_t dstSize = dstCapacity; in FUZZ_decompressFrame() local
H A Dround_trip_fuzzer.c36 int const dstSize = LZ4_compress_default((const char*)data, dst, in LLVMFuzzerTestOneInput() local
H A Dround_trip_frame_uncompressed_fuzzer.c28 size_t dstSize = dstCapacity; in decompress() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dallocator.h34 inline bool CloneData(void* const dst, const size_t dstSize, const void* const src, const size_t srcSize) in CloneData() argument
48 inline bool MoveData(void* const dst, const size_t dstSize, const void* const src, const size_t srcSize) in MoveData() argument
62 inline bool ClearToValue(void* dst, size_t dstSize, uint8_t val, size_t count) in ClearToValue() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_transform_test.cpp376 Size dstSize = inPutInfo.imageInfo.size; in HWTEST_F() local
H A Dpixel_yuv_ext_utils_test.cpp113 Size dstSize; in HWTEST_F() local
192 Size dstSize; in HWTEST_F() local
215 Size dstSize; in HWTEST_F() local
242 Size dstSize; in HWTEST_F() local
[all...]
H A Dbasic_transformer_test.cpp45 Size dstSize; in HWTEST_F() local
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_painter.cpp29 ApplyImageFit( ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyImageFit() argument
H A Dmock_image_loading_context.cpp29 SizeF ImageLoadingContext::CalculateTargetSize(const SizeF& srcSize, const SizeF& dstSize, const SizeF& rawImageSize) in CalculateTargetSize() argument
91 bool ImageLoadingContext::MakeCanvasImageIfNeed(const SizeF& dstSize, bool incomingNeedResize, in MakeCanvasImageIfNeed() argument
100 MakeCanvasImage( const SizeF& dstSize, bool needResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) MakeCanvasImage() argument
/third_party/icu/icu4c/source/common/
H A Dunistr_cnv.cpp132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunistr_cnv.cpp132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrRect.h105 static inline bool GrClipSrcRectAndDstPoint(const SkISize& dstSize, in GrClipSrcRectAndDstPoint() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_cnv.cpp132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.h189 inline bool SizeChanging(const SizeF& dstSize) in SizeChanging() argument
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h91 static void NeonMemcpy(void* dst, int32_t dstSize, const void* src, int32_t srcSize) in NeonMemcpy() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp505 Size dstSize; in HWTEST_F() local
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp62 int32_t dstSize = (OFFSET_3 * dstRect.wStride * dstRect.hStride) >> 1; in ConvertYUV420SP() local
92 int32_t dstSize = (OFFSET_3 * dstRect.wStride * dstRect.hStride) >> 1; in ConvertYUV420P() local
137 int32_t dstSize = dstRect.wStride * dstRect.hStride; ConverteRGBA8888() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/
H A Dpixel_convert_adapter.cpp216 uint32_t dstSize = dstRowBytes * dstInfo.size.height; in WritePixelsConvert() local
217 RGBAToARGB(static_cast<uint8_t*>(dstPixels), static_cast<uint8_t*>(dstPixels), dstSize); in WritePixelsConvert() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp286 int dstSize; in init() member
50 BasicBufferCopyCase(Context& context, const char* name, const char* desc, deUint32 srcTarget, int srcSize, deUint32 srcHint, deUint32 dstTarget, int dstSize, deUint32 dstHint, int copySrcOffset, int copyDstOffset, int copySize, VerifyType verifyType) BasicBufferCopyCase() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp29 void ApplyContain(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyContain() argument
42 void ApplyCover(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyCover() argument
52 void ApplyCoverTopLeft(const SizeF& rawPicSize, const SizeF& dstSize, Rect argument
57 ApplyFitWidth(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyFitWidth() argument
68 ApplyFitHeight(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyFitHeight() argument
79 ApplyNone(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyNone() argument
86 ApplyAlignment( const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect, const Alignment& alignMent) ApplyAlignment() argument
258 ApplyImageAlignmentFit( ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyImageAlignmentFit() argument
269 ApplyImageFit( ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyImageFit() argument
[all...]

Completed in 11 milliseconds

1234