OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:space_per_minheight
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jmemmgr.c
619
size_t
space_per_minheight
, maximum_space, avail_mem;
local
628
space_per_minheight
= 0;
632
space_per_minheight
+= (long) sptr->maxaccess *
640
space_per_minheight
+= (long) bptr->maxaccess *
647
if (
space_per_minheight
<= 0)
651
avail_mem = jpeg_mem_available(cinfo,
space_per_minheight
, maximum_space,
661
max_minheights = avail_mem /
space_per_minheight
;
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jmemmgr.c
588
long
space_per_minheight
, maximum_space, avail_mem;
local
597
space_per_minheight
= 0;
601
space_per_minheight
+= (long) sptr->maxaccess *
609
space_per_minheight
+= (long) bptr->maxaccess *
616
if (
space_per_minheight
<= 0)
620
avail_mem = jpeg_mem_available(cinfo,
space_per_minheight
, maximum_space,
630
max_minheights = avail_mem /
space_per_minheight
;
[
all
...]
/external/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c
589
long
space_per_minheight
, maximum_space, avail_mem;
local
598
space_per_minheight
= 0;
602
space_per_minheight
+= (long) sptr->maxaccess *
610
space_per_minheight
+= (long) bptr->maxaccess *
617
if (
space_per_minheight
<= 0)
621
avail_mem = jpeg_mem_available(cinfo,
space_per_minheight
, maximum_space,
631
max_minheights = avail_mem /
space_per_minheight
;
[
all
...]
Completed in 3873 milliseconds