Searched defs:nr_channels (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py136 def nr_channels(self): member in class:Format
137 nr_channels = 0
140 nr_channels += 1
141 return nr_channels
H A Du_format.h156 unsigned nr_channels:3; member in struct:util_format_description
921 return desc->nr_channels;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Djp2.h128 OPJ_BYTE nr_channels; member in struct:opj_jp2_pclr
H A Djp2.c827 OPJ_UINT32 nr_channels = image->numcomps; /* FIXME image->numcomps == jp2->numcomps before color is applied ??? */ local
831 nr_channels = (OPJ_UINT32)color->jp2_pclr->nr_channels;
835 if (info[i].cn >= nr_channels) {
836 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].cn, nr_channels);
839 if (info[i].asoc > 0 && (OPJ_UINT32)(info[i].asoc - 1) >= nr_channels) {
840 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].asoc - 1, nr_channels);
847 while (nr_channels > 0)
850 if ((OPJ_UINT32)info[i].cn == (nr_channels - 1U)) {
858 --nr_channels;
865 OPJ_UINT16 nr_channels = color->jp2_pclr->nr_channels; local
928 OPJ_UINT16 i, nr_channels, cmp, pcol; local
1025 OPJ_UINT16 nr_entries,nr_channels; local
1130 OPJ_BYTE i, nr_channels; local
[all...]

Completed in 335 milliseconds