Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c107 h264->poc_type = 2; in init_h264e_cfg_set()
114 h264->poc_type = 0; in init_h264e_cfg_set()
123 h264->poc_type = 0; in init_h264e_cfg_set()
391 (dst->poc_type != src->poc_type)) { in h264e_proc_h264_cfg()
392 dst->poc_type = src->poc_type; in h264e_proc_h264_cfg()
573 h264->poc_type == 2) { in h264e_check_cfg()
H A Dh264e_dpb.h114 RK_S32 poc_type; member
H A Dh264e_sps.c317 mpp_writer_put_ue(bit, cfg->codec.h264.poc_type); in h264e_sps_to_packet()
318 if (cfg->codec.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()
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c102 hw_cfg->hw_poc_type != h264->poc_type || in h264e_vepu_stream_amend_config()
118 slice->pic_order_cnt_type = cfg->codec.h264.poc_type; in h264e_vepu_stream_amend_config()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp189 …ENTRY(h264, poc_type, U32, RK_U32, MPP_ENC_H264_CFG_CHANGE_POC_TYPE, codec.…
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h727 RK_U32 poc_type; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h713 RK_U32 poc_type; member