Searched refs:IS_IRAP (Results 1 – 3 of 3) sorted by relevance
129 #define IS_IRAP(s) (s->nal_unit_type >= 16 && s->nal_unit_type <= 23) macro
34 #define IS_IRAP(nal_type) (nal_type >= 16 && nal_type <= 23) macro
734 if (IS_IRAP(s) && s->miss_ref_flag && sh->first_slice_in_pic_flag) { in hls_slice_header()819 if (!s->decoder_id && IS_IRAP(s) && sh->slice_type != I_SLICE) { in hls_slice_header()1294 if (!IS_IRAP(s)) { in hevc_frame_start()1481 …(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()