Searched refs:va_profile (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vaapi_encode.c | 1347 profile_string = vaProfileStr(profile->va_profile); in vaapi_encode_profile_entrypoint() 1353 if (va_profiles[j] == profile->va_profile) in vaapi_encode_profile_entrypoint() 1359 profile->va_profile); in vaapi_encode_profile_entrypoint() 1373 ctx->va_profile = profile->va_profile; in vaapi_encode_profile_entrypoint() 1375 profile_string, ctx->va_profile); in vaapi_encode_profile_entrypoint() 1383 vas = vaQueryConfigEntrypoints(ctx->hwctx->display, ctx->va_profile, in vaapi_encode_profile_entrypoint() 1388 ctx->va_profile, vas, vaErrorStr(vas)); in vaapi_encode_profile_entrypoint() 1403 "for profile %s (%d).\n", profile_string, ctx->va_profile); in vaapi_encode_profile_entrypoint() 1428 profile_string, ctx->va_profile, in vaapi_encode_profile_entrypoint() 1436 ctx->va_profile, ctx->va_entrypoint, in vaapi_encode_profile_entrypoint() [all …]
|
D | vaapi_decode.c | 371 VAProfile va_profile; member 435 VAProfile *profile_list = NULL, matched_va_profile, va_profile; in vaapi_decode_make_config() local 475 va_profile = vaapi_profile_map[i].profile_parser ? in vaapi_decode_make_config() 477 vaapi_profile_map[i].va_profile; in vaapi_decode_make_config() 481 if (va_profile == profile_list[j]) { in vaapi_decode_make_config() 487 matched_va_profile = va_profile; in vaapi_decode_make_config()
|
D | vaapi_encode.h | 142 VAProfile va_profile; member 226 VAProfile va_profile; member
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 937 VAProfile va_profile; member 1005 profiles[i++] = profile_map[j].va_profile; in _get_profile() 1028 profiles[i++] = profile_map[j].va_profile; in _get_profile()
|
D | gstvah264dec.c | 589 VAProfile va_profile; member 616 profiles[i++] = profile_map[j].va_profile; in _get_profile()
|