PICTURE_TYPE_IDR 233 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR && ctx->codec->init_sequence_params) { PICTURE_TYPE_IDR 242 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 268 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 622 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR) PICTURE_TYPE_IDR 775 libavcodec/vaapi_encode.c av_assert0(pic->prev || pic->type == PICTURE_TYPE_IDR); PICTURE_TYPE_IDR 929 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_IDR; PICTURE_TYPE_IDR 937 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_IDR; PICTURE_TYPE_IDR 963 libavcodec/vaapi_encode.c if (pic->type != PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 240 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 631 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 737 libavcodec/vaapi_encode_h264.c vpic->pic_fields.bits.idr_pic_flag = (pic->type == PICTURE_TYPE_IDR); PICTURE_TYPE_IDR 854 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 882 libavcodec/vaapi_encode_h264.c if (pic->is_reference && pic->type != PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 683 libavcodec/vaapi_encode_h265.c if (pic->type == PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 744 libavcodec/vaapi_encode_h265.c (pic->type == PICTURE_TYPE_I || pic->type == PICTURE_TYPE_IDR)) { PICTURE_TYPE_IDR 792 libavcodec/vaapi_encode_h265.c (pic->type == PICTURE_TYPE_I || pic->type == PICTURE_TYPE_IDR)) { PICTURE_TYPE_IDR 844 libavcodec/vaapi_encode_h265.c case PICTURE_TYPE_IDR: PICTURE_TYPE_IDR 900 libavcodec/vaapi_encode_h265.c if (pic->type != PICTURE_TYPE_IDR) { PICTURE_TYPE_IDR 235 libavcodec/vaapi_encode_mjpeg.c av_assert0(pic->type == PICTURE_TYPE_IDR); PICTURE_TYPE_IDR 427 libavcodec/vaapi_encode_mpeg2.c if (pic->type == PICTURE_TYPE_IDR || pic->type == PICTURE_TYPE_I) { PICTURE_TYPE_IDR 455 libavcodec/vaapi_encode_mpeg2.c case PICTURE_TYPE_IDR: PICTURE_TYPE_IDR 493 libavcodec/vaapi_encode_mpeg2.c case PICTURE_TYPE_IDR: PICTURE_TYPE_IDR 508 libavcodec/vaapi_encode_mpeg2.c vslice->is_intra_slice = (pic->type == PICTURE_TYPE_IDR || PICTURE_TYPE_IDR 87 libavcodec/vaapi_encode_vp8.c case PICTURE_TYPE_IDR: PICTURE_TYPE_IDR 110 libavcodec/vaapi_encode_vp8.c vpic->pic_flags.bits.frame_type = (pic->type != PICTURE_TYPE_IDR); PICTURE_TYPE_IDR 90 libavcodec/vaapi_encode_vp9.c case PICTURE_TYPE_IDR: PICTURE_TYPE_IDR 160 libavcodec/vaapi_encode_vp9.c vpic->pic_flags.bits.frame_type = (pic->type != PICTURE_TYPE_IDR); PICTURE_TYPE_IDR 163 libavcodec/vaapi_encode_vp9.c if (pic->type == PICTURE_TYPE_IDR)