/device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.c | 33 uint32_t radio[MAX_PLANES]; member 44 .radio = {4, 2}, 49 .radio = {4, 1, 1}, 54 .radio = {4, 4}, 59 .radio = {4, 2, 2}, 110 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat() 112 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat() 115 tmpHeight = DIV_ROUND_UP((height * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.c | 33 uint32_t radio[MAX_PLANES]; member 44 .radio = { 4, 2 }, 49 .radio = { 4, 1, 1 }, 54 .radio = { 4, 4 }, 59 .radio = { 4, 2, 2 }, 100 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat() 102 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat() 105 tmpHeight = DIV_ROUND_UP((height * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.cpp | 37 uint32_t radio[MAX_PLANES]; 48 .radio = { 4, 2 }, 53 .radio = { 4, 1, 1 }, 58 .radio = { 4, 4 }, 63 .radio = { 4, 2, 2 }, 104 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat() 106 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat() 109 tmpHeight = DIV_ROUND_UP((height * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.cpp | 37 uint32_t radio[MAX_PLANES]; 48 .radio = { 4, 2 }, 53 .radio = { 4, 1, 1 }, 58 .radio = { 4, 4 }, 63 .radio = { 4, 2, 2 }, 104 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat() 106 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat() 109 tmpHeight = DIV_ROUND_UP((height * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.cpp | 37 uint32_t radio[MAX_PLANES]; 48 .radio = { 4, 2 }, 53 .radio = { 4, 1, 1 }, 58 .radio = { 4, 4 }, 63 .radio = { 4, 2, 2 }, 104 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat() 106 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat() 109 tmpHeight = DIV_ROUND_UP((height * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_gralloc.c | 45 uint32_t radio[MAX_PLANES]; member 56 .radio = { 4, 2 }, 61 .radio = { 4, 1, 1 }, 91 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat() 93 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat() 96 width = DIV_ROUND_UP((width * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
|
/device/qemu/hardware/display/ |
H A D | display_gralloc.c | 48 uint32_t radio[MAX_PLANES]; member 59 .radio = { 4, 2 }, 64 .radio = { 4, 1, 1 }, 94 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat() 96 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat() 99 width = DIV_ROUND_UP((width * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dngl_stats.h | 156 uint32 on_time; /* msecs the radio is awake (32 bits number 164 /* radio statistics */ 170 wifi_radio radio; /* wifi radio (if multiple radio supported) */ member 171 uint32 on_time; /* msecs the radio is awake (32 bits number 174 uint32 tx_time; /* msecs the radio is transmitting (32 bits 177 uint32 rx_time; /* msecs the radio is in active receive (32 bits 180 uint32 on_time_scan; /* msecs the radio is awake due to all scan (32 bits 183 uint32 on_time_nbd; /* msecs the radio i 203 wifi_radio radio; global() member [all...] |
H A D | wl_cfgvendor.c | 6198 wifi_radio_stat *radio; in wl_cfgvendor_lstats_get_info() local 6247 radio = (wifi_radio_stat *)iovar_buf; in wl_cfgvendor_lstats_get_info() 6250 radio_h.on_time = radio->on_time; in wl_cfgvendor_lstats_get_info() 6251 radio_h.tx_time = radio->tx_time; in wl_cfgvendor_lstats_get_info() 6252 radio_h.rx_time = radio->rx_time; in wl_cfgvendor_lstats_get_info() 6253 radio_h.on_time_scan = radio->on_time_scan; in wl_cfgvendor_lstats_get_info() 6254 radio_h.on_time_nbd = radio->on_time_nbd; in wl_cfgvendor_lstats_get_info() 6255 radio_h.on_time_gscan = radio->on_time_gscan; in wl_cfgvendor_lstats_get_info() 6256 radio_h.on_time_roam_scan = radio->on_time_roam_scan; in wl_cfgvendor_lstats_get_info() 6257 radio_h.on_time_pno_scan = radio in wl_cfgvendor_lstats_get_info() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 1714 uint16 radio; /**< Radio attenuation */ member 2211 uint32 radiorev; /**< radio revision */ 3246 chanspec_t chspec; /* radio chspec */ 3900 uint32 rfdisable; /**< count of radio disables */ 4832 uint32 rfdisable; /**< count of radio disables */ 5136 uint32 rfdisable; /* count of radio disables */ 5390 uint32 rfdisable; /**< count of radio disables */
|