Home
last modified time | relevance | path

Searched refs:bandtype (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/tools/
H A Draster.py36 bandtype = gdal.GetDataTypeName(band.DataType)
41 if bandtype == 'Byte':
43 elif bandtype == 'Int16':
45 elif bandtype == 'UInt16':
47 elif bandtype == 'Int32':
49 elif bandtype == 'UInt32':
51 elif bandtype == 'Float32':
53 elif bandtype == 'Float64':
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/tools/
H A Draster.py36 bandtype = gdal.GetDataTypeName(band.DataType)
41 if bandtype == 'Byte':
43 elif bandtype == 'Int16':
45 elif bandtype == 'UInt16':
47 elif bandtype == 'Int32':
49 elif bandtype == 'UInt32':
51 elif bandtype == 'Float32':
53 elif bandtype == 'Float64':
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c424 li_mimo = (band->bandtype == BRCM_BAND_5G) ? in brcms_c_channel_reg_limits()
430 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
438 if (band->bandtype == BRCM_BAND_2G) { in brcms_c_channel_reg_limits()
464 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
732 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G) in brcms_reg_notifier()
751 wlc_phy_chanspec_band_validch(band->pi, band->bandtype, in brcms_c_regd_init()
H A Drate.c443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() argument
452 if (bandtype == BRCM_BAND_5G) in brcms_c_rateset_default()
460 rs_dflt = (bandtype == BRCM_BAND_5G) ? in brcms_c_rateset_default()
H A Dmain.c650 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
662 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
4578 wlc_hw->band->bandtype, in brcms_b_attach()
4693 int bandtype; in brcms_c_attach_stf_ant_init() local
4697 bandtype = wlc->band->bandtype; in brcms_c_attach_stf_ant_init()
4700 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4722 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4769 if (band->bandtype == BRCM_BAND_5G) { in brcms_c_update_mimo_band_bwcap()
5230 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_set_gmode()
5523 if (wlc->band->bandtype == BRCM_BAND_5G) in brcms_c_set_shortslot_override()
[all …]
H A Dmain.h250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
H A Drate.h235 int bandtype, bool cck_only, uint rate_mask,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c424 li_mimo = (band->bandtype == BRCM_BAND_5G) ? in brcms_c_channel_reg_limits()
430 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
438 if (band->bandtype == BRCM_BAND_2G) { in brcms_c_channel_reg_limits()
464 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
732 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G) in brcms_reg_notifier()
751 wlc_phy_chanspec_band_validch(band->pi, band->bandtype, in brcms_c_regd_init()
H A Drate.c443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() argument
452 if (bandtype == BRCM_BAND_5G) in brcms_c_rateset_default()
460 rs_dflt = (bandtype == BRCM_BAND_5G) ? in brcms_c_rateset_default()
H A Dmain.c650 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
662 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
4578 wlc_hw->band->bandtype, in brcms_b_attach()
4693 int bandtype; in brcms_c_attach_stf_ant_init() local
4697 bandtype = wlc->band->bandtype; in brcms_c_attach_stf_ant_init()
4700 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4722 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4769 if (band->bandtype == BRCM_BAND_5G) { in brcms_c_update_mimo_band_bwcap()
5230 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_set_gmode()
5523 if (wlc->band->bandtype == BRCM_BAND_5G) in brcms_c_set_shortslot_override()
[all …]
H A Dmain.h250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
H A Drate.h235 int bandtype, bool cck_only, uint rate_mask,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c424 li_mimo = (band->bandtype == BRCM_BAND_5G) ? in brcms_c_channel_reg_limits()
430 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
438 if (band->bandtype == BRCM_BAND_2G) { in brcms_c_channel_reg_limits()
464 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
732 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G) in brcms_reg_notifier()
751 wlc_phy_chanspec_band_validch(band->pi, band->bandtype, in brcms_c_regd_init()
H A Drate.c443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() argument
452 if (bandtype == BRCM_BAND_5G) in brcms_c_rateset_default()
460 rs_dflt = (bandtype == BRCM_BAND_5G) ? in brcms_c_rateset_default()
H A Dmain.c650 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
662 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
4578 wlc_hw->band->bandtype, in brcms_b_attach()
4693 int bandtype; in brcms_c_attach_stf_ant_init() local
4697 bandtype = wlc->band->bandtype; in brcms_c_attach_stf_ant_init()
4700 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4722 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4769 if (band->bandtype == BRCM_BAND_5G) { in brcms_c_update_mimo_band_bwcap()
5230 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_set_gmode()
5523 if (wlc->band->bandtype == BRCM_BAND_5G) in brcms_c_set_shortslot_override()
[all …]
H A Dmain.h250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
H A Drate.h235 int bandtype, bool cck_only, uint rate_mask,
/dports/databases/postgis30/postgis-3.0.4/raster/loader/
H A Draster2pgsql.c496 info->bandtype = NULL; in init_rastinfo()
511 if (info->bandtype != NULL) in rtdealloc_rastinfo()
512 rtdealloc(info->bandtype); in rtdealloc_rastinfo()
547 if (src->bandtype != NULL) { in copy_rastinfo()
548 dst->bandtype = rtalloc(sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
549 if (dst->bandtype == NULL) { in copy_rastinfo()
553 memcpy(dst->bandtype, src->bandtype, sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
594 if (x->bandtype[i] != ref->bandtype[i]) { in diff_rastinfo()
1665 if (info->bandtype == NULL) { in convert_raster()
1724 tilesize += rt_pixtype_size(info->bandtype[i]); in convert_raster()
[all …]
H A Draster2pgsql.h180 rt_pixtype *bandtype; member
/dports/databases/postgis32/postgis-3.2.0/raster/loader/
H A Draster2pgsql.c496 info->bandtype = NULL; in init_rastinfo()
511 if (info->bandtype != NULL) in rtdealloc_rastinfo()
512 rtdealloc(info->bandtype); in rtdealloc_rastinfo()
547 if (src->bandtype != NULL) { in copy_rastinfo()
548 dst->bandtype = rtalloc(sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
549 if (dst->bandtype == NULL) { in copy_rastinfo()
553 memcpy(dst->bandtype, src->bandtype, sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
594 if (x->bandtype[i] != ref->bandtype[i]) { in diff_rastinfo()
1665 if (info->bandtype == NULL) { in convert_raster()
1724 tilesize += rt_pixtype_size(info->bandtype[i]); in convert_raster()
[all …]
H A Draster2pgsql.h180 rt_pixtype *bandtype; member
/dports/databases/postgis31/postgis-3.1.4/raster/loader/
H A Draster2pgsql.c496 info->bandtype = NULL; in init_rastinfo()
511 if (info->bandtype != NULL) in rtdealloc_rastinfo()
512 rtdealloc(info->bandtype); in rtdealloc_rastinfo()
547 if (src->bandtype != NULL) { in copy_rastinfo()
548 dst->bandtype = rtalloc(sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
549 if (dst->bandtype == NULL) { in copy_rastinfo()
553 memcpy(dst->bandtype, src->bandtype, sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
594 if (x->bandtype[i] != ref->bandtype[i]) { in diff_rastinfo()
1665 if (info->bandtype == NULL) { in convert_raster()
1724 tilesize += rt_pixtype_size(info->bandtype[i]); in convert_raster()
[all …]
H A Draster2pgsql.h180 rt_pixtype *bandtype; member
/dports/databases/postgis25/postgis-2.5.5/raster/loader/
H A Draster2pgsql.c521 info->bandtype = NULL; in init_rastinfo()
536 if (info->bandtype != NULL) in rtdealloc_rastinfo()
537 rtdealloc(info->bandtype); in rtdealloc_rastinfo()
572 if (src->bandtype != NULL) { in copy_rastinfo()
573 dst->bandtype = rtalloc(sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
574 if (dst->bandtype == NULL) { in copy_rastinfo()
578 memcpy(dst->bandtype, src->bandtype, sizeof(rt_pixtype) * src->nband_count); in copy_rastinfo()
619 if (x->bandtype[i] != ref->bandtype[i]) { in diff_rastinfo()
1688 if (info->bandtype == NULL) { in convert_raster()
1776 tilesize *= rt_pixtype_size(info->bandtype[i]); in convert_raster()
[all …]
H A Draster2pgsql.h180 rt_pixtype *bandtype; member

12