Home
last modified time | relevance | path

Searched refs:max_ra (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c727 s->max_ra = INT_MAX; in hls_slice_header()
736 s->max_ra = INT_MAX; in hls_slice_header()
770 s->max_ra = INT_MAX; in hls_slice_header()
1465 if (s->max_ra == INT_MAX) { in parser_nal_unit()
1469 s->max_ra = s->poc; in parser_nal_unit()
1472 s->max_ra = INT_MIN; in parser_nal_unit()
1477 s->poc <= s->max_ra) { in parser_nal_unit()
1481 …(s->poc < s->max_ra) && !IS_IRAP(s)) { //when seek to I slice skip the stream small then I slic poc in parser_nal_unit()
1485 if (s->nal_unit_type == NAL_RASL_R && s->poc > s->max_ra) in parser_nal_unit()
1486 s->max_ra = INT_MIN; in parser_nal_unit()
[all …]
H A Dh265d_parser.h553 RK_S32 max_ra; member
H A Dh265d_sei.c514 s->max_ra = INT_MIN; in mpp_hevc_decode_nal_sei()