Home
last modified time | relevance | path

Searched refs:GET_CALLBACK (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_vdpau.c147 #define GET_CALLBACK(id, result) \ macro
165 GET_CALLBACK(VDP_FUNC_ID_VIDEO_SURFACE_QUERY_GET_PUT_BITS_Y_CB_CR_CAPABILITIES, in vdpau_device_init()
167 GET_CALLBACK(VDP_FUNC_ID_VIDEO_SURFACE_GET_BITS_Y_CB_CR, priv->get_data); in vdpau_device_init()
168 GET_CALLBACK(VDP_FUNC_ID_VIDEO_SURFACE_PUT_BITS_Y_CB_CR, priv->put_data); in vdpau_device_init()
169 GET_CALLBACK(VDP_FUNC_ID_VIDEO_SURFACE_CREATE, priv->surf_create); in vdpau_device_init()
170 GET_CALLBACK(VDP_FUNC_ID_VIDEO_SURFACE_DESTROY, priv->surf_destroy); in vdpau_device_init()
496 GET_CALLBACK(VDP_FUNC_ID_GET_INFORMATION_STRING, get_information_string); in vdpau_device_create()
497 GET_CALLBACK(VDP_FUNC_ID_DEVICE_DESTROY, priv->device_destroy); in vdpau_device_create()