Home
last modified time | relevance | path

Searched defs:dstBuf (Results 1 - 8 of 8) sorted by relevance

/third_party/lz4/lib/
H A Dlz4file.c51 LZ4_byte* dstBuf; member
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp85 deUint32 dstBuf = 0; in iterate() local
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp661 char* dstBuf = haystack.data(); in BM_function_Strlcat() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c142 decomp(unsigned char *srcBuf, unsigned char **jpegBuf, unsigned long *jpegSize, unsigned char *dstBuf, int w, int h, int subsamp, int jpegQual, char *fileName, int tilew, int tileh) decomp() argument
[all...]
H A Dtjunittest.c373 static void compTest(tjhandle handle, unsigned char **dstBuf, in compTest() argument
437 unsigned char *dstBuf = NULL, *yuvBuf = NULL; in _decompTest() local
529 unsigned char *dstBuf = NULL; doTest() local
613 unsigned char *srcBuf = NULL, *dstBuf = NULL; bufSizeTest() local
[all...]
H A Dturbojpeg-jni.c519 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
688 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in TJDecompressor_decompress() local
870 unsigned char *jpegBuf = NULL, *dstBuf = NULL; Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local
914 unsigned char *dstBuf = NULL; TJDecompressor_decodeYUV() local
[all...]
H A Dturbojpeg.c914 tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, int pad, int subsamp, int flags) tjEncodeYUV3() argument
953 tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, int subsamp, int flags) tjEncodeYUV2() argument
961 tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *dstBuf, int subsamp, int flags) tjEncodeYUV() argument
1278 tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecompress2() argument
1365 tjDecompress(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelSize, int flags) tjDecompress() argument
1428 tjDecodeYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, const int *strides, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUVPlanes() argument
1576 tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, int pad, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUV() argument
1795 tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pad, int height, int flags) tjDecompressToYUV2() argument
1859 tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int flags) tjDecompressToYUV() argument
2063 unsigned char *dstBuf = NULL; tjLoadImage() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp3470 char *dstBuf = (char*)dst->lockInternal(-1, -1, 0, sw::LOCK_READWRITE, sw::PRIVATE) + dstStart; in copyCubeEdge() local

Completed in 17 milliseconds