OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbuflen
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_luv.c
166
tmsize_t
tbuflen
; /* buffer length */
member in struct:logLuvState
205
assert(sp->
tbuflen
>= npixels);
271
assert(sp->
tbuflen
>= npixels);
328
assert(sp->
tbuflen
>= npixels);
430
assert(sp->
tbuflen
>= npixels);
518
assert(sp->
tbuflen
>= npixels);
571
assert(sp->
tbuflen
>= npixels);
[
all
...]
/external/pdfium/third_party/libtiff/
tif_luv.c
166
tmsize_t
tbuflen
; /* buffer length */
member in struct:logLuvState
205
assert(sp->
tbuflen
>= npixels);
271
assert(sp->
tbuflen
>= npixels);
328
assert(sp->
tbuflen
>= npixels);
436
assert(sp->
tbuflen
>= npixels);
524
assert(sp->
tbuflen
>= npixels);
577
assert(sp->
tbuflen
>= npixels);
1265
sp->
tbuflen
= multiply_ms(td->td_tilewidth, td->td_tilelength);
1267
sp->
tbuflen
= multiply_ms(td->td_imagewidth, td->td_rowsperstrip);
1268
if (multiply_ms(sp->
tbuflen
, sizeof (int16)) == 0 |
[
all
...]
Completed in 897 milliseconds