Home
last modified time | relevance | path

Searched refs:poc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-h264.c219 static void set_poc_reg(struct rkvdec_regs *regs, uint32_t poc, int id, bool bottom) in set_poc_reg() argument
224 regs->h26x.ref0_14_poc[id * 2] = poc; in set_poc_reg()
227 regs->h26x.ref15_29_poc[(id - 8) * 2 + 1] = poc; in set_poc_reg()
230 regs->h26x.ref30_poc = poc; in set_poc_reg()
236 regs->h26x.ref0_14_poc[id * 2 + 1] = poc; in set_poc_reg()
239 regs->h26x.ref15_29_poc[(id - 7) * 2] = poc; in set_poc_reg()
242 regs->h26x.ref31_poc = poc; in set_poc_reg()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c41 s32 poc) in hantro_hevc_get_ref_buf() argument
48 if (hevc_dec->ref_bufs_poc[i] == poc) { in hantro_hevc_get_ref_buf()
57 int hantro_hevc_add_ref_buf(struct hantro_ctx *ctx, int poc, dma_addr_t addr) in hantro_hevc_add_ref_buf() argument
66 hevc_dec->ref_bufs_poc[i] = poc; in hantro_hevc_add_ref_buf()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dpcs-639x.c651 u16 reg, poc; in mv88e6393x_erratum_4_8() local
654 err = mv88e639x_read(mpcs, MV88E6393X_SERDES_POC, &poc); in mv88e6393x_erratum_4_8()
658 poc &= MV88E6393X_SERDES_POC_PCS_MASK; in mv88e6393x_erratum_4_8()
659 if (poc == MV88E6393X_SERDES_POC_PCS_1000BASEX || in mv88e6393x_erratum_4_8()
660 poc == MV88E6393X_SERDES_POC_PCS_SGMII_PHY || in mv88e6393x_erratum_4_8()
661 poc == MV88E6393X_SERDES_POC_PCS_SGMII_MAC) in mv88e6393x_erratum_4_8()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h162 s32 poc; member
H A Dvdec_h264_if.c46 int32_t poc; member
447 fb->status, list->fb_list[list->read_idx].poc, in vdec_h264_get_fb()
H A Dvdec_hevc_req_multi_if.c230 s32 poc; member
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c337 s32 poc; in cedrus_h265_is_low_delay() local
341 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay()
345 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
352 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
/linux/drivers/media/v4l2-core/
H A Dv4l2-h264.c355 u32 poc = v4l2_h264_get_poc(builder, reflist + i); in format_ref_list_b() local
359 longterm ? frame_num : poc, in format_ref_list_b()
/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c343 u32 poc = 0; in iris_hfi_gen2_set_picture_order_count() local
345 inst_hfi_gen2->src_subcr_params.pic_order_cnt = poc; in iris_hfi_gen2_set_picture_order_count()
352 &poc, in iris_hfi_gen2_set_picture_order_count()
/linux/drivers/media/platform/amphion/
H A Dvpu_windsor.c481 u32 poc; member