Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_thread.c30 struct VPxWorkerImpl { struct
31 pthread_mutex_t mutex_;
32 pthread_cond_t condition_;
33 pthread_t thread_;
H A Dvpx_thread.h35 typedef struct VPxWorkerImpl VPxWorkerImpl; typedef