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

  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 142 def nr_channels(self): member in class:Format
143 nr_channels = 0
146 nr_channels += 1
147 return nr_channels
vk_format.h 128 unsigned nr_channels:3; member in struct:vk_format_description
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 138 def nr_channels(self): member in class:Format
139 nr_channels = 0
142 nr_channels += 1
143 return nr_channels
u_format.h 159 unsigned nr_channels:3; member in struct:util_format_description
1183 return desc->nr_channels;
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
jp2.h 128 OPJ_BYTE nr_channels; member in struct:opj_jp2_pclr
jp2.c 841 OPJ_UINT32 nr_channels = image->numcomps; /* FIXME image->numcomps == jp2->numcomps before color is applied ??? */ local
845 nr_channels = (OPJ_UINT32)color->jp2_pclr->nr_channels;
849 if (info[i].cn >= nr_channels) {
850 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].cn, nr_channels);
855 if (info[i].asoc > 0 && (OPJ_UINT32)(info[i].asoc - 1) >= nr_channels) {
856 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].asoc - 1, nr_channels);
863 while (nr_channels > 0)
866 if ((OPJ_UINT32)info[i].cn == (nr_channels - 1U)) {
874 --nr_channels;
881 OPJ_UINT16 nr_channels = color->jp2_pclr->nr_channels; local
965 OPJ_UINT16 i, nr_channels, cmp, pcol; local
1076 OPJ_UINT16 nr_entries,nr_channels; local
1181 OPJ_BYTE i, nr_channels; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
net80211.h 501 int nr_channels; member in struct:net80211_hw_info
809 u8 nr_channels; member in struct:net80211_device
    [all...]
ieee80211.h 632 u8 nr_channels; /**< Number of contiguous channels in band */ member in struct:ieee80211_ie_country_band_triplet
735 u8 nr_channels; /**< Number of channels in band */ member in struct:ieee80211_ie_channels_channel_band
    [all...]

Completed in 1107 milliseconds