Searched refs:MAX_CHANNELS (Results 1 - 3 of 3) sorted by relevance

/external/qemu/telephony/
H A Dsysdeps_qemu.c162 #define MAX_CHANNELS 16 macro
164 static SysChannelRec _s_channels0[ MAX_CHANNELS ];
172 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ ) {
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp363 const int MAX_CHANNELS = 4; local
364 int bpp_arr[MAX_CHANNELS];
422 if( count > MAX_CHANNELS )
/external/chromium_org/third_party/qcms/src/
H A Diccread.c490 #define MAX_CHANNELS 10 // arbitrary macro
491 static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset)
546 if (num_in_channels > MAX_CHANNELS || num_out_channels > MAX_CHANNELS)

Completed in 119 milliseconds