Home
last modified time | relevance | path

Searched refs:h264e_dpb_init (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.h140 MPP_RET h264e_dpb_init(H264eDpb *dpb, H264eReorderInfo *reorder, H264eMarkingInfo *marking);
H A Dh264e_dpb.c104 MPP_RET h264e_dpb_init(H264eDpb *dpb, H264eReorderInfo *reorder, H264eMarkingInfo *marking) in h264e_dpb_init() function
134 h264e_dpb_init(dpb, dpb->reorder, dpb->marking); in h264e_dpb_setup()
H A Dh264e_api_v2.c250 h264e_dpb_init(&p->dpb, &p->reorder, &p->marking); in h264e_init()