Home
last modified time | relevance | path

Searched refs:H265eCtx (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c42 H265eCtx *p = (H265eCtx *)ctx; in h265e_init()
189 H265eCtx *p = (H265eCtx *)ctx; in h265e_deinit()
210 H265eCtx *p = (H265eCtx *)ctx; in h265e_gen_hdr()
270 H265eCtx *p = (H265eCtx *)ctx; in h265e_start()
298 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_dpb()
316 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_hal()
361 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_enc_skip()
408 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_cfg()
451 sizeof(H265eCtx),
H A Dh265e_ps.h27 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps);
28 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps);
29 MPP_RET h265e_set_vps(H265eCtx *ctx, H265eVps *vps);
H A Dh265e_header_gen.h104 MPP_RET h265e_set_extra_info(H265eCtx *ctx);
105 MPP_RET h265e_get_extra_info(H265eCtx *ctx, MppPacket pkt_out);
H A Dh265e_syntax.c40 static void fill_picture_parameters(const H265eCtx *h, in fill_picture_parameters()
146 static void fill_slice_parameters( const H265eCtx *h, in fill_slice_parameters()
206 RK_S32 fill_ref_parameters(const H265eCtx *h, H265eSlicParams *sp) in fill_ref_parameters()
371 H265eCtx *h = (H265eCtx *)ctx; in h265e_syntax_fill()
H A Dh265e_codec.h79 } H265eCtx; typedef
H A Dh265e_slice.c208 H265eCtx *p = (H265eCtx *)ctx; in h265e_slice_init()
803 H265eCtx *p = (H265eCtx *)ctx; in h265e_code_skip_tile()
853 H265eCtx *p = (H265eCtx *)ctx; in h265e_code_slice_skip_frame()
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()
402 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps) in h265e_set_pps()
H A Dh265e_header_gen.c706 MPP_RET h265e_set_extra_info(H265eCtx *ctx) in h265e_set_extra_info()
765 MPP_RET h265e_get_extra_info(H265eCtx *ctx, MppPacket pkt_out) in h265e_get_extra_info()