Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Davsd_syntax.h93 RK_U32 bitstream_offset; member
H A Dm2vd_syntax.h124 RK_U32 bitstream_offset; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c216 if (dx->bitstream_offset) { in hal_m2vd_vdpu1_gen_regs()
217 mpp_dev_set_reg_offset(ctx->dev, 12, dx->bitstream_offset); in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c266 if (dx->bitstream_offset) { in hal_m2vd_vdpu2_gen_regs()
267 mpp_dev_set_reg_offset(ctx->dev, 64, dx->bitstream_offset); in hal_m2vd_vdpu2_gen_regs()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/
H A Dhva-h264.c321 u16 bitstream_offset; member
776 td->bitstream_offset = (((u32)stream->paddr & 0xF) << 3) & in hva_h264_prepare_task()
866 td->bitstream_offset += (payload - ((payload >> 4) << 4)) * 8; in hva_h264_prepare_task()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_vdpu2.c438 p_hal->data_offset += p_hal->syn.bitstream_offset; in repeat_other_field()
547 p_hal->data_offset = p_hal->syn.bitstream_offset; in hal_avsd_vdpu2_gen_regs()
H A Dhal_avsd_vdpu1.c445 p_hal->data_offset += p_hal->syn.bitstream_offset; in repeat_other_field()
550 p_hal->data_offset = p_hal->syn.bitstream_offset; in hal_avsd_vdpu1_gen_regs()
H A Dhal_avsd_plus.c536 p_hal->data_offset += p_hal->syn.bitstream_offset; in repeat_other_field()
640 p_hal->data_offset = p_hal->syn.bitstream_offset; in hal_avsd_plus_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c653 syn->bitstream_offset = p_dec->cur->stream_offset; in avsd_fill_parameters()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1393 dst->bitstream_offset = ((readbits >> 3) & (~7)); in m2vd_convert_to_dxva()