Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c333 unsigned position, unsigned size) in fill_slice_short() argument
336 slice->BSNALunitDataLocation = position; in fill_slice_short()
370 RK_U32 position = 0; in h265d_syntax_fill_slice() local
435 position += start_code_size; in h265d_syntax_fill_slice()
438 fill_slice_short(&ctx_pic->slice_short[count], position, h->nals[i].size); in h265d_syntax_fill_slice()
441 position += h->nals[i].size; in h265d_syntax_fill_slice()
445 ctx_pic->bitstream_size = position; in h265d_syntax_fill_slice()
453 mpp_packet_set_length(h->input_packet, position); in h265d_syntax_fill_slice()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c2625 static MPP_RET mpp_insert_unit(Av1UnitFragment *frag, RK_S32 position) in mpp_insert_unit() argument
2632 if (position < frag->nb_units) in mpp_insert_unit()
2633 memmove(units + position + 1, units + position, in mpp_insert_unit()
2634 (frag->nb_units - position) * sizeof(*units)); in mpp_insert_unit()
2642 if (position > 0) in mpp_insert_unit()
2643 memcpy(units, frag->units, position * sizeof(*units)); in mpp_insert_unit()
2645 if (position < frag->nb_units) in mpp_insert_unit()
2646 memcpy(units + position + 1, frag->units + position, in mpp_insert_unit()
2647 (frag->nb_units - position) * sizeof(*units)); in mpp_insert_unit()
2650 memset(units + position, 0, sizeof(*units)); in mpp_insert_unit()
[all …]
/rockchip-linux_mpp/
H A DCHANGELOG.md737 - [hal_h264d]: adjust position of env_get
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md373 …ferGroup as buffer pool to decoder. This command is called at different position depending on imag…
377 … and decoder can continue decoding. This command is called at different position depending on imag…