Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Datm_zatm.h35 int pool_num; /* pool number */ member
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp1311 uint32_t pool_num = 0; in gst_xcam_src_decide_allocation() local
1316 pool_num = gst_query_get_n_allocation_pools (query); in gst_xcam_src_decide_allocation()
1317 if (pool_num > 0) { in gst_xcam_src_decide_allocation()
1318 for (uint32_t i = pool_num - 1; i > 0; --i) { in gst_xcam_src_decide_allocation()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc1694 for (int pool_num = -2; pool_num <= 1; pool_num += 3) { in TEST() local
1696 run_options.set_inter_op_thread_pool(pool_num); in TEST()
1703 pool_num), in TEST()