/third_party/mesa3d/src/intel/dev/ |
H A D | intel_hwconfig.c | 41 struct hwconfig { struct 131 const struct hwconfig *item); 135 const struct hwconfig *hwconfig, in intel_process_hwconfig_table() 139 assert(hwconfig); in intel_process_hwconfig_table() 141 const struct hwconfig *current = hwconfig; in intel_process_hwconfig_table() 142 const struct hwconfig *end = in intel_process_hwconfig_table() 143 (struct hwconfig*)(((uint32_t*)hwconfig) in intel_process_hwconfig_table() 134 intel_process_hwconfig_table(struct intel_device_info *devinfo, const struct hwconfig *hwconfig, int32_t hwconfig_len, hwconfig_item_cb item_callback_func) intel_process_hwconfig_table() argument 277 struct hwconfig *hwconfig; intel_get_and_process_hwconfig_table() local 304 intel_print_hwconfig_table(const struct hwconfig *hwconfig, int32_t hwconfig_len) intel_print_hwconfig_table() argument 314 struct hwconfig *hwconfig; intel_get_and_print_hwconfig_table() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_decode.c | 432 AVVAAPIHWConfig *hwconfig = NULL; in vaapi_decode_make_config() local 531 hwconfig = av_hwdevice_hwconfig_alloc(device_ref); in vaapi_decode_make_config() 532 if (!hwconfig) { in vaapi_decode_make_config() 536 hwconfig->config_id = *va_config; in vaapi_decode_make_config() 539 av_hwdevice_get_hwframe_constraints(device_ref, hwconfig); in vaapi_decode_make_config() 597 av_freep(&hwconfig); in vaapi_decode_make_config() 603 av_freep(&hwconfig); in vaapi_decode_make_config()
|
H A D | vaapi_encode.c | 2452 AVVAAPIHWConfig *hwconfig = NULL; in vaapi_encode_create_recon_frames() local 2457 hwconfig = av_hwdevice_hwconfig_alloc(ctx->device_ref); in vaapi_encode_create_recon_frames() 2458 if (!hwconfig) { in vaapi_encode_create_recon_frames() 2462 hwconfig->config_id = ctx->va_config; in vaapi_encode_create_recon_frames() 2465 hwconfig); in vaapi_encode_create_recon_frames() 2508 av_freep(&hwconfig); in vaapi_encode_create_recon_frames() 2532 av_freep(&hwconfig); in vaapi_encode_create_recon_frames()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vaapi_vpp.c | 99 AVVAAPIHWConfig *hwconfig = NULL; in ff_vaapi_vpp_config_output() local 133 hwconfig = av_hwdevice_hwconfig_alloc(ctx->device_ref); in ff_vaapi_vpp_config_output() 134 if (!hwconfig) { in ff_vaapi_vpp_config_output() 138 hwconfig->config_id = ctx->va_config; in ff_vaapi_vpp_config_output() 141 hwconfig); in ff_vaapi_vpp_config_output() 226 av_freep(&hwconfig); in ff_vaapi_vpp_config_output() 232 av_freep(&hwconfig); in ff_vaapi_vpp_config_output()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_internal.h | 77 const void *hwconfig,
|
H A D | hwcontext.h | 501 * @param hwconfig a filled HW-specific configuration structure, or NULL 507 const void *hwconfig);
|
H A D | hwcontext.c | 574 const void *hwconfig) in av_hwdevice_get_hwframe_constraints() 590 if (hw_type->frames_get_constraints(ctx, hwconfig, constraints) >= 0) { in av_hwdevice_get_hwframe_constraints() 573 av_hwdevice_get_hwframe_constraints(AVBufferRef *ref, const void *hwconfig) av_hwdevice_get_hwframe_constraints() argument
|
H A D | hwcontext_vdpau.c | 191 const void *hwconfig, in vdpau_frames_get_constraints() 190 vdpau_frames_get_constraints(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) vdpau_frames_get_constraints() argument
|
H A D | hwcontext_cuda.c | 56 const void *hwconfig, in cuda_frames_get_constraints() 55 cuda_frames_get_constraints(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) cuda_frames_get_constraints() argument
|
H A D | hwcontext_videotoolbox.c | 113 const void *hwconfig, in vt_frames_get_constraints() 112 vt_frames_get_constraints(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) vt_frames_get_constraints() argument
|
H A D | hwcontext_d3d11va.c | 121 const void *hwconfig, in d3d11va_frames_get_constraints() 120 d3d11va_frames_get_constraints(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) d3d11va_frames_get_constraints() argument
|
H A D | hwcontext_vaapi.c | 196 const void *hwconfig, in vaapi_frames_get_constraints() 200 const AVVAAPIHWConfig *config = hwconfig; in vaapi_frames_get_constraints() 195 vaapi_frames_get_constraints(AVHWDeviceContext *hwdev, const void *hwconfig, AVHWFramesConstraints *constraints) vaapi_frames_get_constraints() argument
|
H A D | hwcontext_qsv.c | 1401 const void *hwconfig, in qsv_frames_get_constraints() 1400 qsv_frames_get_constraints(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) qsv_frames_get_constraints() argument
|
H A D | hwcontext_opencl.c | 1485 const void *hwconfig, in opencl_frames_get_constraints() 1484 opencl_frames_get_constraints(AVHWDeviceContext *hwdev, const void *hwconfig, AVHWFramesConstraints *constraints) opencl_frames_get_constraints() argument
|
H A D | hwcontext_vulkan.c | 1614 const void *hwconfig, in vulkan_frames_get_constraints() 1613 vulkan_frames_get_constraints(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) vulkan_frames_get_constraints() argument
|