Home
last modified time | relevance | path

Searched refs:H264_DecCtx_t (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c235 static MPP_RET free_dec_ctx(H264_DecCtx_t *p_Dec) in free_dec_ctx()
251 static MPP_RET init_dec_ctx(H264_DecCtx_t *p_Dec) in init_dec_ctx()
294 static MPP_RET h264d_flush_dpb_eos(H264_DecCtx_t *p_Dec) in h264d_flush_dpb_eos()
325 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_init()
327 memset(p_Dec, 0, sizeof(H264_DecCtx_t)); in h264d_init()
380 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_deinit()
405 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_reset()
480 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_flush()
505 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_control()
537 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_prepare()
[all …]
H A Dh264d_dpb.h33 void free_storable_picture(H264_DecCtx_t *p_Dec, H264_StorePic_t *p);
34 void free_frame_store(H264_DecCtx_t *p_Dec, H264_FrameStore_t *f);
43 MPP_RET output_dpb (H264_DecCtx_t *p_Dec, H264_DpbBuf_t *p_Dpb);
H A Dh264d_init.h31 MPP_RET update_dpb (H264_DecCtx_t *p_Dec);
34 void flush_dpb_buf_slot(H264_DecCtx_t *p_Dec);
H A Dh264d_parse.h34 MPP_RET parse_loop(H264_DecCtx_t *p_Dec);
H A Dh264d_init.c204 H264_DecCtx_t *p_Dec = p_Dpb->p_Vid->p_Dec; in store_proc_picture_in_dpb()
395 H264_DecCtx_t *p_Dec = p_Vid->p_Dec; in dpb_mark_malloc()
647 H264_DecCtx_t *p_Dec = p_Vid->p_Dec; in alloc_decpic()
1497 static RK_U32 check_ref_dbp_err(H264_DecCtx_t *p_Dec, H264_RefPicInfo_t *pref, RK_U32 active_refs) in check_ref_dbp_err()
1527 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in check_refer_picture_lists()
1589 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_dpb_info()
1782 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_ref_info()
1936 H264_DecCtx_t *p_Dec = NULL; in check_refer_dpb_buf_slots()
1997 void flush_dpb_buf_slot(H264_DecCtx_t *p_Dec) in flush_dpb_buf_slot()
2051 H264_DecCtx_t *p_Dec = currSlice->p_Vid->p_Dec; in init_picture()
[all …]
H A Dh264d_dpb.c155 static void unmark_for_reference(H264_DecCtx_t *p_Dec, H264_FrameStore_t* fs) in unmark_for_reference()
632 static void free_dpb_mark(H264_DecCtx_t *p_Dec, H264_DpbMark_t *p_mark, RK_S32 structure) in free_dpb_mark()
655 H264_DecCtx_t *p_Dec = NULL; in remove_frame_from_dpb()
1401 static void flush_one_dpb_mark(H264_DecCtx_t *p_Dec, H264_DpbMark_t *p_mark) in flush_one_dpb_mark()
1540 void free_frame_store(H264_DecCtx_t *p_Dec, H264_FrameStore_t* f) in free_frame_store()
1786 void free_storable_picture(H264_DecCtx_t *p_Dec, H264_StorePic_t *p) in free_storable_picture()
2071 MPP_RET output_dpb(H264_DecCtx_t *p_Dec, H264_DpbBuf_t *p_Dpb) in output_dpb()
H A Dh264d_parse.c651 H264_DecCtx_t *p_Dec = p_Inp->p_Dec; in parse_prepare()
748 H264_DecCtx_t *p_Dec = p_Inp->p_Dec; in parse_prepare_fast()
998 MPP_RET parse_loop(H264_DecCtx_t *p_Dec) in parse_loop()
H A Dh264d_sps.c173 static MPP_RET parser_sps(BitReadCtx_t *p_bitctx, H264_SPS_t *cur_sps, H264_DecCtx_t *p_Dec) in parser_sps()
H A Dh264d_global.h1159 } H264_DecCtx_t; typedef