Home
last modified time | relevance | path

Searched refs:base_handle (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h428 bool operator==(T base_handle) { return base_handle == handle; }
429 bool operator!=(T base_handle) { return base_handle != handle; }
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c116 void **base_handle);
119 * Caller needs to allocate enough space for base_handle pointer.
123 void **base_handle) in ff_qsv_get_surface_base_handle()
130 base_handle[0] = handle_pair->first; in ff_qsv_get_surface_base_handle()
135 base_handle[0] = handle_pair->first; in ff_qsv_get_surface_base_handle()
136 base_handle[1] = handle_pair->second; in ff_qsv_get_surface_base_handle()
141 base_handle[0] = handle_pair->first; in ff_qsv_get_surface_base_handle()
121 ff_qsv_get_surface_base_handle(mfxFrameSurface1 *surf, enum AVHWDeviceType base_dev_type, void **base_handle) ff_qsv_get_surface_base_handle() argument
H A Dhwcontext_opencl.c78 void **base_handle);
2261 void *base_handle; in opencl_map_from_qsv() local
2265 &base_handle); in opencl_map_from_qsv()
2268 va_surface = *(VASurfaceID *)base_handle; in opencl_map_from_qsv()

Completed in 7 milliseconds