Home
last modified time | relevance | path

Searched refs:vp9_worker_sync (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_thread_test.cc45 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op. in TEST_P()
62 EXPECT_NE(vp9_worker_sync(&worker_), 0); in TEST_P()
66 EXPECT_NE(vp9_worker_sync(&worker_), 0); // should be a no-op. in TEST_P()
85 EXPECT_FALSE(vp9_worker_sync(&worker_)); in TEST_P()
93 EXPECT_NE(vp9_worker_sync(&worker_), 0); in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.c78 int vp9_worker_sync(VP9Worker* const worker) { in vp9_worker_sync() function
103 ok = vp9_worker_sync(worker); in vp9_worker_reset()
Dvp9_thread.h187 int vp9_worker_sync(VP9Worker* const worker);
Dvp9_dthread.c202 vp9_worker_sync(&pbi->tile_workers[i]); in vp9_loop_filter_frame_mt()
Dvp9_decodeframe.c713 vp9_worker_sync(&pbi->lf_worker); in decode_tile()
727 vp9_worker_sync(&pbi->lf_worker); in decode_tile()
983 pbi->mb.corrupted |= !vp9_worker_sync(worker); in decode_tiles_mt()