OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytespp
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/screenshot/
screenshot.c
25
unsigned int
bytespp
,offset;
local
62
bytespp
= vinfo.bits_per_pixel / 8;
69
rowlen=vinfo.xres *
bytespp
;
77
offset = vinfo.xoffset *
bytespp
+ vinfo.xres * vinfo.yoffset *
bytespp
;
/frameworks/base/cmds/screencap/
screencap.cpp
67
uint32_t*
bytespp
, uint32_t* f)
73
*
bytespp
= 2;
77
*
bytespp
= 3;
82
*
bytespp
= 4;
155
uint32_t
bytespp
;
local
156
if (vinfoToPixelFormat(vinfo, &
bytespp
, &f) == NO_ERROR) {
157
size_t offset = (vinfo.xoffset + vinfo.yoffset*vinfo.xres) *
bytespp
;
160
size = w*h*
bytespp
;
/external/qemu/
console.c
1811
int
bytespp
= (bitspp+7)\/8;
local
[
all
...]
Completed in 45 milliseconds