Home
last modified time | relevance | path

Searched defs:srcBuf (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c142 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp()
318 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest()
534 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
835 unsigned char *srcBuf = NULL; in main() local
Dturbojpeg.c666 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2()
733 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress()
756 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes()
914 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3()
953 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2()
961 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV()
1108 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV()
1576 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
Dtjunittest.c378 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local
613 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
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; in TJCompressor_encodeYUV_12() local
/third_party/lz4/lib/
Dlz4file.c42 LZ4_byte* srcBuf; member
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp231 RasBuf32 srcBuf(bitmap); in Display() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBufferCopyTests.cpp84 deUint32 srcBuf = 0; in iterate() local
/third_party/musl/Benchmark/musl/
Dlibc_string.cpp667 char* srcBuf = GetAlignedPtrFilled(&needle, needle_alignment, nbytes, 'x'); in BM_function_Strlcat() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp3469 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local