Searched refs:num_threads (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_thread_test.cc100 // Decodes |filename| with |num_threads|. Returns the md5 of the decoded frames.
101 string DecodeFile(const string& filename, int num_threads) { argument
106 cfg.threads = num_threads;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c678 const int num_threads = pbi->oxcf.max_threads; local
716 if (num_threads > 1) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8330 return static_cast<size_t>(process_info.num_threads);

Completed in 599 milliseconds