OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_CHANNELS
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
363
const int
MAX_CHANNELS
= 4;
364
int bpp_arr[
MAX_CHANNELS
];
422
if( count >
MAX_CHANNELS
)
/device/generic/goldfish/qemud/
qemud.c
298
#define
MAX_CHANNELS
16
299
#define MAX_EVENTS (
MAX_CHANNELS
+1) /* each channel + the serial fd */
[
all
...]
/external/chromium_org/third_party/qcms/src/
iccread.c
532
#define
MAX_CHANNELS
10 // arbitrary
533
static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[
MAX_CHANNELS
], uint8_t num_channels, uint32_t curve_offset)
592
if (num_in_channels >
MAX_CHANNELS
|| num_out_channels >
MAX_CHANNELS
)
[
all
...]
Completed in 2112 milliseconds