OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_worker_interface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.c
165
static VP9WorkerInterface
g_worker_interface
= {
variable
176
g_worker_interface
= *winterface;
181
return &
g_worker_interface
;
/external/chromium_org/third_party/libwebp/utils/
thread.c
290
static WebPWorkerInterface
g_worker_interface
= {
variable
301
g_worker_interface
= *winterface;
306
return &
g_worker_interface
;
Completed in 329 milliseconds