/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_RLEaccel.c | 782 static void RLEClipBlit(int w, Uint8 *srcbuf, SDL_Surface *dst, 796 ofs += *(Type *)srcbuf; \ 797 run = ((Type *)srcbuf)[1]; \ 798 srcbuf += 2 * sizeof(Type); \ 814 do_blit(dstbuf + startcol * bpp, srcbuf + start * bpp, \ 818 srcbuf += run * bpp; \ 843 Uint8 *srcbuf; local 860 srcbuf = (Uint8 *)src->map->sw_data->aux_data; 871 ofs += *(Type *)srcbuf; \ 872 run = ((Type *)srcbuf)[1]; 1111 Uint8 *srcbuf, *dstbuf; local 1647 Uint8 *srcbuf, *curbuf, *lastline; local 1827 Uint8 *srcbuf; local [all...] |
/device/samsung/crespo/libs3cjpeg/ |
JpegEncoder.cpp | 638 char *srcBuf, *dstBuf; 640 if ((srcBuf = new char[size]) == NULL) { 641 LOGE("Failed to allocate for srcBuf"); 650 memcpy(srcBuf, dstBuf, size); 651 bool ret = pad(srcBuf, width, height, dstBuf, expectedWidth, expectedHeight); 653 delete[] srcBuf; 658 bool JpegEncoder::pad(char *srcBuf, uint32_t srcWidth, uint32_t srcHight, 664 if (srcBuf == NULL || dstBuf == NULL) { 665 LOGE("srcBuf or dstBuf is NULL"); 680 memcpy(dstBuf + i * dstWidth * 2, srcBuf + i * srcWidth * 2, srcWidth * 2) [all...] |
JpegEncoder.h | 204 bool pad(char *srcBuf, uint32_t srcWidth, uint32_t srcHight, 206 bool scaleDownYuv422(char *srcBuf, uint32_t srcWidth, uint32_t srcHight,
|
/device/samsung/crespo/libcamera/ |
SecCameraHWInterface.h | 140 bool YUY2toNV21(void *srcBuf, void *dstBuf, uint32_t srcWidth, uint32_t srcHeight); 141 bool scaleDownYuv422(char *srcBuf, uint32_t srcWidth,
|
SecCameraHWInterface.cpp | 979 bool CameraHardwareSec::scaleDownYuv422(char *srcBuf, uint32_t srcWidth, uint32_t srcHeight, 1001 dstBuf[dst_pos++] = srcBuf[src_pos ]; 1002 dstBuf[dst_pos++] = srcBuf[src_pos + 1]; 1003 dstBuf[dst_pos++] = srcBuf[src_pos + 2]; 1004 dstBuf[dst_pos++] = srcBuf[src_pos + 3]; [all...] |
/system/media/audio_utils/ |
echo_reference.c | 167 void *srcBuf; 228 srcBuf = er->wr_buf; 231 srcBuf = buffer->raw; 241 srcBuf,
|
/external/quake/quake/src/QW/client/ |
gl_screen.c | 837 unsigned char *newbuf, *srcbuf; local
|
screen.c | 787 unsigned char *newbuf, *srcbuf;
local
|
/prebuilt/common/kxml2/ |
kxml2-2.3.0.jar | |
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |
/dalvik/hit/samples/ |
android.hprof | [all...] |