Lines Matching refs:AVVDPAUContext
78 * AVVDPAUContext.
80 typedef struct AVVDPAUContext {
96 } AVVDPAUContext;
99 * @brief allocation function for AVVDPAUContext
103 AVVDPAUContext *av_alloc_vdpaucontext(void);
105 AVVDPAU_Render2 av_vdpau_hwaccel_get_render2(const AVVDPAUContext *);
106 void av_vdpau_hwaccel_set_render2(AVVDPAUContext *, AVVDPAU_Render2);
149 * Allocate an AVVDPAUContext.
151 * @return Newly-allocated AVVDPAUContext or NULL on failure.
153 AVVDPAUContext *av_vdpau_alloc_context(void);