Lines Matching refs:HEVCContext
321 static RK_S32 pred_weight_table(HEVCContext *s, BitReadCtx_t *gb) in pred_weight_table()
424 static RK_S32 decode_lt_rps(HEVCContext *s, LongTermRPS *rps, BitReadCtx_t *gb) in decode_lt_rps()
488 static RK_S32 set_sps(HEVCContext *s, const HEVCSPS *sps) in set_sps()
708 static RK_S32 hls_slice_header(HEVCContext *s) in hls_slice_header()
1133 static RK_S32 hls_nal_unit(HEVCContext *s) in hls_nal_unit()
1163 HEVCContext *s = (HEVCContext *)h265dctx->priv_data; in mpp_hevc_out_dec_order()
1178 HEVCContext *s = (HEVCContext *)h265dctx->priv_data; in mpp_hevc_output_frame()
1263 static RK_S32 hevc_frame_start(HEVCContext *s) in hevc_frame_start()
1340 static RK_S32 parser_nal_unit(HEVCContext *s, const RK_U8 *nal, int length) in parser_nal_unit()
1553 RK_S32 mpp_hevc_extract_rbsp(HEVCContext *s, const RK_U8 *src, int length, in mpp_hevc_extract_rbsp()
1615 static RK_S32 split_nal_units(HEVCContext *s, RK_U8 *buf, RK_U32 length) in split_nal_units()
1738 void mpp_hevc_fill_dynamic_meta(HEVCContext *s, const RK_U8 *data, RK_U32 size, RK_U32 hdr_fmt) in mpp_hevc_fill_dynamic_meta()
1778 static RK_S32 check_rpus(HEVCContext *s) in check_rpus()
1815 static RK_S32 parser_nal_units(HEVCContext *s) in parser_nal_units()
1868 static RK_S32 hevc_parser_extradata(HEVCContext *s) in hevc_parser_extradata()
1938 HEVCContext *s = (HEVCContext *)h265dctx->priv_data; in h265d_prepare()
2033 HEVCContext *s = h265dctx->priv_data; in h265d_get_stream()
2052 HEVCContext *s = h265dctx->priv_data; in h265d_parse()
2094 HEVCContext *s = h265dctx->priv_data; in h265d_deinit()
2161 HEVCContext *s = h265dctx->priv_data; in hevc_init_context()
2197 HEVCContext *s = (HEVCContext *)h265dctx->priv_data; in h265d_init()
2203 s = (HEVCContext*)mpp_calloc(HEVCContext, 1); in h265d_init()
2300 HEVCContext *s = (HEVCContext *)h265dctx->priv_data; in h265d_reset()
2325 HEVCContext *s = (HEVCContext *)h265dctx->priv_data; in h265d_callback()