Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4file.c42 LZ4_byte* srcBuf; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp84 deUint32 srcBuf = 0; in iterate() local
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp662 char* srcBuf = GetAlignedPtrFilled(&needle, needle_alignment, nbytes, 'x'); in BM_function_Strlcat() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c142 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() argument
318 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest() argument
534 unsigned char **jpegBuf = NULL, *srcBuf = NULL; decompTest() local
835 unsigned char *srcBuf = NULL; main() local
[all...]
H A Dtjunittest.c378 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local
613 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
[all...]
H A Dturbojpeg-jni.c225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local
409 unsigned char *srcBuf = NULL; in TJCompressor_encodeYUV() local
519 unsigned char *srcBuf = NULL, *dstBuf = NULL; TJCompressor_encodeYUV_12() local
[all...]
H A Dturbojpeg.c666 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() argument
733 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress() argument
756 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes() argument
914 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
1108 tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, int width, int pad, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUV() 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
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp3469 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local

Completed in 31 milliseconds