Searched refs:H264_DecCtx_t (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_api.c | 225 static MPP_RET free_dec_ctx(H264_DecCtx_t *p_Dec) in free_dec_ctx() 241 static MPP_RET init_dec_ctx(H264_DecCtx_t *p_Dec) in init_dec_ctx() 284 static MPP_RET h264d_flush_dpb_eos(H264_DecCtx_t *p_Dec) in h264d_flush_dpb_eos() 316 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_init() 318 memset(p_Dec, 0, sizeof(H264_DecCtx_t)); in h264d_init() 367 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_deinit() 392 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_reset() 465 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_flush() 490 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_control() 518 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_prepare() [all …]
|
| H A D | h264d_dpb.h | 33 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); 42 MPP_RET output_dpb (H264_DecCtx_t *p_Dec, H264_DpbBuf_t *p_Dpb);
|
| H A D | h264d_init.h | 31 MPP_RET update_dpb (H264_DecCtx_t *p_Dec); 34 void flush_dpb_buf_slot(H264_DecCtx_t *p_Dec);
|
| H A D | h264d_parse.h | 34 MPP_RET parse_loop(H264_DecCtx_t *p_Dec);
|
| H A D | h264d_init.c | 204 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() 1482 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() 1509 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in check_refer_picture_lists() 1577 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_dpb_info() 1770 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_ref_info() 1924 H264_DecCtx_t *p_Dec = NULL; in check_refer_dpb_buf_slots() 1985 void flush_dpb_buf_slot(H264_DecCtx_t *p_Dec) in flush_dpb_buf_slot() 2039 H264_DecCtx_t *p_Dec = currSlice->p_Vid->p_Dec; in init_picture() 2113 MPP_RET update_dpb(H264_DecCtx_t *p_Dec) in update_dpb()
|
| H A D | h264d_dpb.c | 155 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() 1539 void free_frame_store(H264_DecCtx_t *p_Dec, H264_FrameStore_t* f) in free_frame_store() 1785 void free_storable_picture(H264_DecCtx_t *p_Dec, H264_StorePic_t *p) in free_storable_picture() 1987 MPP_RET output_dpb(H264_DecCtx_t *p_Dec, H264_DpbBuf_t *p_Dpb) in output_dpb()
|
| H A D | h264d_parse.c | 545 H264_DecCtx_t *p_Dec = p_Inp->p_Dec; in parse_prepare() 636 H264_DecCtx_t *p_Dec = p_Inp->p_Dec; in parse_prepare_fast() 890 MPP_RET parse_loop(H264_DecCtx_t *p_Dec) in parse_loop()
|
| H A D | h264d_sps.c | 171 static MPP_RET parser_sps(BitReadCtx_t *p_bitctx, H264_SPS_t *cur_sps, H264_DecCtx_t *p_Dec) in parser_sps()
|
| H A D | h264d_global.h | 1152 } H264_DecCtx_t; typedef
|