Home
last modified time | relevance | path

Searched defs:h264_dec_ctx_t (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h1125 typedef struct h264_dec_ctx_t { struct
1126 struct h264d_mem_t *mem;
1127 struct h264_dpb_mark_t *dpb_mark; //!< for write out, MAX_DPB_SIZE
1128 struct h264_dpb_info_t *dpb_info; //!< 16
1129 struct h264_refpic_info_t *refpic_info_p; //!< 32
1130 struct h264_refpic_info_t *refpic_info_b[2]; //!< [2][32]
1131 struct h264d_dxva_ctx_t *dxva_ctx;
1133 struct h264d_input_ctx_t *p_Inp;
1134 struct h264d_cur_ctx_t *p_Cur; //!< current parameters, use in read nalu
1135 struct h264d_video_ctx_t *p_Vid; //!< parameters for video decoder
[all …]