OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_pixels
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/images/
SkImageDecoder_libbmp.cpp
91
const int
max_pixels
= 16383*16383; // max width*height
local
93
max_pixels
, &callback)) {
bmpdecoderhelper.h
76
int
max_pixels
,
bmpdecoderhelper.cpp
22
int
max_pixels
,
75
if (width_ * height_ >
max_pixels
) {
/external/qemu/android/skin/
image.c
351
unsigned long
max_pixels
;
member in struct:__anon11819
361
cache->
max_pixels
= 1;
363
cache->
max_pixels
= 4*1024*1024; /* limit image cache to 4 MB */
430
while (cache->total_pixels > cache->
max_pixels
&&
566
if (cache->total_pixels > cache->
max_pixels
)
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
56
const size_t
MAX_PIXELS
= 2560 * 1600 * 2;
885
pixels_left =
MAX_PIXELS
- pdev->xres * pdev->yres;
890
pixels_left =
MAX_PIXELS
;
[
all
...]
Completed in 235 milliseconds