Searched refs:slice_short (Results 1 – 6 of 6) sorted by relevance
399 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()
2132 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()
100 DXVA_Slice_H264_Short *slice_short; //!< MAX_SLICES member
697 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()
399 …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()
237 DXVA_Slice_HEVC_Short *slice_short; member