Searched refs:p_hevc_sps (Results 1 – 4 of 4) sorted by relevance
995 struct v4l2_ctrl_hevc_sps *p_hevc_sps; in std_validate_compound() local1238 p_hevc_sps = p; in std_validate_compound()1240 if (p_hevc_sps->num_short_term_ref_pic_sets > in std_validate_compound()1244 if (!(p_hevc_sps->flags & V4L2_HEVC_SPS_FLAG_PCM_ENABLED)) { in std_validate_compound()1245 p_hevc_sps->pcm_sample_bit_depth_luma_minus1 = 0; in std_validate_compound()1246 p_hevc_sps->pcm_sample_bit_depth_chroma_minus1 = 0; in std_validate_compound()1247 p_hevc_sps->log2_min_pcm_luma_coding_block_size_minus3 = 0; in std_validate_compound()1248 p_hevc_sps->log2_diff_max_min_pcm_luma_coding_block_size = 0; in std_validate_compound()1251 if (!(p_hevc_sps->flags & in std_validate_compound()1253 p_hevc_sps->num_long_term_ref_pics_sps = 0; in std_validate_compound()[all …]
552 ret = rkvdec_hevc_validate_sps(ctx, ctrl->p_new.p_hevc_sps); in rkvdec_hevc_start()629 return rkvdec_hevc_validate_sps(ctx, ctrl->p_new.p_hevc_sps); in rkvdec_hevc_try_ctrl()
407 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps; in rkvdec_hevc_get_image_fmt()
582 return rkvdec_hevc_validate_sps(ctx, ctrl->p_new.p_hevc_sps); in rkvdec_hevc_try_ctrl()