Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h146 NAL_RASL_R = 9, enumerator
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c81 } else if (nut <= NAL_RASL_R || in hevc_find_frame_end()
902 s->nal_unit_type != NAL_RASL_R) in hls_slice_header()
1435 case NAL_RASL_R: in parser_nal_unit()
1476 if ((s->nal_unit_type == NAL_RASL_R || s->nal_unit_type == NAL_RASL_N) && in parser_nal_unit()
1485 if (s->nal_unit_type == NAL_RASL_R && s->poc > s->max_ra) in parser_nal_unit()
1846 case NAL_RASL_R: in parser_nal_units()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c244 return NAL_RASL_R; in get_nal_unit_type()
860 case NAL_RASL_R: in h265e_dpb_build_list()