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

  /external/libvncserver/common/
turbojpeg.c 292 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \
308 static unsigned char *toRGB(unsigned char *src, int width, int pitch,
316 retval=dst; TORGB(3, 0, 1, 2);
321 retval=dst; TORGB(3, 2, 1, 0);
327 retval=dst; TORGB(4, 0, 1, 2);
333 retval=dst; TORGB(4, 2, 1, 0);
339 retval=dst; TORGB(4, 1, 2, 3);
345 retval=dst; TORGB(4, 3, 2, 1);
570 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf);
  /external/libjpeg-turbo/
turbojpeg.c 405 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \
421 static unsigned char *toRGB(unsigned char *src, int width, int pitch,
429 retval=dst; TORGB(3, 0, 1, 2);
434 retval=dst; TORGB(3, 2, 1, 0);
440 retval=dst; TORGB(4, 0, 1, 2);
446 retval=dst; TORGB(4, 2, 1, 0);
452 retval=dst; TORGB(4, 1, 2, 3);
458 retval=dst; TORGB(4, 3, 2, 1);
789 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf);
908 srcBuf=toRGB(srcBuf, width, pitch, height, pixelFormat, rgbBuf)
    [all...]
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
canny.rs 30 uchar4 __attribute__((kernel)) toRGB(uint32_t x, uint32_t y) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 124 milliseconds