OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_native_depth
(Results
1 - 6
of
6
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_base.h
74
void UseNativeDepth( bool yes ) {
m_native_depth
= yes; };
88
bool
m_native_depth
;// use the native bit depth of the image
member in class:GrFmtReader
grfmt_pxm.cpp
297
if( !
m_native_depth
&& m_bit_depth == 16 )
310
if( m_bit_depth == 8 || !
m_native_depth
) {
320
else if(
m_native_depth
)
329
if( m_bit_depth == 8 || !
m_native_depth
)
334
else if( m_bit_depth == 8 || !
m_native_depth
)
grfmt_exr.cpp
200
bool justcopy =
m_native_depth
;
210
xstep =
m_native_depth
? 4 : 1;
212
if( !
m_native_depth
|| (!color && m_iscolor ))
411
if( !
m_native_depth
)
453
if( !
m_native_depth
)
476
if( !
m_native_depth
)
498
if( !
m_native_depth
)
534
if(
m_native_depth
)
548
if(
m_native_depth
)
grfmt_base.cpp
55
m_native_depth
= false;
grfmt_png.cpp
199
if( m_bit_depth > 8 && !
m_native_depth
)
grfmt_jpeg2000.cpp
234
if( m_bit_depth == 8 || !
m_native_depth
)
Completed in 58 milliseconds