Searched refs:QSV_RUNTIME_VERSION_ATLEAST (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vpp_qsv.c | 418 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 D | qsvvpp.h | 39 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ macro
|
H A D | vf_deinterlace_qsv.c | 212 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in init_out_session()
|
H A D | vf_scale_qsv.c | 325 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in init_out_session()
|
H A D | qsvvpp.c | 615 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in init_vpp_session()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsvenc.c | 253 } 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 D | qsv_internal.h | 64 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ macro
|
H A D | qsvdec.c | 413 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 D | qsv.c | 787 if (QSV_RUNTIME_VERSION_ATLEAST(ver, 1, 25)) { in ff_qsv_init_session_device()
|
Completed in 10 milliseconds