Searched refs:ThreadContext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dpthread.c43 typedef struct ThreadContext { struct
63 } ThreadContext; typedef in typeref:struct:ThreadContext
67 ThreadContext *c = v;
99 static void slice_thread_uninit(ThreadContext *c)
117 static void slice_thread_park_workers(ThreadContext *c)
127 ThreadContext *c = ctx->graph->internal->thread;
156 static int thread_init_internal(ThreadContext *c, int nb_threads)
214 graph->internal->thread = av_mallocz(sizeof(ThreadContext));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c65 } ThreadContext; typedef in typeref:struct:__anon3141
69 ThreadContext *c = avctx->internal->frame_thread_encoder;
121 ThreadContext *c;
165 c = avctx->internal->frame_thread_encoder = av_mallocz(sizeof(ThreadContext));
221 ThreadContext *c= avctx->internal->frame_thread_encoder;
242 ThreadContext *c = avctx->internal->frame_thread_encoder;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c65 typedef struct ThreadContext { struct
80 } ThreadContext; typedef in typeref:struct:ThreadContext
197 ThreadContext *c = avctx->thread_opaque;
227 static av_always_inline void avcodec_thread_park_workers(ThreadContext *c, int thread_count)
235 ThreadContext *c = avctx->thread_opaque;
255 ThreadContext *c= avctx->thread_opaque;
287 ThreadContext *c= avctx->thread_opaque;
295 ThreadContext *c;
312 c = av_mallocz(sizeof(ThreadContext));

Completed in 112 milliseconds