Home
last modified time | relevance | path

Searched defs:VPxWorkerImpl (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_util/
Dvpx_thread.c23 struct VPxWorkerImpl { struct
24 pthread_mutex_t mutex_;
25 pthread_cond_t condition_;
26 pthread_t thread_;
Dvpx_thread.h170 typedef struct VPxWorkerImpl VPxWorkerImpl; typedef