Home
last modified time | relevance | path

Searched refs:QSV_RUNTIME_VERSION_ATLEAST (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_vpp_qsv.c418 if (QSV_RUNTIME_VERSION_ATLEAST(mfx_version, 1, 17)) { in config_output()
460 if (QSV_RUNTIME_VERSION_ATLEAST(mfx_version, 1, 17)) { in config_output()
481 if (QSV_RUNTIME_VERSION_ATLEAST(mfx_version, 1, 19)) { in config_output()
496 if (QSV_RUNTIME_VERSION_ATLEAST(mfx_version, 1, 19)) { in config_output()
H A Dqsvvpp.h39 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ macro
H A Dvf_deinterlace_qsv.c212 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in init_out_session()
H A Dvf_scale_qsv.c325 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in init_out_session()
H A Dqsvvpp.c615 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in init_vpp_session()
/third_party/ffmpeg/libavcodec/
H A Dqsvenc.c253 } else if ((avctx->codec_id == AV_CODEC_ID_HEVC) && QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 28)) { in dump_video_param()
671 QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 19)) ? 16 : 32; in init_video_param()
766 if (((avctx->codec_id != AV_CODEC_ID_HEVC) || QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 28)) in init_video_param()
879 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 25)) { in init_video_param()
1027 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 6)) { in qsv_retrieve_enc_vp9_params()
1032 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 11)) { in qsv_retrieve_enc_vp9_params()
1037 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 26)) { in qsv_retrieve_enc_vp9_params()
1107 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 6)) { in qsv_retrieve_enc_params()
1112 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 11)) { in qsv_retrieve_enc_params()
1117 q->hevc_vps = ((avctx->codec_id == AV_CODEC_ID_HEVC) && QSV_RUNTIME_VERSION_ATLEAST( in qsv_retrieve_enc_params()
[all...]
H A Dqsv_internal.h64 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ macro
H A Dqsvdec.c413 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 34) && avctx->codec_id == AV_CODEC_ID_AV1) in qsv_decode_header()
459 if (QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 34) && avctx->codec_id == AV_CODEC_ID_AV1) { in alloc_frame()
715 QSV_RUNTIME_VERSION_ATLEAST(q->ver, 1, 34) && in qsv_decode()
H A Dqsv.c787 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in ff_qsv_init_session_device()

Completed in 11 milliseconds