Searched refs:p_hevc_sps (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c810 struct v4l2_ctrl_hevc_sps *p_hevc_sps; local
1051 p_hevc_sps = p;
1053 if (!(p_hevc_sps->flags & V4L2_HEVC_SPS_FLAG_PCM_ENABLED)) {
1054 p_hevc_sps->pcm_sample_bit_depth_luma_minus1 = 0;
1055 p_hevc_sps->pcm_sample_bit_depth_chroma_minus1 = 0;
1056 p_hevc_sps->log2_min_pcm_luma_coding_block_size_minus3 = 0;
1057 p_hevc_sps->log2_diff_max_min_pcm_luma_coding_block_size = 0;
1060 if (!(p_hevc_sps->flags &
1062 p_hevc_sps->num_long_term_ref_pics_sps = 0;
/linux-master/include/media/
H A Dv4l2-ctrls.h49 * @p_hevc_sps: Pointer to an HEVC sequence parameter set structure.
80 struct v4l2_ctrl_hevc_sps *p_hevc_sps; member in union:v4l2_ctrl_ptr
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_drv.c270 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps;
343 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps;
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.c46 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps;
/linux-master/include/uapi/linux/
H A Dvideodev2.h1832 struct v4l2_ctrl_hevc_sps __user *p_hevc_sps; member in union:v4l2_ext_control::__anon943

Completed in 167 milliseconds