Searched refs:pic_order_cnt_val (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c415 char poc_diff = decode_params->pic_order_cnt_val - dpb[i].pic_order_cnt_val;
431 hantro_reg_write(vpu, &cur_poc[i], decode_params->pic_order_cnt_val);
442 luma_addr = hantro_hevc_get_ref_buf(ctx, dpb[i].pic_order_cnt_val);
463 if (hantro_hevc_add_ref_buf(ctx, decode_params->pic_order_cnt_val, luma_addr))
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c159 dpb[i].pic_order_cnt_val,
160 dpb[i].pic_order_cnt_val
341 poc = run->h265.decode_params->pic_order_cnt_val;
345 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc)
352 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc)
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_hevc_req_multi_if.c195 int pic_order_cnt_val; member in struct:slice_hevc_dpb_entry
203 int pic_order_cnt_val; member in struct:slice_api_hevc_decode_param
570 dst_entry->pic_order_cnt_val = src_entry->pic_order_cnt_val;
577 GET_HEVC_VDEC_PARAM(pic_order_cnt_val);
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-hevc.h323 __entry->d.pic_order_cnt_val,
355 "pic_order_cnt_val %d\n",
361 __entry->e.pic_order_cnt_val
H A Dvisl-dec.c318 "HEVC: %d", run->hevc.dpram->pic_order_cnt_val);
/linux-master/include/uapi/linux/
H A Dv4l2-controls.h2303 * @pic_order_cnt_val: the picture order count of the current picture.
2310 __s32 pic_order_cnt_val; member in struct:v4l2_hevc_dpb_entry
2466 * @pic_order_cnt_val: picture order count
2490 __s32 pic_order_cnt_val; member in struct:v4l2_ctrl_hevc_decode_params

Completed in 138 milliseconds