Home
last modified time | relevance | path

Searched refs:H264eDpb (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.h132 } H264eDpb; typedef
138 MPP_RET h264e_dpb_init(H264eDpb *dpb, H264eReorderInfo *reorder, H264eMarkingInfo *marking);
139 MPP_RET h264e_dpb_deinit(H264eDpb *dpb);
141 MPP_RET h264e_dpb_setup(H264eDpb *dpb, MppEncCfgSet* cfg, H264eSps *sps);
150 MPP_RET h264e_dpb_proc(H264eDpb *dpb, EncCpbStatus *cpb);
155 MPP_RET h264e_dpb_hal_start(H264eDpb *dpb, RK_S32 slot_idx);
156 MPP_RET h264e_dpb_hal_end(H264eDpb *dpb, RK_S32 slot_idx);
158 void h264e_dpb_check(H264eDpb *dpb, EncCpbStatus *cpb);
162 void h264e_dpb_dump_frm(H264eDpb *dpb, const char *caller, RK_S32 line);
H A Dh264e_dpb.c28 void h264e_dpb_dump_usage(H264eDpb *dpb, const char *fmt) in h264e_dpb_dump_usage()
44 void h264e_dpb_dump_frm(H264eDpb *dpb, const char *caller, RK_S32 line) in h264e_dpb_dump_frm()
90 void h264e_dpb_dump_list(H264eDpb *dpb) in h264e_dpb_dump_list()
104 MPP_RET h264e_dpb_init(H264eDpb *dpb, H264eReorderInfo *reorder, H264eMarkingInfo *marking) in h264e_dpb_init()
122 MPP_RET h264e_dpb_setup(H264eDpb *dpb, MppEncCfgSet* cfg, H264eSps *sps) in h264e_dpb_setup()
158 H264eDpbFrm *find_cpb_frame(H264eDpb *dpb, EncFrmStatus *frm) in find_cpb_frame()
226 void h264e_dpb_build_list(H264eDpb *dpb, EncCpbStatus *cpb) in h264e_dpb_build_list()
366 void h264e_dpb_build_marking(H264eDpb *dpb) in h264e_dpb_build_marking()
425 MPP_RET h264e_dpb_proc(H264eDpb *dpb, EncCpbStatus *cpb) in h264e_dpb_proc()
599 void h264e_dpb_check(H264eDpb *dpb, EncCpbStatus *cpb) in h264e_dpb_check()
[all …]
H A Dh264e_api_v2.c60 H264eDpb dpb;
61 H264eDpb dpb_bak;
728 H264eDpb *dpb = &p->dpb; in h264e_proc_dpb()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c81 H264eDpb *dpb;