Lines Matching refs:h264
1444 p->codec.h264.cpb_size = ctrl->val; in s5p_mfc_enc_s_ctrl()
1461 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1465 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1469 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1474 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1484 p->codec.h264.level_v4l2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
1485 p->codec.h264.level = h264_level(ctrl->val); in s5p_mfc_enc_s_ctrl()
1486 if (p->codec.h264.level < 0) { in s5p_mfc_enc_s_ctrl()
1488 ret = p->codec.h264.level; in s5p_mfc_enc_s_ctrl()
1500 p->codec.h264.loop_filter_mode = ctrl->val; in s5p_mfc_enc_s_ctrl()
1503 p->codec.h264.loop_filter_alpha = ctrl->val; in s5p_mfc_enc_s_ctrl()
1506 p->codec.h264.loop_filter_beta = ctrl->val; in s5p_mfc_enc_s_ctrl()
1509 p->codec.h264.entropy_mode = ctrl->val; in s5p_mfc_enc_s_ctrl()
1512 p->codec.h264.num_ref_pic_4p = ctrl->val; in s5p_mfc_enc_s_ctrl()
1515 p->codec.h264._8x8_transform = ctrl->val; in s5p_mfc_enc_s_ctrl()
1521 p->codec.h264.rc_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1524 p->codec.h264.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1527 p->codec.h264.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1530 p->codec.h264.rc_p_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1533 p->codec.h264.rc_b_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1556 p->codec.h264.rc_mb_dark = ctrl->val; in s5p_mfc_enc_s_ctrl()
1559 p->codec.h264.rc_mb_smooth = ctrl->val; in s5p_mfc_enc_s_ctrl()
1562 p->codec.h264.rc_mb_static = ctrl->val; in s5p_mfc_enc_s_ctrl()
1565 p->codec.h264.rc_mb_activity = ctrl->val; in s5p_mfc_enc_s_ctrl()
1568 p->codec.h264.vui_sar = ctrl->val; in s5p_mfc_enc_s_ctrl()
1571 p->codec.h264.vui_sar_idc = vui_sar_idc(ctrl->val); in s5p_mfc_enc_s_ctrl()
1574 p->codec.h264.vui_ext_sar_width = ctrl->val; in s5p_mfc_enc_s_ctrl()
1577 p->codec.h264.vui_ext_sar_height = ctrl->val; in s5p_mfc_enc_s_ctrl()
1580 p->codec.h264.open_gop = !ctrl->val; in s5p_mfc_enc_s_ctrl()
1583 p->codec.h264.open_gop_size = ctrl->val; in s5p_mfc_enc_s_ctrl()