Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.h27 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps);
29 MPP_RET h265e_set_vps(H265eCtx *ctx, H265eVps *vps);
H A Dh265e_codec.h68 H265eVps vps;
H A Dh265e_slice.h182 } H265eVps; typedef
407 H265eVps* m_vps;
H A Dh265e_ps.c114 MPP_RET h265e_set_vps(H265eCtx *ctx, H265eVps *vps) in h265e_set_vps()
180 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps) in h265e_set_sps()
H A Dh265e_header_gen.c299 static MPP_RET h265e_vps_write(H265eVps *vps, H265eStream *s) in h265e_vps_write()
711 H265eVps *vps = &ctx->vps; in h265e_set_extra_info()
H A Dh265e_slice.c209 H265eVps *vps = &p->vps; in h265e_slice_init()