Lines Matching refs:h264
1895 p->codec.h264.cpb_size = ctrl->val; in s5p_mfc_enc_s_ctrl()
1913 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1917 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1921 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1926 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1936 p->codec.h264.level_v4l2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
1937 p->codec.h264.level = h264_level(ctrl->val); in s5p_mfc_enc_s_ctrl()
1938 if (p->codec.h264.level < 0) { in s5p_mfc_enc_s_ctrl()
1940 ret = p->codec.h264.level; in s5p_mfc_enc_s_ctrl()
1952 p->codec.h264.loop_filter_mode = ctrl->val; in s5p_mfc_enc_s_ctrl()
1955 p->codec.h264.loop_filter_alpha = ctrl->val; in s5p_mfc_enc_s_ctrl()
1958 p->codec.h264.loop_filter_beta = ctrl->val; in s5p_mfc_enc_s_ctrl()
1961 p->codec.h264.entropy_mode = ctrl->val; in s5p_mfc_enc_s_ctrl()
1964 p->codec.h264.num_ref_pic_4p = ctrl->val; in s5p_mfc_enc_s_ctrl()
1967 p->codec.h264._8x8_transform = ctrl->val; in s5p_mfc_enc_s_ctrl()
1973 p->codec.h264.rc_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1976 p->codec.h264.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1979 p->codec.h264.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1982 p->codec.h264.rc_p_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1985 p->codec.h264.rc_b_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2008 p->codec.h264.rc_mb_dark = ctrl->val; in s5p_mfc_enc_s_ctrl()
2011 p->codec.h264.rc_mb_smooth = ctrl->val; in s5p_mfc_enc_s_ctrl()
2014 p->codec.h264.rc_mb_static = ctrl->val; in s5p_mfc_enc_s_ctrl()
2017 p->codec.h264.rc_mb_activity = ctrl->val; in s5p_mfc_enc_s_ctrl()
2020 p->codec.h264.vui_sar = ctrl->val; in s5p_mfc_enc_s_ctrl()
2023 p->codec.h264.vui_sar_idc = vui_sar_idc(ctrl->val); in s5p_mfc_enc_s_ctrl()
2026 p->codec.h264.vui_ext_sar_width = ctrl->val; in s5p_mfc_enc_s_ctrl()
2029 p->codec.h264.vui_ext_sar_height = ctrl->val; in s5p_mfc_enc_s_ctrl()
2032 p->codec.h264.open_gop = !ctrl->val; in s5p_mfc_enc_s_ctrl()
2035 p->codec.h264.open_gop_size = ctrl->val; in s5p_mfc_enc_s_ctrl()