Searched refs:pkt_buf (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/rk3588/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 418 * Can use packet with normal malloc buffer as input not pkt_buf. in hal_mpp_get_sps() 420 * Using pkt_buf buffer here is just for simplifing demo. in hal_mpp_get_sps() 422 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_get_sps() 510 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_encode() 744 if (p->pkt_buf) { in hal_mpp_ctx_delete() 745 mpp_buffer_put(p->pkt_buf); in hal_mpp_ctx_delete() 746 p->pkt_buf = NULL; in hal_mpp_ctx_delete() 824 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create() 888 if (p->pkt_buf) { in hal_mpp_ctx_create() 889 mpp_buffer_put(p->pkt_buf); in hal_mpp_ctx_create() [all...] |
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 45 MppBuffer pkt_buf; member
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 45 MppBuffer pkt_buf; member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 45 MppBuffer pkt_buf; member
|
/device/soc/rockchip/rk3399/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 647 if (p->pkt_buf) { in test_mpp_ctx_cleanup() 648 mpp_buffer_put(p->pkt_buf); in test_mpp_ctx_cleanup() 649 p->pkt_buf = NULL; in test_mpp_ctx_cleanup() 677 * Can use packet with normal malloc buffer as input not pkt_buf. in hal_mpp_get_sps() 679 * Using pkt_buf buffer here is just for simplifing demo. in hal_mpp_get_sps() 682 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_get_sps() 766 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_encode() 879 /* pkt_buf�����Ա���?���Ǹ�packetʹ�õ�buffer */ in hal_mpp_ctx_create() 880 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create()
|
/device/soc/rockchip/rk3568/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 639 if (p->pkt_buf) { in test_mpp_ctx_cleanup() 640 mpp_buffer_put(p->pkt_buf); in test_mpp_ctx_cleanup() 641 p->pkt_buf = NULL; in test_mpp_ctx_cleanup() 669 * Can use packet with normal malloc buffer as input not pkt_buf. in hal_mpp_get_sps() 671 * Using pkt_buf buffer here is just for simplifing demo. in hal_mpp_get_sps() 674 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_get_sps() 758 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_encode() 871 /* pkt_buf�����Ա���?���Ǹ�packetʹ�õ�buffer */ in hal_mpp_ctx_create() 872 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create()
|
/device/soc/rockchip/common/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 625 if (p->pkt_buf) { in test_mpp_ctx_cleanup() 626 mpp_buffer_put(p->pkt_buf); in test_mpp_ctx_cleanup() 627 p->pkt_buf = NULL; in test_mpp_ctx_cleanup() 655 * Can use packet with normal malloc buffer as input not pkt_buf. in hal_mpp_get_sps() 657 * Using pkt_buf buffer here is just for simplifing demo. in hal_mpp_get_sps() 660 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_get_sps() 743 mpp_packet_init_with_buffer(&packet, p->pkt_buf); in hal_mpp_encode() 857 /* pkt_buf�����Ա���?���Ǹ�packetʹ�õ�buffer */ in hal_mpp_ctx_create() 858 ret = mpp_buffer_get(p->buf_grp, &p->pkt_buf, p->frame_size); in hal_mpp_ctx_create()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpi_enc_utils.h | 152 MppBuffer pkt_buf; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_config.c | 3782 oal_netbuf_stru *pkt_buf = HI_NULL; in hmac_send_custom_pkt() local 3802 pkt_buf = (oal_netbuf_stru *)oal_netbuf_alloc(pkt_param->us_len, 0, 4); /* align 4 */ in hmac_send_custom_pkt() 3803 if (pkt_buf == HI_NULL) { in hmac_send_custom_pkt() 3809 if (memset_s(oal_netbuf_cb(pkt_buf), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()) != EOK) { in hmac_send_custom_pkt() 3811 oal_netbuf_free(pkt_buf); in hmac_send_custom_pkt() 3814 puc_data = (hi_u8 *)oal_netbuf_header(pkt_buf); in hmac_send_custom_pkt() 3815 tx_ctl = (hmac_tx_ctl_stru *)oal_netbuf_cb(pkt_buf); in hmac_send_custom_pkt() 3818 oal_netbuf_free(pkt_buf); in hmac_send_custom_pkt() 3826 tx_ctl->frame_header = (mac_ieee80211_frame_stru *)oal_netbuf_header(pkt_buf); in hmac_send_custom_pkt() 3830 oal_netbuf_put(pkt_buf, (hi_u3 in hmac_send_custom_pkt() [all...] |
Completed in 14 milliseconds