/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 126 setup->drop.dropMode = MPP_ENC_RC_DROP_FRM_DISABLED; in SetDefaultDropMode() 127 setup->drop.dropThd = DFAULT_ENC_DROP_THD; /* 20% of max bps */ in SetDefaultDropMode() 128 setup->drop.dropGap = 1; /* Do not continuous drop frame */ in SetDefaultDropMode() 601 mppApi->HdiMppEncCfgSetU32(pBaseComponent->cfg, "rc:drop_mode", setup->drop.dropMode); in SetEncCfg() 602 mppApi->HdiMppEncCfgSetU32(pBaseComponent->cfg, "rc:drop_thd", setup->drop.dropThd); in SetEncCfg() 603 mppApi->HdiMppEncCfgSetU32(pBaseComponent->cfg, "rc:drop_gap", setup->drop.dropGap); in SetEncCfg() 698 pBaseComponent->setup.drop.dropMode = *(RK_U32 *)param->val; in SetParamDrop() 699 if (pBaseComponent->setup.drop.dropMode < 0 || pBaseComponent->setup.drop in SetParamDrop() [all...] |
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 126 setup->drop.dropMode = MPP_ENC_RC_DROP_FRM_DISABLED; in SetDefaultDropMode() 127 setup->drop.dropThd = DFAULT_ENC_DROP_THD; /* 20% of max bps */ in SetDefaultDropMode() 128 setup->drop.dropGap = 1; /* Do not continuous drop frame */ in SetDefaultDropMode() 601 mppApi->HdiMppEncCfgSetU32(pBaseComponent->cfg, "rc:drop_mode", setup->drop.dropMode); in SetEncCfg() 602 mppApi->HdiMppEncCfgSetU32(pBaseComponent->cfg, "rc:drop_thd", setup->drop.dropThd); in SetEncCfg() 603 mppApi->HdiMppEncCfgSetU32(pBaseComponent->cfg, "rc:drop_gap", setup->drop.dropGap); in SetEncCfg() 698 pBaseComponent->setup.drop.dropMode = *(RK_U32 *)param->val; in SetParamDrop() 699 if (pBaseComponent->setup.drop.dropMode < 0 || pBaseComponent->setup.drop in SetParamDrop() [all...] |
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 90 unsigned int drop : 1; member
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 90 RK_U32 drop : 1; member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 90 RK_U32 drop : 1; member
|
/device/soc/rockchip/rk3568/hardware/codec/include/ |
H A D | hdi_mpp.h | 90 RKHdiDropSetup drop; member
|
/device/soc/rockchip/rk3588/hardware/codec/include/ |
H A D | hdi_mpp.h | 90 RKHdiDropSetup drop; member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 109 RK_U32 drop : 1; member
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | ctrl.c | 103 static inline void HiethEnableRxcsumDrop(struct HiethNetdevLocal *ld, bool drop) in HiethEnableRxcsumDrop() argument 105 HiethWritelBits(ld, drop, UD_REG_NAME(GLB_RX_COE_CTRL), BITS_COE_IPHDR_DROP); in HiethEnableRxcsumDrop() 107 HiethWritelBits(ld, drop, UD_REG_NAME(GLB_RX_COE_CTRL), BITS_COE_IPV6_UDP_ZERO_DROP); in HiethEnableRxcsumDrop() 399 /* drop some bytes for making alignment of net dma cache */ in HiethFeedHw() 404 /* drop the padding word */ in HiethFeedHw()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_event.h | 255 hi_u32 frw_event_vap_flush_event(hi_u8 vap_id, frw_event_type_enum_uint8 event_type, hi_u8 drop);
|
H A D | frw_event.c | 445 hi_u32 frw_event_vap_flush_event(hi_u8 vap_id, frw_event_type_enum_uint8 event_type, hi_u8 drop) in frw_event_vap_flush_event() argument 478 if (drop == 0) { in frw_event_vap_flush_event()
|
/device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
H A D | sco.c | 317 goto drop; in sco_recv_frame() 323 goto drop; in sco_recv_frame() 330 drop: in sco_recv_frame() 1242 goto drop; in sco_recv_scodata() 1252 drop: in sco_recv_scodata()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | stats.h | 69 STAT_COUNTER drop; /* Dropped packets. */ member 106 STAT_COUNTER drop; /* Dropped packets. */ member
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 1217 devdbg(dev, "drop");
in rx_process() 1401 * can't flush_scheduled_work() until we drop rtnl (later),
in hw_stop() 1740 goto drop;
in hw_start_xmit() 1750 goto drop;
in hw_start_xmit() 1803 devdbg(dev, "drop, code %d", retval);
in hw_start_xmit() 1805 drop:
in hw_start_xmit() 2565 /* When NULL is returned, usbnet will increment the drop count of the
in cdc_ncm_tx_fixup() 2567 * decrement the drop-count ahead
in cdc_ncm_tx_fixup()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | [all...] |