Searched refs:ThreadData (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hflip.c78 typedef struct ThreadData { struct
80 } ThreadData; typedef in typeref:struct:ThreadData
85 ThreadData *td = arg;
154 ThreadData td;
H A Dvf_transpose.c138 typedef struct ThreadData { struct
140 } ThreadData; typedef in typeref:struct:ThreadData
146 ThreadData *td = arg;
232 ThreadData td;
H A Dvf_blend.c79 typedef struct ThreadData { struct
86 } ThreadData; typedef in typeref:struct:ThreadData
236 ThreadData *td = arg;
281 ThreadData td = { .top = top_buf, .bottom = bottom_buf, .dst = dst_buf,
H A Dvf_curves.c72 typedef struct ThreadData { struct
74 } ThreadData; typedef in typeref:struct:ThreadData
486 const ThreadData *td = arg;
519 ThreadData td;
H A Dvf_noise.c69 typedef struct ThreadData { struct
71 } ThreadData; typedef in typeref:struct:ThreadData
370 ThreadData *td = arg;
390 ThreadData td;
H A Dvf_yadif.c32 typedef struct ThreadData { struct
38 } ThreadData; typedef in typeref:struct:ThreadData
187 ThreadData *td = arg;
226 ThreadData td = { .frame = dstpic, .parity = parity, .tff = tff };
H A Dvf_hqx.c44 typedef struct ThreadData { struct
47 } ThreadData; typedef in typeref:struct:ThreadData
381 static av_always_inline void hqx_filter(const ThreadData *td, int jobnr, int nb_jobs, int n)
488 ThreadData td;
H A Dvf_rotate.c82 typedef struct ThreadData { struct
90 } ThreadData; typedef in typeref:struct:ThreadData
373 ThreadData *td = arg;
497 ThreadData td = { .in = in, .out = out,
H A Dvf_lut3d.c77 typedef struct ThreadData { struct
79 } ThreadData; typedef in typeref:struct:ThreadData
206 const ThreadData *td = arg; \
517 ThreadData td;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.h672 struct ThreadData { struct
704 virtual void ProcessURL(ThreadData) = 0;
705 virtual void ProcessImgFileReq(ThreadData) = 0;
787 CSession *CheckLoggedin(ThreadData &);
789 virtual void ProcessURL(ThreadData);
790 virtual void ProcessImgFileReq(ThreadData);
799 virtual void ProcessURL(ThreadData);
H A DWebSocket.cpp215 ThreadData Data = { CParsedUrl(sURL), sURL, sessid, this };
H A DWebServer.cpp328 void CScriptWebServer::ProcessImgFileReq(ThreadData Data)
1767 CSession *CScriptWebServer::CheckLoggedin(ThreadData &Data)
1803 void CScriptWebServer::ProcessURL(ThreadData Data)
1927 void CNoTemplateWebServer::ProcessURL(ThreadData Data)

Completed in 191 milliseconds