Searched defs:dstBuf (Results 1 - 2 of 2) sorted by relevance
/device/samsung/crespo/libs3cjpeg/ |
H A D | JpegEncoder.cpp | 638 char *srcBuf, *dstBuf; local 646 dstBuf = mArgs.in_buf; 648 dstBuf = mArgs.in_thumb_buf; 650 memcpy(srcBuf, dstBuf, size); 651 bool ret = pad(srcBuf, width, height, dstBuf, expectedWidth, expectedHeight); 659 char *dstBuf, uint32_t dstWidth, uint32_t dstHight) 664 if (srcBuf == NULL || dstBuf == NULL) { 665 ALOGE("srcBuf or dstBuf is NULL"); 677 memset(dstBuf, 0, dstWidth*dstHight * 2); 680 memcpy(dstBuf 658 pad(char *srcBuf, uint32_t srcWidth, uint32_t srcHight, char *dstBuf, uint32_t dstWidth, uint32_t dstHight) argument 685 scaleDownYuv422(char *srcBuf, uint32_t srcWidth, uint32_t srcHight, char *dstBuf, uint32_t dstWidth, uint32_t dstHight) argument [all...] |
/device/samsung/crespo/libcamera/ |
H A D | SecCameraHWInterface.cpp | 985 char *dstBuf, uint32_t dstWidth, uint32_t dstHeight) 1006 dstBuf[dst_pos++] = srcBuf[src_pos ]; 1007 dstBuf[dst_pos++] = srcBuf[src_pos + 1]; 1008 dstBuf[dst_pos++] = srcBuf[src_pos + 2]; 1009 dstBuf[dst_pos++] = srcBuf[src_pos + 3]; 1016 bool CameraHardwareSec::YUY2toNV21(void *srcBuf, void *dstBuf, uint32_t srcWidth, uint32_t srcHeight) argument 1020 unsigned char *dstBufPointer = (unsigned char *)dstBuf; 984 scaleDownYuv422(char *srcBuf, uint32_t srcWidth, uint32_t srcHeight, char *dstBuf, uint32_t dstWidth, uint32_t dstHeight) argument
|
Completed in 27 milliseconds