Home
last modified time | relevance | path

Searched defs:v4l2_ctrl_hevc_decode_params (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dv4l2-controls.h2418 struct v4l2_ctrl_hevc_decode_params { struct
2419 __s32 pic_order_cnt_val;
2420 __u16 short_term_ref_pic_set_size;
2421 __u16 long_term_ref_pic_set_size;
2422 __u8 num_active_dpb_entries;
2423 __u8 num_poc_st_curr_before;
2424 __u8 num_poc_st_curr_after;
2425 __u8 num_poc_lt_curr;
2426 __u8 poc_st_curr_before[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
2427 __u8 poc_st_curr_after[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
[all …]