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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dw32thread.c28 typedef struct ThreadContext{ struct
36 }ThreadContext; typedef in typeref:struct:ThreadContext
40 ThreadContext *c= v;
62 ThreadContext *c= s->thread_opaque;
78 ThreadContext *c= s->thread_opaque;
104 ThreadContext *c;
110 c= av_mallocz(sizeof(ThreadContext)*thread_count);
H A Dos2thread.c31 typedef struct ThreadContext{ struct
39 }ThreadContext; typedef in typeref:struct:ThreadContext
43 ThreadContext *c= v;
67 ThreadContext *c= s->thread_opaque;
85 ThreadContext *c= s->thread_opaque;
114 ThreadContext *c;
120 c= av_mallocz(sizeof(ThreadContext)*thread_count);
H A Dpthread.c30 typedef struct ThreadContext { struct
44 } ThreadContext; typedef in typeref:struct:ThreadContext
49 ThreadContext *c = avctx->thread_opaque;
78 static av_always_inline void avcodec_thread_park_workers(ThreadContext *c, int thread_count)
86 ThreadContext *c = avctx->thread_opaque;
106 ThreadContext *c= avctx->thread_opaque;
136 ThreadContext *c;
138 c = av_mallocz(sizeof(ThreadContext));
H A Dbeosthread.c26 typedef struct ThreadContext{ struct
34 }ThreadContext; typedef in typeref:struct:ThreadContext
57 ThreadContext *c= v;
79 ThreadContext *c= s->thread_opaque;
96 ThreadContext *c= s->thread_opaque;
122 ThreadContext *c;
127 c= av_mallocz(sizeof(ThreadContext)*thread_count);

Completed in 45 milliseconds