HomeSort by relevance Sort by last modified time
    Searched defs:VP9Worker (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 178 } VP9Worker;
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);
  /external/libvpx/libvpx/vp9/common/
vp9_thread.h 176 } VP9Worker;
182 void (*init)(VP9Worker *const worker);
185 int (*reset)(VP9Worker *const worker);
188 int (*sync)(VP9Worker *const worker);
192 void (*launch)(VP9Worker *const worker);
195 // mechanism while still using the VP9Worker structs. sync() must
197 void (*execute)(VP9Worker *const worker);
200 void (*end)(VP9Worker *const worker);

Completed in 198 milliseconds