OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_in_channels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/qcms/src/
qcmsint.h
155
uint8_t
num_in_channels
;
member in struct:lutmABType
157
// 16 is the upperbound, actual is 0..
num_in_channels
.
iccread.c
561
for (i = 0; i < lut->
num_in_channels
; i++){
582
uint8_t
num_in_channels
, num_out_channels;
local
590
num_in_channels
= read_u8(src, offset + 8);
592
if (
num_in_channels
> MAX_CHANNELS || num_out_channels > MAX_CHANNELS)
599
if (
num_in_channels
!= 3 || num_out_channels != 3)
624
assert (
num_in_channels
== 3);
625
// clut_size can not overflow since lg(256^
num_in_channels
) = 24 bits.
626
for (i = 0; i <
num_in_channels
; i++) {
646
for (i = 0; i <
num_in_channels
; i++) {
653
lut->
num_in_channels
= num_in_channels
[
all
...]
Completed in 27 milliseconds