IS_IRAP           135 libavcodec/dxva2_hevc.c                                               (IS_IRAP(h)                                         << 16) |
IS_IRAP           138 libavcodec/dxva2_hevc.c                                               (IS_IRAP(h)                                         << 18) |
IS_IRAP           526 libavcodec/hevcdec.c     if (IS_IRAP(s))
IS_IRAP           548 libavcodec/hevcdec.c         if (last_sps && IS_IRAP(s) && s->nal_unit_type != HEVC_NAL_CRA_NUT) {
IS_IRAP           610 libavcodec/hevcdec.c         if (IS_IRAP(s) && sh->slice_type != HEVC_SLICE_I) {
IS_IRAP          2720 libavcodec/hevcdec.c         IS_IRAP(s) && s->no_rasl_output_flag) {
IS_IRAP          2770 libavcodec/hevcdec.c         IS_IRAP(s) && s->no_rasl_output_flag) {
IS_IRAP          2831 libavcodec/hevcdec.c     s->ref->frame->key_frame = IS_IRAP(s);
IS_IRAP          2839 libavcodec/hevcdec.c     if (!IS_IRAP(s))
IS_IRAP          2952 libavcodec/hevcdec.c             (s->avctx->skip_frame >= AVDISCARD_NONKEY && !IS_IRAP(s))) {
IS_IRAP            97 libavcodec/nvdec_hevc.c         .intra_pic_flag    = IS_IRAP(s),
IS_IRAP           130 libavcodec/nvdec_hevc.c             .IrapPicFlag                                  = IS_IRAP(s),
IS_IRAP           194 libavcodec/vaapi_hevc.c             .RapPicFlag                                  = IS_IRAP(h),
IS_IRAP           196 libavcodec/vaapi_hevc.c             .IntraPicFlag                                = IS_IRAP(h),
IS_IRAP           195 libavcodec/vdpau_hevc.c     info->RAPPicFlag = IS_IRAP(h);