Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-drm/
Dvaapi-recorder.c73 struct vaapi_recorder { struct
74 int drm_fd, output_fd;
75 int width, height;
76 int frame_count;
78 int error;
79 int destroying;
80 pthread_t worker_thread;
81 pthread_mutex_t mutex;
82 pthread_cond_t input_cond;
84 struct {
[all …]