Home
last modified time | relevance | path

Searched defs:srcSize (Results 1 – 25 of 57) sorted by relevance

123

/third_party/flutter/skia/src/effects/
DSkPackBits.cpp13 size_t SkPackBits::ComputeMaxSize8(size_t srcSize) { in ComputeMaxSize8()
41 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Pack8()
85 int SkPackBits::Unpack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack8()
/third_party/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c103 static void state_decompress(state_t* state, char const* src, int srcSize) in state_decompress()
145 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); in state_prefixRoundTrip() local
166 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); in state_extDictRoundTrip() local
215 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); in state_prefixHCRoundTrip() local
237 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); in state_extDictHCRoundTrip() local
Dlz4_helpers.c31 const void* src, const size_t srcSize) in FUZZ_decompressFrame()
Ddecompress_frame_fuzzer.c19 const void* src, size_t srcSize, in decompress()
/third_party/lz4/lib/
Dlz4hc.c935 int LZ4_compress_HC_extStateHC_fastReset (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_HC_extStateHC_fastReset()
947 int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapaci… in LZ4_compress_HC_extStateHC()
954 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
1138 …continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_HC_continue()
1189 int LZ4_compressHC(const char* src, char* dst, int srcSize) { return LZ4_compress_HC (src, dst, src… in LZ4_compressHC()
1190 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput()
1191 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
1192 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput()
1193 int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst, int srcSize) { return LZ4_… in LZ4_compressHC_withStateHC()
1194 int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize,… in LZ4_compressHC_limitedOutput_withStateHC()
[all …]
Dlz4frame.c305 const size_t srcSize) in LZ4F_optimalBSID()
324 static size_t LZ4F_compressBound_internal(size_t srcSize, in LZ4F_compressBound_internal()
351 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressFrameBound()
375 const void* srcBuffer, size_t srcSize, in LZ4F_compressFrame_usingCDict()
430 const void* srcBuffer, size_t srcSize, in LZ4F_compressFrame()
724 size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressBound()
741 const void* src, size_t srcSize, in LZ4F_makeBlock()
766 static int LZ4F_compressBlock(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, … in LZ4F_compressBlock()
777 static int LZ4F_compressBlock_continue(void* ctx, const char* src, char* dst, int srcSize, int dstC… in LZ4F_compressBlock_continue()
784 static int LZ4F_compressBlockHC(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity… in LZ4F_compressBlockHC()
[all …]
Dlz4.c1250 const int srcSize, in LZ4_compress_generic()
1316 int LZ4_compress_fast_extState_fastReset(void* state, const char* src, char* dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset()
1373 int LZ4_compress_default(const char* src, char* dst, int srcSize, int maxOutputSize) in LZ4_compress_default()
1641 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int srcSize) in LZ4_compress_forceExtDict()
1741 int srcSize, in LZ4_decompress_generic()
2436 int LZ4_compress(const char* src, char* dest, int srcSize) in LZ4_compress()
2440 int LZ4_compress_limitedOutput_withState (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_limitedOutput_withState()
2444 int LZ4_compress_withState (void* state, const char* src, char* dst, int srcSize) in LZ4_compress_withState()
2448 …Output_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_limitedOutput_continue()
/third_party/lz4/programs/
Dbench.c134 int srcSize, int dstSize) in LZ4_compressBlockNoStream()
143 int srcSize, int dstSize) in LZ4_compressBlockNoStreamHC()
151 int srcSize, int dstSize) in LZ4_compressBlockStream()
160 int srcSize, int dstSize) in LZ4_compressBlockStreamHC()
308 size_t srcSize; member
319 static int BMK_benchMem(const void* srcBuffer, size_t srcSize, in BMK_benchMem()
/third_party/flutter/skia/bench/
DDrawLatticeBench.cpp16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench()
/third_party/lz4/tests/
DroundTripTest.c103 const void* srcBuff, size_t srcSize, in roundTripTest()
127 static void roundTripCheck(const void* srcBuff, size_t srcSize, int clevel) in roundTripCheck()
Dfullbench.c353 size_t srcSize = (size_t)inSize; in local_LZ4F_decompress() local
364 static int local_LZ4F_decompress_followHint(const char* src, char* dst, int srcSize, int dstSize) in local_LZ4F_decompress_followHint()
398 static int local_LZ4F_decompress_noHint(const char* src, char* dst, int srcSize, int dstSize) in local_LZ4F_decompress_noHint()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBufferCopyTests.cpp54 int srcSize, in BasicBufferCopyCase()
285 int srcSize; in init() member
Des3fFramebufferBlitTests.cpp58 …xt& context, const char* name, const char* desc, deUint32 filter, const IVec2& srcSize, const IVec… in BlitRectCase()
174 …stencyCase (Context& context, const char* name, const char* desc, const IVec2& srcSize, const IVec… in BlitNearestFilterConsistencyCase()
461 …ar* name, const char* desc, deUint32 format, deUint32 srcBuffers, const IVec2& srcSize, const IVec… in BlitDepthStencilCase()
976 const IVec2 srcSize(127, 119); in init() local
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp198 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, const tc… in computeNonProjectedTriLod()
236 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize in computeNonProjectedTriLod()
277 float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize in computeNonProjectedTriLod()
401 int srcSize = src.getWidth(); in sampleTextureNonProjected() local
437 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected() local
639 const int srcSize = src.getSize(); in sampleTextureCube() local
698 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected() local
747 deInt32 srcSize = src.getWidth(); in sampleTextureNonProjected() local
793 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); in sampleTextureNonProjected() local
1266 const int srcSize = src.getWidth(); in computeTextureLookupDiff() local
[all …]
/third_party/skia/src/gpu/geometry/
DGrRect.h106 const SkISize& srcSize, in GrClipSrcRectAndDstPoint()
/third_party/flutter/skia/src/gpu/geometry/
DGrRect.h100 const SkISize& srcSize, in GrClipSrcRectAndDstPoint()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp120 const UVec2& srcSize, in genTexCoords()
211 const UVec2 srcSize; member
670 const UVec2 srcSize = config.srcSize; in textureConversionTest() local
1327 const UVec2 srcSize(isXChromaSubsampled(format) ? 12 : 7, in buildTests() local
1431 const UVec2 srcSize(isXChromaSubsampled(format) ? 12 : 7, in buildTests() local
1638 const UVec2 srcSize(isXChromaSubsampled(format) ? 12 : 7, in buildTests() local
1849 const UVec2 srcSize(imageSizes[sizeNdx]); in buildTests() local
DvktYCbCrCopyTests.cpp454 const UVec2& srcSize, in genCopies()
897 const UVec2 srcSize (isYCbCrFormat(srcFormat) ? UVec2(24u, 16u) : UVec2(23u, 17u)); in initYcbcrDefaultCopyTests() local
999 const UVec2 srcSize (imageDimensions[imageDimensionNdx]); in initYcbcrDimensionsCopyTests() local
/third_party/skia/src/core/
DSkBlurMask.cpp461 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local
638 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
/third_party/flutter/skia/src/core/
DSkBlurMask.cpp463 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local
643 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.c743 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
778 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
812 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
843 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
877 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
1005 int32_t srcSize = u_strlen(logicalOrder[i]); in testReorderArabicMathSymbols() local
1854 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp257 gl::Extents srcSize(readRenderTarget->getWidth(), readRenderTarget->getHeight(), 1); in blitImpl() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp259 gl::Extents srcSize(readRenderTarget->getWidth(), readRenderTarget->getHeight(), 1); in blitImpl() local

123