OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIFF_TYPE_SHORT
(Results
1 - 6
of
6
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_tiff.h
82
TIFF_TYPE_SHORT
= 3,
grfmt_tiff.cpp
303
if( fieldType !=
TIFF_TYPE_SHORT
&&
331
else if( fieldType ==
TIFF_TYPE_SHORT
)
399
if( fieldType ==
TIFF_TYPE_SHORT
)
478
if( fieldType !=
TIFF_TYPE_SHORT
|| count < 2 )
790
TIFF_TYPE_SHORT
, channels, bitsPerSample );
792
WriteTag( TIFF_TAG_PHOTOMETRIC,
TIFF_TYPE_SHORT
, 1, channels > 1 ? 2 : 1 );
797
WriteTag( TIFF_TAG_SAMPLES_PER_PIXEL,
TIFF_TYPE_SHORT
, 1, channels );
801
stripCount > 1 ?
TIFF_TYPE_SHORT
: TIFF_TYPE_LONG,
/external/opencv3/modules/imgcodecs/src/
grfmt_tiff.hpp
85
TIFF_TYPE_SHORT
= 3,
grfmt_tiff.cpp
835
TIFF_TYPE_SHORT
, channels, bitsPerSample );
837
writeTag( strm, TIFF_TAG_PHOTOMETRIC,
TIFF_TYPE_SHORT
, 1, channels > 1 ? 2 : 1 );
842
writeTag( strm, TIFF_TAG_SAMPLES_PER_PIXEL,
TIFF_TYPE_SHORT
, 1, channels );
846
stripCount > 1 ?
TIFF_TYPE_SHORT
: TIFF_TYPE_LONG,
/external/piex/src/tiff_directory/
tiff_directory.cc
78
if (directory_entry == NULL || (directory_entry->type !=
TIFF_TYPE_SHORT
&&
90
if (directory_entry->type ==
TIFF_TYPE_SHORT
) {
116
(directory_entry->type !=
TIFF_TYPE_SHORT
&&
130
case
TIFF_TYPE_SHORT
: {
261
case
TIFF_TYPE_SHORT
:
tiff_directory.h
50
TIFF_TYPE_SHORT
, /* 16bit unsigned */
Completed in 96 milliseconds