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

  /external/libvpx/libvpx/test/
vp9_thread_test.cc 135 EXPECT_EQ(0, vpx_set_worker_interface(NULL));
148 EXPECT_EQ(0, vpx_set_worker_interface(&winterface));
230 EXPECT_NE(vpx_set_worker_interface(&serial_interface), 0);
234 EXPECT_NE(vpx_set_worker_interface(&default_interface), 0);
  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 169 int vpx_set_worker_interface(const VPxWorkerInterface* const winterface) { function
vpx_thread.h 212 int vpx_set_worker_interface(const VPxWorkerInterface *const winterface);

Completed in 61 milliseconds