vaapi_context      44 libavcodec/vaapi.c int ff_vaapi_render_picture(struct vaapi_context *vactx, VASurfaceID surface)
vaapi_context      84 libavcodec/vaapi.c int ff_vaapi_commit_slices(struct vaapi_context *vactx)
vaapi_context     124 libavcodec/vaapi.c static void *alloc_buffer(struct vaapi_context *vactx, int type, unsigned int size, uint32_t *buf_id)
vaapi_context     136 libavcodec/vaapi.c void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size)
vaapi_context     141 libavcodec/vaapi.c void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size)
vaapi_context     146 libavcodec/vaapi.c uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size)
vaapi_context     151 libavcodec/vaapi.c VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size)
vaapi_context     184 libavcodec/vaapi.c     struct vaapi_context * const vactx = avctx->hwaccel_context;
vaapi_context     205 libavcodec/vaapi.c     struct vaapi_context * const vactx = avctx->hwaccel_context;
vaapi_context     228 libavcodec/vaapi_h264.c     struct vaapi_context * const vactx = avctx->hwaccel_context;
vaapi_context     293 libavcodec/vaapi_h264.c     struct vaapi_context * const vactx = avctx->hwaccel_context;
vaapi_context      48 libavcodec/vaapi_internal.h void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size);
vaapi_context      51 libavcodec/vaapi_internal.h void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size);
vaapi_context      54 libavcodec/vaapi_internal.h uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size);
vaapi_context      64 libavcodec/vaapi_internal.h VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size);
vaapi_context      67 libavcodec/vaapi_internal.h int ff_vaapi_commit_slices(struct vaapi_context *vactx);
vaapi_context      68 libavcodec/vaapi_internal.h int ff_vaapi_render_picture(struct vaapi_context *vactx, VASurfaceID surface);
vaapi_context      42 libavcodec/vaapi_mpeg2.c     struct vaapi_context * const vactx = avctx->hwaccel_context;
vaapi_context      47 libavcodec/vaapi_mpeg4.c     struct vaapi_context * const vactx = avctx->hwaccel_context;
vaapi_context     150 libavcodec/vaapi_vc1.c     struct vaapi_context * const vactx = avctx->hwaccel_context;