Searched refs:p_h264_pps (Results 1 – 4 of 4) sorted by relevance
563 struct v4l2_ctrl_h264_pps *p_h264_pps; in std_validate_compound() local696 p_h264_pps = p; in std_validate_compound()698 if (p_h264_pps->num_slice_groups_minus1 > 7) in std_validate_compound()706 if (p_h264_pps->weighted_bipred_idc > 2) in std_validate_compound()713 if (p_h264_pps->pic_init_qp_minus26 < -62 || in std_validate_compound()714 p_h264_pps->pic_init_qp_minus26 > 25) in std_validate_compound()716 if (p_h264_pps->pic_init_qs_minus26 < -26 || in std_validate_compound()717 p_h264_pps->pic_init_qs_minus26 > 25) in std_validate_compound()719 if (p_h264_pps->chroma_qp_index_offset < -12 || in std_validate_compound()720 p_h264_pps->chroma_qp_index_offset > 12) in std_validate_compound()[all …]
70 struct v4l2_ctrl_h264_pps *p_h264_pps; member
1801 struct v4l2_ctrl_h264_pps *p_h264_pps; member
197 - ``p_h264_pps``
Completed in 20 milliseconds