Searched defs:h264d_video_ctx_t (Results 1 – 1 of 1) sorted by relevance
972 typedef struct h264d_video_ctx_t { struct973 struct h264_sps_t *spsSet[MAXSPS]; //!< MAXSPS, all sps storage974 struct h264_subsps_t *subspsSet[MAXSPS]; //!< MAXSPS, all subpps storage975 struct h264_pps_t *ppsSet[MAXPPS]; //!< MAXPPS, all pps storage976 struct h264_sps_t *active_sps;977 struct h264_subsps_t *active_subsps;978 struct h264_pps_t *active_pps;979 struct h264_dec_ctx_t *p_Dec; //!< H264_DecCtx_t980 struct h264d_input_ctx_t *p_Inp; //!< H264_InputParameters981 struct h264d_cur_ctx_t *p_Cur; //!< H264_CurParameters[all …]