Home
last modified time | relevance | path

Searched refs:IS_IRAP (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_hevc.c97 .intra_pic_flag = IS_IRAP(s), in nvdec_hevc_start_frame()
130 .IrapPicFlag = IS_IRAP(s), in nvdec_hevc_start_frame()
Ddxva2_hevc.c135 … (IS_IRAP(h) << 16) | in fill_picture_parameters()
138 … (IS_IRAP(h) << 18) | in fill_picture_parameters()
Dvaapi_hevc.c194 .RapPicFlag = IS_IRAP(h), in vaapi_hevc_start_frame()
196 .IntraPicFlag = IS_IRAP(h), in vaapi_hevc_start_frame()
Dhevcdec.h81 #define IS_IRAP(s) ((s)->nal_unit_type >= 16 && (s)->nal_unit_type <= 23) macro
Dhevcdec.c559 if (IS_IRAP(s)) in hls_slice_header()
581 if (last_sps && IS_IRAP(s) && s->nal_unit_type != HEVC_NAL_CRA_NUT) { in hls_slice_header()
647 if (IS_IRAP(s) && sh->slice_type != HEVC_SLICE_I) { in hls_slice_header()
2768 IS_IRAP(s) && s->no_rasl_output_flag) { in set_side_data()
2818 IS_IRAP(s) && s->no_rasl_output_flag) { in set_side_data()
2928 s->ref->frame->key_frame = IS_IRAP(s); in hevc_frame_start()
2936 if (!IS_IRAP(s)) in hevc_frame_start()
3049 (s->avctx->skip_frame >= AVDISCARD_NONKEY && !IS_IRAP(s))) { in decode_nal_unit()
Dvdpau_hevc.c197 info->RAPPicFlag = IS_IRAP(h); in vdpau_hevc_start_frame()