HomeSort by relevance Sort by last modified time
    Searched defs:nr_channels (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 136 def nr_channels(self): member in class:Format
137 nr_channels = 0
140 nr_channels += 1
141 return nr_channels
u_format.h 156 unsigned nr_channels:3; member in struct:util_format_description
921 return desc->nr_channels;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 136 def nr_channels(self): member in class:Format
137 nr_channels = 0
140 nr_channels += 1
141 return nr_channels
u_format.h 156 unsigned nr_channels:3; member in struct:util_format_description
921 return desc->nr_channels;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.h 128 OPJ_BYTE nr_channels; member in struct:opj_jp2_pclr
jp2.c 787 OPJ_UINT16 nr_channels = color->jp2_pclr->nr_channels; local
792 for (i = 0; i < nr_channels; i++) {
799 pcol_usage = opj_calloc(nr_channels, sizeof(OPJ_BOOL));
805 for (i = 0; i < nr_channels; i++) {
808 if (pcol >= nr_channels) {
826 for (i = 0; i < nr_channels; i++) {
850 OPJ_UINT16 i, nr_channels, cmp, pcol; local
857 nr_channels = color->jp2_pclr->nr_channels;
936 OPJ_UINT16 nr_entries,nr_channels; local
1033 OPJ_BYTE i, nr_channels; local
    [all...]

Completed in 193 milliseconds