Home
last modified time | relevance | path

Searched refs:p_h264_sps (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c965 struct v4l2_ctrl_h264_sps *p_h264_sps; in std_validate_compound() local
1040 p_h264_sps = p; in std_validate_compound()
1043 if (p_h264_sps->pic_order_cnt_type != 0) { in std_validate_compound()
1044 p_h264_sps->log2_max_pic_order_cnt_lsb_minus4 = 0; in std_validate_compound()
1045 } else if (p_h264_sps->pic_order_cnt_type != 1) { in std_validate_compound()
1046 p_h264_sps->num_ref_frames_in_pic_order_cnt_cycle = 0; in std_validate_compound()
1047 p_h264_sps->offset_for_non_ref_pic = 0; in std_validate_compound()
1048 p_h264_sps->offset_for_top_to_bottom_field = 0; in std_validate_compound()
1049 memset(&p_h264_sps->offset_for_ref_frame, 0, in std_validate_compound()
1050 sizeof(p_h264_sps->offset_for_ref_frame)); in std_validate_compound()
[all …]
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-h264.c374 ret = rkvdec_h264_validate_sps(ctx, ctrl->p_new.p_h264_sps); in rkvdec_h264_start()
453 return rkvdec_h264_validate_sps(ctx, ctrl->p_new.p_h264_sps); in rkvdec_h264_try_ctrl()
H A Drkvdec-vdpu381-h264.c382 ret = rkvdec_h264_validate_sps(ctx, ctrl->p_new.p_h264_sps); in rkvdec_h264_start()
457 return rkvdec_h264_validate_sps(ctx, ctrl->p_new.p_h264_sps); in rkvdec_h264_try_ctrl()
H A Drkvdec-vdpu383-h264.c450 ret = rkvdec_h264_validate_sps(ctx, ctrl->p_new.p_h264_sps); in rkvdec_h264_start()
530 return rkvdec_h264_validate_sps(ctx, ctrl->p_new.p_h264_sps); in rkvdec_h264_try_ctrl()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.c34 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in cedrus_try_ctrl()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_drv.c258 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in hantro_try_ctrl()