Home
last modified time | relevance | path

Searched refs:poc_type (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c115 h264->poc_type = 2; in init_h264e_cfg_set()
123 h264->poc_type = 0; in init_h264e_cfg_set()
133 h264->poc_type = 0; in init_h264e_cfg_set()
283 h264->poc_type == 2) { in h264e_check_cfg()
H A Dh264e_dpb.h116 RK_S32 poc_type; member
H A Dh264e_sps.c321 mpp_writer_put_ue(bit, cfg->h264.poc_type); in h264e_sps_to_packet()
322 if (cfg->h264.poc_type == 0) { in h264e_sps_to_packet()
H A Dh264e_dpb.c141 dpb->poc_type = sps->pic_order_cnt_type; in h264e_dpb_setup()
542 if (dpb->poc_type == 0) in h264e_dpb_proc()
544 else if (dpb->poc_type == 2) in h264e_dpb_proc()
/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c108 hw_cfg->hw_poc_type != h264->poc_type || in h264e_vepu_stream_amend_config()
123 slice->pic_order_cnt_type = cfg->h264.poc_type; in h264e_vepu_stream_amend_config()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510_reg.h57 RK_U32 poc_type : 2; member
H A Dhal_h264e_vepu511_reg.h65 RK_U32 poc_type : 2; member
H A Dhal_h264e_vepu510.c929 reg_frm->synt_sps.poc_type = sps->pic_order_cnt_type; in setup_vepu510_codec()
H A Dhal_h264e_vepu511.c899 reg_frm->synt_sps.poc_type = sps->pic_order_cnt_type; in setup_vepu511_codec()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h639 RK_U32 poc_type; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c129 …ENTRY(prefix, u32, rk_u32, poc_type, FLAG_INCR, h264,
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md631 | rc:drop_gap | U32 | RK_U32 | 表示最大允许连续丢帧数。当输出码流的poc_type
668 | h264:poc_type | U32 | RK_U32 | 表示SPS中的pic_order_cnt_type参…