Home
last modified time | relevance | path

Searched refs:MAX_PPS_COUNT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h435 HEVCPPS pps[MAX_PPS_COUNT];
505 RK_U8 *pps_list[MAX_PPS_COUNT];
578 RK_U8 pps_list_of_updated[MAX_PPS_COUNT];///< zrh add
H A Dh265d_parser.c735 if (pps_id >= MAX_PPS_COUNT || !s->pps_list[pps_id]) { in hls_slice_header()
2040 for (i = 0; i < MAX_PPS_COUNT; i++) in h265d_deinit()
H A Dh265d_ps.c1902 if (pps_id >= MAX_PPS_COUNT) { in mpp_hevc_decode_nal_pps()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h65 #define MAX_PPS_COUNT 64 macro