Home
last modified time | relevance | path

Searched refs:bitstream_offset (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Davsd_syntax.h93 RK_U32 bitstream_offset; member
H A Dm2vd_syntax.h124 RK_U32 bitstream_offset; member
/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c217 if (dx->bitstream_offset) { in hal_m2vd_vdpu1_gen_regs()
218 mpp_dev_set_reg_offset(ctx->dev, 12, dx->bitstream_offset); in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c267 if (dx->bitstream_offset) { in hal_m2vd_vdpu2_gen_regs()
268 mpp_dev_set_reg_offset(ctx->dev, 64, dx->bitstream_offset); in hal_m2vd_vdpu2_gen_regs()
/rockchip-linux_mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_vdpu1.c446 p_hal->data_offset += p_hal->syn.bitstream_offset; in repeat_other_field()
552 p_hal->data_offset = p_hal->syn.bitstream_offset; in hal_avsd_vdpu1_gen_regs()
H A Dhal_avsd_vdpu2.c439 p_hal->data_offset += p_hal->syn.bitstream_offset; in repeat_other_field()
549 p_hal->data_offset = p_hal->syn.bitstream_offset; in hal_avsd_vdpu2_gen_regs()
H A Dhal_avsd_plus.c541 p_hal->data_offset += p_hal->syn.bitstream_offset; in repeat_other_field()
660 p_hal->data_offset = p_hal->syn.bitstream_offset; in hal_avsd_plus_gen_regs()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c655 syn->bitstream_offset = p_dec->cur->stream_offset; in avsd_fill_parameters()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1417 dst->bitstream_offset = ((readbits >> 3) & (~7)); in m2vd_convert_to_dxva()