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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 451 int pixelsize = 0; local
465 pixelsize = 16;
472 pixelsize = 32;
479 if (pixelsize == 0) {
509 pixelsize = components * componentsize;
512 return pixelsize;
  /external/python/cpython2/Lib/plat-mac/
PixMapWrapper.py 34 'pixelSize':'h', # bits per pixel
57 'pixelSize':32,
80 16, # pixelSize
174 self.pixelSize = 32
177 self.pixelSize = 16
179 self.rowBytes = width*self.pixelSize/8
184 if (format == imgformat.macrgb and self.pixelSize == 32) or \
185 (format == imgformat.macrgb16 and self.pixelsize == 16):
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
PixMapWrapper.py 34 'pixelSize':'h', # bits per pixel
57 'pixelSize':32,
80 16, # pixelSize
174 self.pixelSize = 32
177 self.pixelSize = 16
179 self.rowBytes = width*self.pixelSize/8
184 if (format == imgformat.macrgb and self.pixelSize == 32) or \
185 (format == imgformat.macrgb16 and self.pixelsize == 16):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 34 'pixelSize':'h', # bits per pixel
57 'pixelSize':32,
80 16, # pixelSize
174 self.pixelSize = 32
177 self.pixelSize = 16
179 self.rowBytes = width*self.pixelSize/8
184 if (format == imgformat.macrgb and self.pixelSize == 32) or \
185 (format == imgformat.macrgb16 and self.pixelsize == 16):
  /external/libvncserver/common/
turbojpeg.c 97 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3}; variable
116 static int getPixelFormat(int pixelSize, int flags)
118 if(pixelSize==1) return TJPF_GRAY;
119 if(pixelSize==3)
124 if(pixelSize==4)
264 if(dinfo->num_components==pixelsize[i])
615 int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf,
620 getPixelFormat(pixelSize, flags), &jpegBuf, &size, jpegSubsamp, jpegQual,
850 int height, int pixelSize, int flags)
853 height, getPixelFormat(pixelSize, flags), flags)
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c 101 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3, 3}; variable
150 static int getPixelFormat(int pixelSize, int flags)
152 if(pixelSize==1) return TJPF_GRAY;
153 if(pixelSize==3)
158 if(pixelSize==4)
346 if(dinfo->num_components==pixelsize[i]
349 && pixelsize[i]==3 && dinfo->num_components==4))
836 int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf,
844 getPixelFormat(pixelSize, flags), jpegBuf, jpegSubsamp, flags);
849 getPixelFormat(pixelSize, flags), &jpegBuf, &size, jpegSubsamp, jpegQual
    [all...]

Completed in 140 milliseconds