Searched defs:srcBuf (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 142 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
|
| D | turbojpeg.c | 666 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()
|
| D | tjunittest.c | 378 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local 613 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
|
| D | turbojpeg-jni.c | 225 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/ |
| D | lz4file.c | 42 LZ4_byte* srcBuf; member
|
| /third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
| D | SoftwareRenderer.cpp | 231 RasBuf32 srcBuf(bitmap); in Display() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fBufferCopyTests.cpp | 84 deUint32 srcBuf = 0; in iterate() local
|
| /third_party/musl/Benchmark/musl/ |
| D | libc_string.cpp | 667 char* srcBuf = GetAlignedPtrFilled(&needle, needle_alignment, nbytes, 'x'); in BM_function_Strlcat() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Surface.cpp | 3469 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local
|