Lines Matching refs:h264

96     MppEncH264Cfg *h264 = &cfg->h264;  in init_h264e_cfg_set()  local
104 memset(h264, 0, sizeof(*h264)); in init_h264e_cfg_set()
105 h264->profile = H264_PROFILE_BASELINE; in init_h264e_cfg_set()
106 h264->level = H264_LEVEL_3_1; in init_h264e_cfg_set()
107 h264->vui.vui_en = 1; in init_h264e_cfg_set()
115 h264->poc_type = 2; in init_h264e_cfg_set()
116 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
117 h264->log2_max_frame_num = 12; in init_h264e_cfg_set()
118 h264->hw_cfg.hw_poc_type = 2; in init_h264e_cfg_set()
119 h264->hw_cfg.hw_log2_max_frame_num_minus4 = 12; in init_h264e_cfg_set()
120 h264->hw_cfg.hw_split_out = 0; in init_h264e_cfg_set()
123 h264->poc_type = 0; in init_h264e_cfg_set()
124 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
125 h264->log2_max_frame_num = 12; in init_h264e_cfg_set()
126 h264->chroma_cb_qp_offset = -6; in init_h264e_cfg_set()
127 h264->chroma_cr_qp_offset = -6; in init_h264e_cfg_set()
128 h264->hw_cfg.hw_poc_type = 0; in init_h264e_cfg_set()
129 h264->hw_cfg.hw_log2_max_frame_num_minus4 = 12; in init_h264e_cfg_set()
130 h264->hw_cfg.hw_split_out = 0; in init_h264e_cfg_set()
133 h264->poc_type = 0; in init_h264e_cfg_set()
134 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
135 h264->log2_max_frame_num = 12; in init_h264e_cfg_set()
136 h264->hw_cfg.hw_poc_type = 0; in init_h264e_cfg_set()
137 h264->hw_cfg.hw_log2_max_frame_num_minus4 = 12; in init_h264e_cfg_set()
138 h264->hw_cfg.hw_split_out = 0; in init_h264e_cfg_set()
279 MppEncH264Cfg *h264 = &cfg->h264; in h264e_check_cfg() local
283 h264->poc_type == 2) { in h264e_check_cfg()
398 MppEncH264Cfg *h264 = &p->cfg->h264; in h264e_start() local
400 h264->base_layer_pid = base_layer_pid; in h264e_start()
498 MppEncH264Cfg *h264 = &p->cfg->h264; in h264e_proc_hal() local
514 RK_S32 cfg_max_tid = h264->max_tid; in h264e_proc_hal()
519 h264->max_tid = cpb_max_tid; in h264e_proc_hal()
524 if (h264->prefix_mode || h264->max_tid) { in h264e_proc_hal()
533 prefix->priority_id = h264->base_layer_pid + frm->temporal_id; in h264e_proc_hal()
561 MppEncH264Cfg *h264 = &p->cfg->h264; in h264e_sw_enc() local
573 if (h264->prefix_mode || h264->max_tid) { in h264e_sw_enc()