Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h78 #define IS_IDR(s) ((s)->nal_unit_type == HEVC_NAL_IDR_W_RADL || (s)->nal_unit_type == HEVC_NAL_IDR_… macro
Dnvdec_hevc.c131 .IdrPicFlag = IS_IDR(s), in nvdec_hevc_start_frame()
Ddxva2_hevc.c136 … (IS_IDR(h) << 17) | in fill_picture_parameters()
Dvdpau_hevc.c194 info->IDRPicFlag = IS_IDR(h); in vdpau_hevc_start_frame()
Dvaapi_hevc.c195 .IdrPicFlag = IS_IDR(h), in vaapi_hevc_start_frame()
Dhevcdec.c552 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()
Dhevc_filter.c847 (s->avctx->skip_loop_filter >= AVDISCARD_NONKEY && !IS_IDR(s)) || in ff_hevc_hls_filter()