Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_thread_test.cc101 string DecodeFile(const string& filename, int num_threads) { in DecodeFile() argument
106 cfg.threads = num_threads; in DecodeFile()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c678 const int num_threads = pbi->oxcf.max_threads; in decode_tile() local
716 if (num_threads > 1) { in decode_tile()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8330 return static_cast<size_t>(process_info.num_threads); in GetThreadCount()