Home
last modified time | relevance | path

Searched refs:MAXSPS (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264_syntax.h25 #define MAXSPS 32 macro
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sei.c44 if (seq_parameter_set_id >= MAXSPS || !p_videoctx->spsSet[seq_parameter_set_id]) { in interpret_picture_timing_info()
172 if (seq_parameter_set_id >= MAXSPS || !p_videoctx->spsSet[seq_parameter_set_id]) { in interpret_buffering_period_info()
H A Dh264d_pps.c72 if (cur_pps->seq_parameter_set_id >= MAXSPS) { in parser_pps()
H A Dh264d_global.h980 struct h264_sps_t *spsSet[MAXSPS]; //!< MAXSPS, all sps storage
981 struct h264_subsps_t *subspsSet[MAXSPS]; //!< MAXSPS, all subpps storage
H A Dh264d_sps.c209 if (cur_sps->seq_parameter_set_id >= MAXSPS) { in parser_sps()
H A Dh264d_api.c144 for (i = 0; i < MAXSPS; i++) { in free_vid_ctx()