Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h129 #define IS_CRA(s) (s->nal_unit_type == NAL_CRA_NUT)
151 NAL_CRA_NUT = 21, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c76 (nut >= NAL_BLA_W_LP && nut <= NAL_CRA_NUT)) { in hevc_find_frame_end()
1372 case NAL_CRA_NUT: in parser_nal_unit()
1407 if (s->nal_unit_type == NAL_CRA_NUT || IS_BLA(s) || in parser_nal_unit()
1776 case NAL_CRA_NUT: in parser_nal_units()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c354 if (nalUnitType == NAL_CRA_NUT) { // CRA picture found in h265e_dpb_dec_refresh_marking()