OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_compression
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_tiff.h
135
TiffCompression
m_compression
;
member in class:GrFmtTiffReader
grfmt_tiff.cpp
373
m_compression
= TIFF_UNCOMP;
440
m_compression
= (TiffCompression)value;
441
if(
m_compression
!= TIFF_UNCOMP &&
442
m_compression
!= TIFF_HUFFMAN &&
443
m_compression
!= TIFF_PACKBITS )
518
m_compression
!= TIFF_HUFFMAN && channels == 1 )
533
m_compression
== TIFF_UNCOMP )
592
if(
m_compression
== TIFF_UNCOMP )
Completed in 5379 milliseconds