Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c39 H265eCtx *p = (H265eCtx *)ctx; in h265e_init()
175 H265eCtx *p = (H265eCtx *)ctx; in h265e_deinit()
199 H265eCtx *p = (H265eCtx *)ctx; in h265e_gen_hdr()
216 H265eCtx *p = (H265eCtx *)ctx; in h265e_start()
241 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_dpb()
258 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_hal()
281 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_enc_skip()
545 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_cfg()
625 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.h102 MPP_RET h265e_set_extra_info(H265eCtx *ctx);
103 MPP_RET h265e_get_extra_info(H265eCtx *ctx, MppPacket pkt_out);
H A Dh265e_syntax.c25 static void fill_picture_parameters(const H265eCtx *h, in fill_picture_parameters()
131 static void fill_slice_parameters( const H265eCtx *h, in fill_slice_parameters()
192 RK_S32 fill_ref_parameters(const H265eCtx *h, H265eSlicParams *sp) in fill_ref_parameters()
357 H265eCtx *h = (H265eCtx *)ctx; in h265e_syntax_fill()
H A Dh265e_codec.h81 } H265eCtx; typedef
H A Dh265e_ps.c113 MPP_RET h265e_set_vps(H265eCtx *ctx, H265eVps *vps) in h265e_set_vps()
164 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps) in h265e_set_sps()
375 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps) in h265e_set_pps()
H A Dh265e_slice.c208 H265eCtx *p = (H265eCtx *)ctx; in h265e_slice_init()
753 H265eCtx *p = (H265eCtx *)ctx; in h265e_code_slice_skip_frame()
H A Dh265e_header_gen.c690 MPP_RET h265e_set_extra_info(H265eCtx *ctx) in h265e_set_extra_info()
749 MPP_RET h265e_get_extra_info(H265eCtx *ctx, MppPacket pkt_out) in h265e_get_extra_info()