Lines Matching refs:h264

1869 		p->codec.h264.cpb_size = ctrl->val;  in s5p_mfc_enc_s_ctrl()
1886 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1890 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1894 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1899 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1909 p->codec.h264.level_v4l2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
1910 p->codec.h264.level = h264_level(ctrl->val); in s5p_mfc_enc_s_ctrl()
1911 if (p->codec.h264.level < 0) { in s5p_mfc_enc_s_ctrl()
1913 ret = p->codec.h264.level; in s5p_mfc_enc_s_ctrl()
1925 p->codec.h264.loop_filter_mode = ctrl->val; in s5p_mfc_enc_s_ctrl()
1928 p->codec.h264.loop_filter_alpha = ctrl->val; in s5p_mfc_enc_s_ctrl()
1931 p->codec.h264.loop_filter_beta = ctrl->val; in s5p_mfc_enc_s_ctrl()
1934 p->codec.h264.entropy_mode = ctrl->val; in s5p_mfc_enc_s_ctrl()
1937 p->codec.h264.num_ref_pic_4p = ctrl->val; in s5p_mfc_enc_s_ctrl()
1940 p->codec.h264._8x8_transform = ctrl->val; in s5p_mfc_enc_s_ctrl()
1946 p->codec.h264.rc_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1949 p->codec.h264.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1952 p->codec.h264.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1955 p->codec.h264.rc_p_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1958 p->codec.h264.rc_b_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1981 p->codec.h264.rc_mb_dark = ctrl->val; in s5p_mfc_enc_s_ctrl()
1984 p->codec.h264.rc_mb_smooth = ctrl->val; in s5p_mfc_enc_s_ctrl()
1987 p->codec.h264.rc_mb_static = ctrl->val; in s5p_mfc_enc_s_ctrl()
1990 p->codec.h264.rc_mb_activity = ctrl->val; in s5p_mfc_enc_s_ctrl()
1993 p->codec.h264.vui_sar = ctrl->val; in s5p_mfc_enc_s_ctrl()
1996 p->codec.h264.vui_sar_idc = vui_sar_idc(ctrl->val); in s5p_mfc_enc_s_ctrl()
1999 p->codec.h264.vui_ext_sar_width = ctrl->val; in s5p_mfc_enc_s_ctrl()
2002 p->codec.h264.vui_ext_sar_height = ctrl->val; in s5p_mfc_enc_s_ctrl()
2005 p->codec.h264.open_gop = !ctrl->val; in s5p_mfc_enc_s_ctrl()
2008 p->codec.h264.open_gop_size = ctrl->val; in s5p_mfc_enc_s_ctrl()