Home
last modified time | relevance | path

Searched refs:intra_pic_flag (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_vc1.c56 .intra_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_vc1_start_frame()
67 .intra_pic_flag = s->pict_type == AV_PICTURE_TYPE_I || in nvdec_vc1_start_frame()
Dnvdec_mjpeg.c53 .intra_pic_flag = 1, in nvdec_mjpeg_start_frame()
Dnvdec_h264.c77 .intra_pic_flag = 1, in nvdec_h264_start_frame()
159 pp->intra_pic_flag = 0; in nvdec_h264_decode_slice()
Dnvdec_mpeg12.c57 .intra_pic_flag = s->pict_type == AV_PICTURE_TYPE_I, in nvdec_mpeg12_start_frame()
Dnvdec_mpeg4.c54 .intra_pic_flag = s->pict_type == AV_PICTURE_TYPE_I, in nvdec_mpeg4_start_frame()
Dnvdec_hevc.c97 .intra_pic_flag = IS_IRAP(s), in nvdec_hevc_start_frame()
Dcuviddec.c335 ctx->key_frame[picparams->CurrPicIdx] = picparams->intra_pic_flag; in cuvid_handle_picture_decode()
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h434 int intra_pic_flag; /**< Set to 1 for I,BI frames */ member
714 …int intra_pic_flag; /**< IN: This picture is entirely intra coded … member
Dgstnvdec.c834 if (decode_params->intra_pic_flag) in handle_pending_frames()