Searched refs:hwaccel_context (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvda.c39 avctx->hwaccel_context = av_vda_alloc_context();
40 if (!avctx->hwaccel_context)
48 av_freep(&avctx->hwaccel_context);
53 AVVDAContext *vda = avctx->hwaccel_context;
H A Dvaapi_mpeg.c29 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Dvda_h264_dec.c62 void *hwaccel_context; member in struct:__anon3242
105 ctx->hwaccel_context = avctx->hwaccel_context;
106 avctx->hwaccel_context = &ctx->vda_ctx;
120 avctx->hwaccel_context = ctx->hwaccel_context;
H A Dvaapi_mpeg2.c42 struct vaapi_context * const vactx = avctx->hwaccel_context;
125 slice_param = (VASliceParameterBufferMPEG2 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
H A Dvda_h264.c97 struct vda_context *vda_ctx = avctx->hwaccel_context;
112 struct vda_context *vda_ctx = avctx->hwaccel_context;
145 struct vda_context *vda_ctx = avctx->hwaccel_context;
362 AVVDAContext *vda_ctx = avctx->hwaccel_context;
407 AVVDAContext *vda_ctx = avctx->hwaccel_context;
H A Ddxva2.c101 struct dxva_context *ctx = avctx->hwaccel_context;
H A Dvaapi_mpeg4.c47 struct vaapi_context * const vactx = avctx->hwaccel_context;
128 slice_param = (VASliceParameterBufferMPEG4 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
H A Dvaapi_h264.c228 struct vaapi_context * const vactx = avctx->hwaccel_context;
293 struct vaapi_context * const vactx = avctx->hwaccel_context;
325 slice_param = (VASliceParameterBufferH264 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
H A Ddxva2_h264.c214 struct dxva_context *ctx = avctx->hwaccel_context;
296 struct dxva_context *ctx = avctx->hwaccel_context;
392 struct dxva_context *ctx = avctx->hwaccel_context;
416 struct dxva_context *ctx = avctx->hwaccel_context;
H A Dvaapi.c184 struct vaapi_context * const vactx = avctx->hwaccel_context;
H A Ddxva2_mpeg2.c153 struct dxva_context *ctx = avctx->hwaccel_context;
212 struct dxva_context *ctx = avctx->hwaccel_context;
H A Ddxva2_vc1.c183 struct dxva_context *ctx = avctx->hwaccel_context;
239 struct dxva_context *ctx = avctx->hwaccel_context;
H A Dvaapi_vc1.c150 struct vaapi_context * const vactx = avctx->hwaccel_context;
328 slice_param = (VASliceParameterBufferVC1 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvda_h264.c39 struct vda_context *vda_ctx = avctx->hwaccel_context;
56 struct vda_context *vda_ctx = avctx->hwaccel_context;
80 struct vda_context *vda_ctx = avctx->hwaccel_context;
H A Dvaapi_mpeg2.c42 struct vaapi_context * const vactx = avctx->hwaccel_context;
130 slice_param = (VASliceParameterBufferMPEG2 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
H A Ddxva2.c86 struct dxva_context *ctx = avctx->hwaccel_context;
H A Dvaapi_mpeg4.c45 struct vaapi_context * const vactx = avctx->hwaccel_context;
139 slice_param = (VASliceParameterBufferMPEG4 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
H A Ddxva2_h264.c201 struct dxva_context *ctx = avctx->hwaccel_context;
281 struct dxva_context *ctx = avctx->hwaccel_context;
377 struct dxva_context *ctx = avctx->hwaccel_context;
400 struct dxva_context *ctx = avctx->hwaccel_context;
H A Ddxva2_mpeg2.c152 struct dxva_context *ctx = avctx->hwaccel_context;
211 struct dxva_context *ctx = avctx->hwaccel_context;
H A Ddxva2_vc1.c162 struct dxva_context *ctx = avctx->hwaccel_context;
215 struct dxva_context *ctx = avctx->hwaccel_context;
H A Dvaapi_h264.c228 struct vaapi_context * const vactx = avctx->hwaccel_context;
310 slice_param = (VASliceParameterBufferH264 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
H A Dvaapi.c180 struct vaapi_context * const vactx = s->avctx->hwaccel_context;
H A Dvaapi_vc1.c150 struct vaapi_context * const vactx = avctx->hwaccel_context;
335 slice_param = (VASliceParameterBufferVC1 *)ff_vaapi_alloc_slice(avctx->hwaccel_context, buffer, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vdpau.c81 av_freep(&s->hwaccel_context);
278 s->hwaccel_context = vdpau_ctx;
309 vdpau_ctx = s->hwaccel_context;
H A Dffmpeg_dxva2.c179 av_freep(&s->hwaccel_context);
399 s->hwaccel_context = av_mallocz(sizeof(struct dxva_context));
400 if (!s->hwaccel_context)
461 struct dxva_context *dxva_ctx = s->hwaccel_context;

Completed in 98 milliseconds

12