HomeSort by relevance Sort by last modified time
    Searched refs:rgbBuf (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.c 580 unsigned char *rgbBuf=NULL;
604 rgbBuf=(unsigned char *)malloc(width*height*RGB_PIXELSIZE);
605 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure");
606 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf);
644 if(rgbBuf) free(rgbBuf);
685 unsigned char *rgbBuf=NULL;
716 rgbBuf=(unsigned char *)malloc(width*height*RGB_PIXELSIZE);
717 if(!rgbBuf) _throw("tjEncodeYUV2(): Memory allocation failure");
718 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 54 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane,
64 R = rgbBuf[index++];
65 G = rgbBuf[index++];
66 B = rgbBuf[index++];
85 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, android_ycbcr* ycbcr) {
91 rgbToYuv420(rgbBuf, width, height, reinterpret_cast<uint8_t*>(ycbcr->y),
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 127 milliseconds