Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h130 #define IS_CRA(s) (s->nal_unit_type == NAL_CRA_NUT)
152 NAL_CRA_NUT = 21, enumerator
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c82 (nut >= NAL_BLA_W_LP && nut <= NAL_CRA_NUT)) { in hevc_find_frame_end()
1431 case NAL_CRA_NUT: in parser_nal_unit()
1466 if (s->nal_unit_type == NAL_CRA_NUT || IS_BLA(s) || in parser_nal_unit()
1842 case NAL_CRA_NUT: in parser_nal_units()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c390 if (nalUnitType == NAL_CRA_NUT) { // CRA picture found in h265e_dpb_dec_refresh_marking()