HomeSort by relevance Sort by last modified time
    Searched refs:vp9_set_worker_interface (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
vp9_thread_test.cc 135 EXPECT_EQ(0, vp9_set_worker_interface(NULL));
148 EXPECT_EQ(0, vp9_set_worker_interface(&winterface));
230 EXPECT_NE(vp9_set_worker_interface(&serial_interface), 0);
234 EXPECT_NE(vp9_set_worker_interface(&default_interface), 0);
  /external/libvpx/libvpx/vp9/common/
vp9_thread.c 169 int vp9_set_worker_interface(const VP9WorkerInterface* const winterface) { function
vp9_thread.h 208 int vp9_set_worker_interface(const VP9WorkerInterface *const winterface);

Completed in 49 milliseconds