Searched defs:VP9Worker (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.h178 } VP9Worker; typedef in typeref:struct:__anon605
181 void vp9_worker_init(VP9Worker* const worker);
184 int vp9_worker_reset(VP9Worker* const worker);
187 int vp9_worker_sync(VP9Worker* const worker);
191 void vp9_worker_launch(VP9Worker* const worker);
194 // mechanism while still using the VP9Worker structs. vp9_worker_sync() must
196 void vp9_worker_execute(VP9Worker* const worker);
199 void vp9_worker_end(VP9Worker* const worker);

Completed in 14 milliseconds