Home
last modified time | relevance | path

Searched refs:H265ePps (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.h28 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps);
H A Dh265e_codec.h70 H265ePps pps;
H A Dh265e_slice.h359 } H265ePps; typedef
406 H265ePps* m_pps;
H A Dh265e_syntax.c43 const H265ePps *pps = (H265ePps *)&h->pps; in fill_picture_parameters()
H A Dh265e_header_gen.c553 H265ePps *pps, RK_S32 idx )
559 static MPP_RET h265e_pps_write(H265ePps *pps, H265eSps *sps, H265eStream *s) in h265e_pps_write()
710 H265ePps *pps = &ctx->pps; in h265e_set_extra_info()
H A Dh265e_slice.c211 H265ePps *pps = &p->pps; in h265e_slice_init()
855 H265ePps *pps = &p->pps; in h265e_code_slice_skip_frame()
H A Dh265e_ps.c402 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps) in h265e_set_pps()