Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_sei.c43 if (seq_parameter_set_id >= MAXSPS || !p_videoctx->spsSet[seq_parameter_set_id]) { in interpret_picture_timing_info()
171 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.h973 struct h264_sps_t *spsSet[MAXSPS]; //!< MAXSPS, all sps storage
974 struct h264_subsps_t *subspsSet[MAXSPS]; //!< MAXSPS, all subpps storage
H A Dh264d_api.c134 for (i = 0; i < MAXSPS; i++) { in free_vid_ctx()
H A Dh264d_sps.c206 if (cur_sps->seq_parameter_set_id >= MAXSPS) { in parser_sps()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264_syntax.h25 #define MAXSPS 32 macro