Searched refs:get_buffer2 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvda_h264_dec.c64 int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); member in struct:__anon3242
88 static int get_buffer2(AVCodecContext *avctx, AVFrame *pic, int flag) function
109 ctx->get_buffer2 = avctx->get_buffer2;
110 avctx->get_buffer2 = get_buffer2;
122 avctx->get_buffer2 = ctx->get_buffer2;
H A Dpthread_frame.c124 ((avctx)->thread_safe_callbacks || (!(avctx)->get_buffer && (avctx)->get_buffer2 == avcodec_default_get_buffer2))
127 ((avctx)->thread_safe_callbacks || (avctx)->get_buffer2 == avcodec_default_get_buffer2)
259 dst->get_buffer2 = src->get_buffer2;
366 p->avctx->get_buffer2 != avcodec_default_get_buffer2)) {
784 avctx->get_buffer2 == avcodec_default_get_buffer2)) {
859 avctx->get_buffer2 == avcodec_default_get_buffer2);
H A Doptions.c109 s->get_buffer2 = avcodec_default_get_buffer2;
H A Davcodec.h2103 * @deprecated use get_buffer2()
2117 * @deprecated custom freeing callbacks should be set from get_buffer2()
2175 * If CODEC_CAP_DR1 is not set then get_buffer2() must call
2203 * AVFrame.nb_samples prior to calling get_buffer2(). The decoder may,
2208 * av_samples_fill_arrays() in libavutil may be used by custom get_buffer2()
2218 int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); member in struct:AVCodecContext
3854 * The default callback for AVCodecContext.get_buffer2(). It is made public so
3855 * it can be called by custom get_buffer2() implementations for decoders without
4002 * calling the AVCodecContext.get_buffer2() callback.
4047 * AVCodecContext.get_buffer2() callbac
[all...]
H A Dutils.c1026 ret = avctx->get_buffer2(avctx, frame, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c2274 ist->dec_ctx->get_buffer2 = get_buffer;

Completed in 117 milliseconds