/kernel/liteos_a/kernel/extended/trace/pipeline/ |
H A D | trace_tlv.c | 72 STATIC UINT32 OsTlvEncode(const TlvTable *table, UINT8 *srcBuf, UINT8 *tlvBuf, INT32 tlvBufLen) in OsTlvEncode() argument
|
/kernel/liteos_m/components/trace/pipeline/ |
H A D | trace_tlv.c | 72 STATIC UINT32 OsTlvEncode(const TlvTable *table, UINT8 *srcBuf, UINT8 *tlvBuf, INT32 tlvBufLen) in OsTlvEncode() argument
|
/third_party/lz4/lib/ |
H A D | lz4file.c | 42 LZ4_byte* srcBuf; member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferCopyTests.cpp | 84 deUint32 srcBuf = 0; in iterate() local
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_string.cpp | 662 char* srcBuf = GetAlignedPtrFilled(&needle, needle_alignment, nbytes, 'x'); in BM_function_Strlcat() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjbench.c | 142 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 D | tjunittest.c | 378 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local 613 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local [all...] |
H A 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; TJCompressor_encodeYUV_12() local [all...] |
H A D | turbojpeg.c | 666 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 D | Surface.cpp | 3469 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local
|