Searched refs:vaapi_context (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_internal.h48 void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size);
51 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size);
54 uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size);
64 VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size);
67 int ff_vaapi_commit_slices(struct vaapi_context *vactx);
68 int ff_vaapi_render_picture(struct vaapi_context *vactx, VASurfaceID surface);
H A Dvaapi.h50 struct vaapi_context { struct
H A Dvaapi.c44 int ff_vaapi_render_picture(struct vaapi_context *vactx, VASurfaceID surface)
84 int ff_vaapi_commit_slices(struct vaapi_context *vactx)
124 static void *alloc_buffer(struct vaapi_context *vactx, int type, unsigned int size, uint32_t *buf_id)
136 void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size)
141 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size)
146 uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size)
151 VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size)
184 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_mpeg.c29 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_mpeg2.c42 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_h264.c228 struct vaapi_context * const vactx = avctx->hwaccel_context;
293 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_mpeg4.c47 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_vc1.c150 struct vaapi_context * const vactx = avctx->hwaccel_context;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi_internal.h48 void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size);
51 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size);
54 uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size);
64 VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size);
H A Dvaapi.h44 struct vaapi_context { struct
H A Dvaapi.c43 static int render_picture(struct vaapi_context *vactx, VASurfaceID surface)
80 static int commit_slices(struct vaapi_context *vactx)
120 static void *alloc_buffer(struct vaapi_context *vactx, int type, unsigned int size, uint32_t *buf_id)
132 void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size)
137 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size)
142 uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size)
147 VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size)
180 struct vaapi_context * const vactx = s->avctx->hwaccel_context;
H A Dvaapi_mpeg2.c42 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_mpeg4.c45 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_h264.c228 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvaapi_vc1.c150 struct vaapi_context * const vactx = avctx->hwaccel_context;

Completed in 112 milliseconds