Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h979 typedef struct h264d_video_ctx_t { struct
980 struct h264_sps_t *spsSet[MAXSPS]; //!< MAXSPS, all sps storage
981 struct h264_subsps_t *subspsSet[MAXSPS]; //!< MAXSPS, all subpps storage
982 struct h264_pps_t *ppsSet[MAXPPS]; //!< MAXPPS, all pps storage
983 struct h264_sps_t *active_sps;
984 struct h264_subsps_t *active_subsps;
985 struct h264_pps_t *active_pps;
986 struct h264_dec_ctx_t *p_Dec; //!< H264_DecCtx_t
987 struct h264d_input_ctx_t *p_Inp; //!< H264_InputParameters
988 struct h264d_cur_ctx_t *p_Cur; //!< H264_CurParameters
[all …]