Home
last modified time | relevance | path

Searched refs:pic_order_cnt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/media/sunxi/cedrus/
A Dcedrus_h265.c104 u32 pic_order_cnt[], in cedrus_h265_frame_info_write_single() argument
118 .top_pic_order_cnt = cpu_to_le32(pic_order_cnt[0]), in cedrus_h265_frame_info_write_single()
120 pic_order_cnt[1] : in cedrus_h265_frame_info_write_single()
121 pic_order_cnt[0]), in cedrus_h265_frame_info_write_single()
145 u32 pic_order_cnt[2] = { in cedrus_h265_frame_info_write_dpb() local
146 dpb[i].pic_order_cnt[0], in cedrus_h265_frame_info_write_dpb()
147 dpb[i].pic_order_cnt[1] in cedrus_h265_frame_info_write_dpb()
151 pic_order_cnt, in cedrus_h265_frame_info_write_dpb()
319 u32 pic_order_cnt[2]; in cedrus_h265_setup() local
613 pic_order_cnt[0] = slice_params->slice_pic_order_cnt; in cedrus_h265_setup()
[all …]
/linux/drivers/staging/media/hantro/
A Dhantro_g2_hevc_dec.c272 static int find_ref_pic_index(const struct v4l2_hevc_dpb_entry *dpb, int pic_order_cnt) in find_ref_pic_index() argument
277 if (dpb[i].pic_order_cnt[0] == pic_order_cnt) in find_ref_pic_index()
414 char poc_diff = decode_params->pic_order_cnt_val - dpb[i].pic_order_cnt[0]; in set_ref()
441 luma_addr = hantro_hevc_get_ref_buf(ctx, dpb[i].pic_order_cnt[0]); in set_ref()
/linux/include/media/
A Dhevc-ctrls.h140 __u16 pic_order_cnt[2]; member
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-codec.rst3178 - ``pic_order_cnt[2]``

Completed in 11 milliseconds