Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c361 MPP_FREE(ctx_pic->slice_short); in h265d_syntax_fill_slice()
363 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, h->nb_nals); in h265d_syntax_fill_slice()
364 if (!ctx_pic->slice_short) in h265d_syntax_fill_slice()
400 fill_slice_short(&ctx_pic->slice_short[count], position, h->nals[i].size); in h265d_syntax_fill_slice()
H A Dh265d_parser.c2060 MPP_FREE(ctx_pic->slice_short); in h265d_deinit()
2158 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, MAX_SLICES); in h265d_init()
2160 if (!ctx_pic->slice_short) in h265d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_global.h115 DXVA_Slice_H264_Short *slice_short; //!< MAX_SLICES member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c715 buf = ptr + (dxva_cxt->slice_short[i].BSNALunitDataLocation - cut_byte_acc); in update_stream_buffer()
731 i, dxva_cxt->slice_short[i].BSNALunitDataLocation, dxva_cxt->slice_count, in update_stream_buffer()
732 dxva_cxt->slice_short[i].SliceBytesInBuffer, dxva_cxt->bitstream_size); in update_stream_buffer()
735 stream_size - dxva_cxt->slice_short[i].BSNALunitDataLocation - end_byte); in update_stream_buffer()
738 dxva_cxt->slice_short[i].SliceBytesInBuffer -= cut_byte; in update_stream_buffer()
H A Dhal_h265d_com.c398 …mpp_set_bitread_ctx(&gb_cxt, (RK_U8*)(dxva_cxt->bitstream + dxva_cxt->slice_short[k].BSNALunitData… in hal_h265d_slice_output_rps()
399 dxva_cxt->slice_short[k].SliceBytesInBuffer); in hal_h265d_slice_output_rps()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265d_syntax.h214 DXVA_Slice_HEVC_Short *slice_short; member