OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:planarconfig
(Results
1 - 10
of
10
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp
361
uint16_t
planarconfig
;
local
362
if (!TIFFGetFieldDefaulted(tif_ctx, TIFFTAG_PLANARCONFIG, &
planarconfig
)) {
365
if (
planarconfig
== PLANARCONFIG_SEPARATE) {
/external/opencv3/3rdparty/libtiff/
tif_getimage.c
238
uint16
planarconfig
;
local
300
TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &
planarconfig
);
342
if (
planarconfig
== PLANARCONFIG_CONTIG
356
if (
planarconfig
== PLANARCONFIG_CONTIG)
419
if (
planarconfig
!= PLANARCONFIG_CONTIG) {
421
"Planarconfiguration",
planarconfig
);
446
!(
planarconfig
== PLANARCONFIG_SEPARATE && img->samplesperpixel > 1);
[
all
...]
tif_write.c
70
* (but only for
PlanarConfig
=1).
tif_dirread.c
[
all
...]
tif_ojpeg.c
95
Some special provision is made for
planarconfig
separate OJPEG files. These seem
113
planarconfig
is not separate (vast majority). We may one day use that to build
[
all
...]
ChangeLog
[
all
...]
/external/pdfium/third_party/libtiff/
tif_getimage.c
253
uint16
planarconfig
;
local
315
TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &
planarconfig
);
357
if (
planarconfig
== PLANARCONFIG_CONTIG
371
if (
planarconfig
== PLANARCONFIG_CONTIG)
434
if (
planarconfig
!= PLANARCONFIG_CONTIG) {
436
"Planarconfiguration",
planarconfig
);
461
!(
planarconfig
== PLANARCONFIG_SEPARATE && img->samplesperpixel > 1);
[
all
...]
tif_write.c
70
* (but only for
PlanarConfig
=1).
tif_dirread.c
[
all
...]
tif_ojpeg.c
95
Some special provision is made for
planarconfig
separate OJPEG files. These seem
113
planarconfig
is not separate (vast majority). We may one day use that to build
[
all
...]
Completed in 184 milliseconds