Searched refs:vda_context (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvda_internal.h35 int ff_vda_decoder_decode(struct vda_context *vda_ctx,
H A Dvda.h72 struct vda_context { struct
131 int ff_vda_create_decoder(struct vda_context *vda_ctx,
136 int ff_vda_destroy_decoder(struct vda_context *vda_ctx);
139 vda_frame *ff_vda_queue_pop(struct vda_context *vda_ctx);
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 Dvda.c66 static void vda_clear_queue(struct vda_context *vda_ctx)
88 struct vda_context *vda_ctx = vda_hw_ctx;
129 int ff_vda_create_decoder(struct vda_context *vda_ctx,
199 int ff_vda_destroy_decoder(struct vda_context *vda_ctx)
216 vda_frame *ff_vda_queue_pop(struct vda_context *vda_ctx)
239 int ff_vda_decoder_decode(struct vda_context *vda_ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvda.h65 struct vda_context { struct
150 int ff_vda_create_decoder(struct vda_context *vda_ctx,
155 int ff_vda_destroy_decoder(struct vda_context *vda_ctx);
H A Dvda_h264.c57 struct vda_context *vda_ctx = vda_hw_ctx;
71 static int vda_sync_decode(VDAContext *ctx, struct vda_context *vda_ctx)
97 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;
177 int ff_vda_create_decoder(struct vda_context *vda_ctx,
264 int ff_vda_destroy_decoder(struct vda_context *vda_ctx)
H A Dvda_h264_dec.c57 struct vda_context vda_ctx;
181 struct vda_context *vda_ctx = &ctx->vda_ctx;
196 memset(vda_ctx, 0, sizeof(struct vda_context));

Completed in 112 milliseconds