Home
last modified time | relevance | path

Searched defs:vps (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c431 static RK_S32 parse_vps_extension (HEVCContext *s, HEVCVPS *vps) in parse_vps_extension()
581 static RK_S32 compare_vps(HEVCVPS *openhevc_vps, HEVCVPS *vps) in compare_vps()
1045 HEVCVPS *vps = NULL; in mpp_hevc_decode_nal_vps() local
H A Dh265d_parser.h463 HEVCVPS vps[MAX_VPS_COUNT]; member
530 const HEVCVPS *vps; member
/rockchip-linux_mpp/mpp/codec/enc/h265/
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() local
H A Dh265e_codec.h68 H265eVps vps; member
H A Dh265e_slice.c209 H265eVps *vps = &p->vps; in h265e_slice_init() local