Searched defs:h264d_video_ctx_t (Results 1 – 1 of 1) sorted by relevance
979 typedef struct h264d_video_ctx_t { struct980 struct h264_sps_t *spsSet[MAXSPS]; //!< MAXSPS, all sps storage981 struct h264_subsps_t *subspsSet[MAXSPS]; //!< MAXSPS, all subpps storage982 struct h264_pps_t *ppsSet[MAXPPS]; //!< MAXPPS, all pps storage983 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_t987 struct h264d_input_ctx_t *p_Inp; //!< H264_InputParameters988 struct h264d_cur_ctx_t *p_Cur; //!< H264_CurParameters[all …]