Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c65 int nut, layer_id; in hevc_find_frame_end() local
71 nut = (sc->state64 >> (2 * 8 + 1)) & 0x3F; in hevc_find_frame_end()
75 if ((nut >= NAL_VPS && nut <= NAL_AUD) || nut == NAL_SEI_PREFIX || in hevc_find_frame_end()
76 (nut >= 41 && nut <= 44) || (nut >= 48 && nut <= 55)) { in hevc_find_frame_end()
81 } else if (nut <= NAL_RASL_R || in hevc_find_frame_end()
82 (nut >= NAL_BLA_W_LP && nut <= NAL_CRA_NUT)) { in hevc_find_frame_end()