Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c220 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressFrameBound()
259 size_t LZ4F_compressFrame(void* dstBuffer, size_t dstMaxSize, const void* srcBuffer, size_t srcSize in LZ4F_compressFrame()
437 size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressBound()
455 static size_t LZ4F_compressBlock(void* dst, const void* src, size_t srcSize, compressFunc_t compres… in LZ4F_compressBlock()
472 …ompress_limitedOutput_withState(void* ctx, const char* src, char* dst, int srcSize, int dstSize, i… in LZ4F_localLZ4_compress_limitedOutput_withState()
478 …compress_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, i… in LZ4F_localLZ4_compress_limitedOutput_continue()
484 …mpressHC_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, i… in LZ4F_localLZ4_compressHC_limitedOutput_continue()
519 …nContext, void* dstBuffer, size_t dstMaxSize, const void* srcBuffer, size_t srcSize, const LZ4F_co… in LZ4F_compressUpdate()
735 static size_t LZ4F_decodeHeader(LZ4F_dctx_internal_t* dctxPtr, const BYTE* srcPtr, size_t srcSize) in LZ4F_decodeHeader()
/external/skia/src/core/
DSkPackBits.cpp282 int SkPackBits::Unpack16(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack16()
304 int SkPackBits::Unpack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack8()
DSkBitmapScaler.cpp112 void SkResizeFilter::computeFilters(int srcSize, in computeFilters()
/external/deqp/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()
172 …stencyCase (Context& context, const char* name, const char* desc, const IVec2& srcSize, const IVec… in BlitNearestFilterConsistencyCase()
459 …ar* name, const char* desc, deUint32 format, deUint32 srcBuffers, const IVec2& srcSize, const IVec… in BlitDepthStencilCase()
974 const IVec2 srcSize(127, 119); in init() local
Des3fVertexTextureTests.cpp643 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight()); in calculateLod() local
964 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize()); in calculateLod() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp235 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, c… in computeNonProjectedTriLod()
273 …uteNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& srcSize, const t… in computeNonProjectedTriLod()
314 …uteNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize, const t… in computeNonProjectedTriLod()
438 int srcSize = src.getWidth(); in sampleTextureNonProjected() local
473 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected() local
656 const int srcSize = src.getSize(); in sampleTextureCube() local
715 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected() local
764 deInt32 srcSize = src.getWidth(); in sampleTextureNonProjected() local
810 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); in sampleTextureNonProjected() local
1717 const int srcSize = src.getWidth(); in computeTextureLookupDiff() local
[all …]
/external/skia/src/images/
DSkImageDecoder_wbmp.cpp135 size_t srcSize = height * srcRB; in onDecode() local
/external/skia/src/effects/
DSkBlurMask.cpp589 size_t srcSize = src.computeImageSize(); in BoxBlur() local
806 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local
973 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c736 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
771 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
805 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
836 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
870 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
998 int32_t srcSize = u_strlen(logicalOrder[i]); in testReorderArabicMathSymbols() local
1846 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
/external/lzma/C/
DLzma2Enc.c311 const Byte *src, size_t srcSize, int finished) in MtCallbackImp_Code()
/external/lz4/programs/
Dframetest.c422 size_t srcSize = (FUZ_rand(&randState) & ((1<<nbBits)-1)) + 1; in fuzzerTests() local
Dfullbench.c391 size_t srcSize = inSize; in local_LZ4F_decompress() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp611 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn() local
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp542 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight()); in calculateLod() local
860 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize()); in calculateLod() local
/external/skia/tests/
DResourceCacheTest.cpp37 size_t srcSize = src.getSize(); in test_cache() local
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1856 const IVec3 srcSize = getLevelSize(srcInfo.getTarget(), srcInfo.getSize(), srcLevel); in generateCopies() local
2088 …const IVec3 srcSize = getTestedSize(srcTarget, srcFormat, (srcIs3D ? targetSize3D : targetSize2… in addCopyTests() local
Des31fPrimitiveBoundingBoxTests.cpp3246 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init() local
3435 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().g… in fillSourceWithPattern() local
/external/opencv/cvaux/src/
Dcvtrifocal.cpp474 int srcSize; in icvSelectColsByNumbers() local
/external/skia/src/ports/
DSkFontHost_mac.cpp1823 size_t srcSize = CFDataGetLength(srcData); in onGetTableData() local