Searched refs:threads (Results 1 – 17 of 17) sorted by relevance
/hardware/ti/omap4-aah/libtiutils/ |
D | DebugUtils.cpp | 61 const int newSize = (mData.get() ? mData->threads.size() : 0) + size; in grow() 64 newData->threads.setCapacity(newSize); in grow() 68 newData->threads.insertVectorAt(mData->threads, 0); in grow() 72 newData->threads.add(new ThreadInfo); in grow() 81 const int size = data->threads.size(); in registerThread() 84 ThreadInfo * const threadInfo = data->threads.itemAt(i); in registerThread()
|
D | DebugUtils.h | 79 android::Vector<ThreadInfo*> threads; 262 const int size = int(data->threads.size()); in findCurrentThreadInfo() 265 ThreadInfo * const threadInfo = data->threads.itemAt(i); in findCurrentThreadInfo()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_perf_test.cc | 70 const unsigned threads = GET_PARAM(THREADS); in TEST_P() local 76 cfg.threads = threads; in TEST_P() 95 printf("\t\"threadCount\" : %u,\n", threads); in TEST_P()
|
D | tile_independence_test.cc | 35 cfg.threads = 1; in TileIndependenceTest()
|
D | vp9_thread_test.cc | 106 cfg.threads = num_threads; in DecodeFile()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | decode_with_partial_drops.c | 218 dec_cfg.threads = strtol(argv[arg_num++], NULL, 0); in main() 230 printf("Threads: %d\n", dec_cfg.threads); in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_decoder.h | 108 unsigned int threads; /**< Maximum number of threads to use, default 1 */ member
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 199 std::vector<pthread_t> threads; member 222 this->threads.push_back(writerThread); in addSubHwDevice()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 62 * New feature: assertions can be safely called in multiple threads
|
D | README | 130 (We need -pthread as Google Test uses threads.)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 192 oxcf.max_threads = ctx->cfg.threads; in decode_one()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 251 static const arg_def_t threads = ARG_DEF("t", "threads", 1, variable 277 &use_yv12, &use_i420, &usage, &threads, &profile, 908 } else if (arg_match(&arg, &threads, argi)) { in parse_stream_params()
|
D | vpxdec.c | 574 cfg.threads = arg_parse_uint(&arg); in main_loop()
|
D | CHANGELOG | 139 faster (ARM) depending on the number of threads and bitrate
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 171 cfg.threads = GetCPUCoreCount(); in initDecoder()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 438 oxcf.max_threads = ctx->cfg.threads; in vp8_decode()
|
/hardware/intel/img/libdrm/ |
D | ltmain.sh | 4579 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
|