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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_thread_test.cc 45 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op.
62 EXPECT_NE(vp9_worker_sync(&worker_), 0);
66 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op.
85 EXPECT_FALSE(vp9_worker_sync(&worker_));
93 EXPECT_NE(vp9_worker_sync(&worker_), 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.c 78 int vp9_worker_sync(VP9Worker* const worker) { function
103 ok = vp9_worker_sync(worker);
vp9_thread.h 187 int vp9_worker_sync(VP9Worker* const worker);
190 // but not be changed afterward until the next call to vp9_worker_sync().
194 // mechanism while still using the VP9Worker structs. vp9_worker_sync() must
vp9_dthread.c 202 vp9_worker_sync(&pbi->tile_workers[i]);
vp9_decodeframe.c 713 vp9_worker_sync(&pbi->lf_worker);
727 vp9_worker_sync(&pbi->lf_worker);
    [all...]

Completed in 213 milliseconds