Home
last modified time | relevance | path

Searched defs:p_Dec (Results 1 – 7 of 7) 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() local
380 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_deinit() local
405 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_reset() local
480 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_flush() local
505 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_control() local
537 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_prepare() local
633 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_parse() local
[all …]
H A Dh264d_init.c204 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
647 H264_DecCtx_t *p_Dec = p_Vid->p_Dec; in alloc_decpic() local
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() local
1589 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_dpb_info() local
1782 H264_DecCtx_t *p_Dec = currSlice->p_Dec; in prepare_init_ref_info() local
1936 H264_DecCtx_t *p_Dec = NULL; in check_refer_dpb_buf_slots() local
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() local
[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() local
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() local
748 H264_DecCtx_t *p_Dec = p_Inp->p_Dec; in parse_prepare_fast() local
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.h751 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
960 struct h264_dec_ctx_t *p_Dec; member
986 struct h264_dec_ctx_t *p_Dec; //!< H264_DecCtx_t member
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_api.c321 Mpg4dCtx *p_Dec = (Mpg4dCtx *)dec; in mpg4d_callback() local