Searched defs:v4l2_ctrl_hevc_decode_params (Results 1 – 1 of 1) sorted by relevance
217 struct v4l2_ctrl_hevc_decode_params { struct218 __s32 pic_order_cnt_val;219 __u8 num_active_dpb_entries;220 struct v4l2_hevc_dpb_entry dpb[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];221 __u8 num_poc_st_curr_before;222 __u8 num_poc_st_curr_after;223 __u8 num_poc_lt_curr;224 __u8 poc_st_curr_before[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];225 __u8 poc_st_curr_after[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];226 __u8 poc_lt_curr[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];[all …]
Completed in 4 milliseconds