Home
last modified time | relevance | path

Searched defs:ThreadData (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
Dv410dec.c29 typedef struct ThreadData { struct
33 } ThreadData; argument
Ddsddec.c67 typedef struct ThreadData { struct
70 } ThreadData; typedef
Dv210dec.c41 typedef struct ThreadData { struct
45 } ThreadData; argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem_test.cc72 struct ThreadData { struct
73 int num_iterations; // Number of replies to send.
74 SimpleSemaphore identity2_written; // Posted by thread writing identity2.
75 base_internal::ThreadIdentity *identity1; // First Post()-er.
76 base_internal::ThreadIdentity *identity2; // First Wait()-er.
77 KernelTimeout timeout;
/third_party/ffmpeg/libavfilter/
Dvf_colorlevels.c96 typedef struct ThreadData { struct
108 } ThreadData; argument
Dvf_remap.c78 typedef struct ThreadData { struct
83 } ThreadData; argument
Dvf_rotate.c85 typedef struct ThreadData { struct
93 } ThreadData; argument
Dvf_yaepblur.c89 typedef struct ThreadData { struct
96 } ThreadData; typedef
Dvf_psnr.c109 typedef struct ThreadData { struct
119 } ThreadData; argument
Dvf_framerate.c89 typedef struct ThreadData { struct
92 } ThreadData; typedef
Dvf_tonemap.c194 typedef struct ThreadData { struct
198 } ThreadData; argument
Dvf_ssim.c223 typedef struct ThreadData { struct
235 } ThreadData; argument
Dvf_identity.c83 typedef struct ThreadData { struct
92 } ThreadData; argument
Dvf_perspective.c273 typedef struct ThreadData { struct
280 } ThreadData; argument
Dvf_yadif.c33 typedef struct ThreadData { struct
39 } ThreadData; argument
Daf_headphone.c126 typedef struct ThreadData { struct
135 } ThreadData; typedef
Dvf_weave.c93 typedef struct ThreadData { struct
95 } ThreadData; argument
Dvf_threshold.c73 typedef struct ThreadData { struct
79 } ThreadData; argument
Dvf_avgblur.c60 typedef struct ThreadData { struct
65 } ThreadData; argument
Dvf_vif.c89 typedef struct ThreadData { struct
98 } ThreadData; typedef
Dvf_colormatrix.c70 typedef struct ThreadData { struct
79 } ThreadData; argument
Daf_sofalizer.c328 typedef struct ThreadData { struct
338 } ThreadData; typedef
Daf_crystalizer.c76 typedef struct ThreadData { struct
84 } ThreadData; argument
Dvf_hflip.c171 typedef struct ThreadData { struct
173 } ThreadData; argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp185 template <typename Type> struct ThreadData { struct
202 ThreadData<Type> *TData = reinterpret_cast<ThreadData<Type> *>(Data); in threadWrapper() argument

1234