Home
last modified time | relevance | path

Searched refs:drop (Results 1 - 15 of 15) sorted by relevance

/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp_config.c126 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 Dhdi_mpp_config.c126 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 Dmpp_rc_defs.h90 unsigned int drop : 1; member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_rc_defs.h90 RK_U32 drop : 1; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_rc_defs.h90 RK_U32 drop : 1; member
/device/soc/rockchip/rk3568/hardware/codec/include/
H A Dhdi_mpp.h90 RKHdiDropSetup drop; member
/device/soc/rockchip/rk3588/hardware/codec/include/
H A Dhdi_mpp.h90 RKHdiDropSetup drop; member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_rc_defs.h109 RK_U32 drop : 1; member
/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Dctrl.c103 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 Dfrw_event.h255 hi_u32 frw_event_vap_flush_event(hi_u8 vap_id, frw_event_type_enum_uint8 event_type, hi_u8 drop);
H A Dfrw_event.c445 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 Dsco.c317 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 Dstats.h69 STAT_COUNTER drop; /* Dropped packets. */ member
106 STAT_COUNTER drop; /* Dropped packets. */ member
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c1217 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 Dr8168_n.c[all...]

Completed in 50 milliseconds