Home
last modified time | relevance | path

Searched refs:slice_short (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c399 MPP_FREE(ctx_pic->slice_short); in h265d_syntax_fill_slice()
401 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, h->nb_nals); in h265d_syntax_fill_slice()
402 if (!ctx_pic->slice_short) in h265d_syntax_fill_slice()
438 fill_slice_short(&ctx_pic->slice_short[count], position, h->nals[i].size); in h265d_syntax_fill_slice()
H A Dh265d_parser.c2132 MPP_FREE(ctx_pic->slice_short); in h265d_deinit()
2232 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, MAX_SLICES); in h265d_init()
2234 if (!ctx_pic->slice_short) in h265d_init()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_global.h100 DXVA_Slice_H264_Short *slice_short; //!< MAX_SLICES member
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c697 buf = ptr + (dxva_cxt->slice_short[i].BSNALunitDataLocation - cut_byte_acc); in update_stream_buffer()
713 i, dxva_cxt->slice_short[i].BSNALunitDataLocation, dxva_cxt->slice_count, in update_stream_buffer()
714 dxva_cxt->slice_short[i].SliceBytesInBuffer, dxva_cxt->bitstream_size); in update_stream_buffer()
717 stream_size - dxva_cxt->slice_short[i].BSNALunitDataLocation - end_byte); in update_stream_buffer()
720 dxva_cxt->slice_short[i].SliceBytesInBuffer -= cut_byte; in update_stream_buffer()
H A Dhal_h265d_com.c399 …mpp_set_bitread_ctx(&gb_cxt, (RK_U8*)(dxva_cxt->bitstream + dxva_cxt->slice_short[k].BSNALunitData… in hal_h265d_slice_output_rps()
400 dxva_cxt->slice_short[k].SliceBytesInBuffer); in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h237 DXVA_Slice_HEVC_Short *slice_short; member