OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixelsize
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp
372
int
pixelsize
= 0;
local
386
pixelsize
= 16;
393
pixelsize
= 32;
400
if (
pixelsize
== 0) {
430
pixelsize
= components * componentsize;
433
return
pixelsize
;
GLClientState.cpp
230
int
pixelsize
= glUtilsPixelBitSize(format, type) >> 3;
local
234
if (
pixelsize
== 0 ) {
238
size_t linesize =
pixelsize
* width;
/external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.c
88
static const int
pixelsize
[TJ_NUMSAMP]={3, 3, 3, 1, 3};
variable
124
static int getPixelFormat(int
pixelSize
, int flags)
126
if(
pixelSize
==1) return TJPF_GRAY;
127
if(
pixelSize
==3)
132
if(
pixelSize
==4)
274
if(dinfo->num_components==
pixelsize
[i])
651
int width, int pitch, int height, int
pixelSize
, unsigned char *jpegBuf,
659
getPixelFormat(
pixelSize
, flags), jpegBuf, jpegSubsamp, flags);
664
getPixelFormat(
pixelSize
, flags), &jpegBuf, &size, jpegSubsamp, jpegQual,
831
int width, int pitch, int height, int
pixelSize
, unsigned char *dstBuf
[
all
...]
Completed in 242 milliseconds