Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h145 NAL_RASL_N = 8, enumerator
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c901 s->nal_unit_type != NAL_RASL_N && in hls_slice_header()
1434 case NAL_RASL_N: in parser_nal_unit()
1476 if ((s->nal_unit_type == NAL_RASL_R || s->nal_unit_type == NAL_RASL_N) && in parser_nal_unit()
1845 case NAL_RASL_N: in parser_nal_units()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c861 slice->m_nalUnitType = NAL_RASL_N; in h265e_dpb_build_list()