OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncn
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/imgcodecs/src/
grfmt_tiff.cpp
140
uint16 bpp=8,
ncn
= photometric > 1 ? 3 : 1;
local
142
TIFFGetField( tif, TIFFTAG_SAMPLESPERPIXEL, &
ncn
);
146
if((bpp == 32 &&
ncn
== 3) || photometric == PHOTOMETRIC_LOGLUV)
156
(
ncn
!= 1 &&
ncn
!= 3 &&
ncn
!= 4)))
159
int wanted_channels = normalizeChannelsNumber(
ncn
);
218
uint16 bpp = 8,
ncn
= photometric > 1 ? 3 : 1;
local
220
TIFFGetField( tif, TIFFTAG_SAMPLESPERPIXEL, &
ncn
);
250
const size_t buffer_size = bpp *
ncn
* tile_height0 * tile_width0
[
all
...]
utils.hpp
66
CvSize size, int
ncn
, int swap_rb=0 );
utils.cpp
71
CvSize size, int
ncn
, int _swap_rb )
77
for( i = 0; i < size.width; i++, rgb +=
ncn
)
83
rgb += rgb_step - size.width*
ncn
;
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
NetworkMonitorTest.java
284
NetworkMonitorAutoDetect
ncn
=
local
286
ncn
.getDefaultNetId();
Completed in 172 milliseconds