Searched defs:p_Dec (Results 1 – 7 of 7) 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() local 367 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_deinit() local 392 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_reset() local 465 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_flush() local 490 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_control() local 518 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_prepare() local 612 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_parse() local [all …]
|
| H A D | h264d_init.c | 204 H264_DecCtx_t *p_Dec = p_Dpb->p_Vid->p_Dec; in store_proc_picture_in_dpb() local 395 H264_DecCtx_t *p_Dec = p_Vid->p_Dec; in dpb_mark_malloc() local 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() local 1577 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_dpb_info() local 1770 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_ref_info() local 1924 H264_DecCtx_t *p_Dec = NULL; in check_refer_dpb_buf_slots() local 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() local 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() local 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() local 636 H264_DecCtx_t *p_Dec = p_Inp->p_Dec; in parse_prepare_fast() local 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 | 751 struct h264_dec_ctx_t *p_Dec; member 832 struct h264_dec_ctx_t *p_Dec; // H264_DecCtx_t member 874 struct h264_dec_ctx_t *p_Dec; member 879 struct h264_dec_ctx_t *p_Dec; member 955 struct h264_dec_ctx_t *p_Dec; member 979 struct h264_dec_ctx_t *p_Dec; //!< H264_DecCtx_t member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_api.c | 318 Mpg4dCtx *p_Dec = (Mpg4dCtx *)dec; in mpg4d_callback() local
|