Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 17 of 17) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
DDebugUtils.cpp61 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()
DDebugUtils.h79 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/
Ddecode_perf_test.cc70 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()
Dtile_independence_test.cc35 cfg.threads = 1; in TileIndependenceTest()
Dvp9_thread_test.cc106 cfg.threads = num_threads; in DecodeFile()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_with_partial_drops.c218 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/
Dvpx_decoder.h108 unsigned int threads; /**< Maximum number of threads to use, default 1 */ member
/hardware/libhardware/modules/sensors/
Dmultihal.cpp199 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/
DCHANGES62 * New feature: assertions can be safely called in multiple threads
DREADME130 (We need -pthread as Google Test uses threads.)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c192 oxcf.max_threads = ctx->cfg.threads; in decode_one()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c251 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()
Dvpxdec.c574 cfg.threads = arg_parse_uint(&arg); in main_loop()
DCHANGELOG139 faster (ARM) depending on the number of threads and bitrate
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp171 cfg.threads = GetCPUCoreCount(); in initDecoder()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c438 oxcf.max_threads = ctx->cfg.threads; in vp8_decode()
/hardware/intel/img/libdrm/
Dltmain.sh4579 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)