Searched refs:p_hevc_pps (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c811 struct v4l2_ctrl_hevc_pps *p_hevc_pps; local
1066 p_hevc_pps = p;
1068 if (!(p_hevc_pps->flags &
1070 p_hevc_pps->diff_cu_qp_delta_depth = 0;
1072 if (!(p_hevc_pps->flags & V4L2_HEVC_PPS_FLAG_TILES_ENABLED)) {
1073 p_hevc_pps->num_tile_columns_minus1 = 0;
1074 p_hevc_pps->num_tile_rows_minus1 = 0;
1075 memset(&p_hevc_pps->column_width_minus1, 0,
1076 sizeof(p_hevc_pps->column_width_minus1));
1077 memset(&p_hevc_pps
[all...]
/linux-master/include/media/
H A Dv4l2-ctrls.h50 * @p_hevc_pps: Pointer to an HEVC picture parameter set structure.
81 struct v4l2_ctrl_hevc_pps *p_hevc_pps; member in union:v4l2_ctrl_ptr
/linux-master/include/uapi/linux/
H A Dvideodev2.h1833 struct v4l2_ctrl_hevc_pps __user *p_hevc_pps; member in union:v4l2_ext_control::__anon943

Completed in 101 milliseconds