Searched refs:IS_IRAP (Results 1 – 3 of 3) sorted by relevance
128 #define IS_IRAP(s) (s->nal_unit_type >= 16 && s->nal_unit_type <= 23) macro
33 #define IS_IRAP(nal_type) (nal_type >= 16 && nal_type <= 23) macro
728 if (IS_IRAP(s) && s->miss_ref_flag && sh->first_slice_in_pic_flag) { in hls_slice_header()812 if (!s->decoder_id && IS_IRAP(s) && sh->slice_type != I_SLICE) { in hls_slice_header()1241 if (!IS_IRAP(s) && (!s->recovery.valid_flag || in hevc_frame_start()1422 …(s->poc < s->max_ra) && !IS_IRAP(s)) { //when seek to I slice skip the stream small then I slic poc in parser_nal_unit()