Searched refs:IS_IDR (Results 1 – 7 of 7) sorted by relevance
78 #define IS_IDR(s) ((s)->nal_unit_type == HEVC_NAL_IDR_W_RADL || (s)->nal_unit_type == HEVC_NAL_IDR_… macro
131 .IdrPicFlag = IS_IDR(s), in nvdec_hevc_start_frame()
136 … (IS_IDR(h) << 17) | in fill_picture_parameters()
194 info->IDRPicFlag = IS_IDR(h); in vdpau_hevc_start_frame()
195 .IdrPicFlag = IS_IDR(h), in vaapi_hevc_start_frame()
552 if ((IS_IDR(s) || IS_BLA(s)) && sh->first_slice_in_pic_flag) { in hls_slice_header()555 if (IS_IDR(s)) in hls_slice_header()660 if (!IS_IDR(s)) { in hls_slice_header()2913 …s->no_rasl_output_flag = IS_IDR(s) || IS_BLA(s) || (s->nal_unit_type == HEVC_NAL_CRA_NUT && s->las… in hevc_frame_start()3058 if (IS_IDR(s)) in decode_nal_unit()
847 (s->avctx->skip_loop_filter >= AVDISCARD_NONKEY && !IS_IDR(s)) || in ff_hevc_hls_filter()