Searched refs:colnum (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqResourceTranslatorV3x.cpp | 1764 uint8_t colnum = sqrt(ISP3X_RAWAEBIG_MEAN_NUM); in translateAecStats() local 1765 for(int row = 0; row < colnum; row++) { in translateAecStats() 1766 for(int col = 0; col < colnum; col++) { in translateAecStats() 1767 temp->chn[i].rawae_big.channelr_xy[row * colnum + col] = \ in translateAecStats() 1768 … statsInt->aec_stats.ae_data.chn[i].rawae_big.channelr_xy[(colnum - 1 - col) * colnum + row]; in translateAecStats() 1769 temp->chn[i].rawae_big.channelg_xy[row * colnum + col] = \ in translateAecStats() 1770 … statsInt->aec_stats.ae_data.chn[i].rawae_big.channelg_xy[(colnum - 1 - col) * colnum + row]; in translateAecStats() 1771 temp->chn[i].rawae_big.channelb_xy[row * colnum + col] = \ in translateAecStats() 1772 … statsInt->aec_stats.ae_data.chn[i].rawae_big.channelb_xy[(colnum - 1 - col) * colnum + row]; in translateAecStats() 1776 colnum = sqrt(ISP3X_RAWAELITE_MEAN_NUM); in translateAecStats() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ld_file.c | 700 u8 colnum = 0; in _hal_parse_txpwrlmt() local 811 if (!hal_get_u1bint_fromstr_indec(colnumbuf, &colnum)) { in _hal_parse_txpwrlmt() 816 if (colnum == 0) { in _hal_parse_txpwrlmt() 822 band, bandwidth, ratesection, ntx, bf_type, colnum); in _hal_parse_txpwrlmt() 824 regulation = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * colnum); in _hal_parse_txpwrlmt() 830 pshape = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * colnum); in _hal_parse_txpwrlmt() 844 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt() 868 for (forcnt = 0; forcnt < colnum; ++forcnt) in _hal_parse_txpwrlmt() 889 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt() 914 for (forcnt = 0; forcnt < colnum; ++forcnt) in _hal_parse_txpwrlmt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ld_file.c | 700 u8 colnum = 0; in _hal_parse_txpwrlmt() local 811 if (!hal_get_u1bint_fromstr_indec(colnumbuf, &colnum)) { in _hal_parse_txpwrlmt() 816 if (colnum == 0) { in _hal_parse_txpwrlmt() 822 band, bandwidth, ratesection, ntx, bf_type, colnum); in _hal_parse_txpwrlmt() 824 regulation = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * colnum); in _hal_parse_txpwrlmt() 830 pshape = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * colnum); in _hal_parse_txpwrlmt() 844 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt() 868 for (forcnt = 0; forcnt < colnum; ++forcnt) in _hal_parse_txpwrlmt() 889 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt() 914 for (forcnt = 0; forcnt < colnum; ++forcnt) in _hal_parse_txpwrlmt() [all …]
|