Searched refs:max_items (Results 1 – 3 of 3) sorted by relevance
179 uint32_t max_items = 1; in work() local183 max_items *= items.value[i]; in work()187 ERROR, max_items, XCAM_RETURN_ERROR_PARAM, in work()190 if (max_items == 1) { in work()201 _threads->set_threads (max_items, max_items + 1); //extra thread to process all_items_done in work()208 SmartPtr<ItemSynch> sync = new ItemSynch (max_items); in work()
63 def __init__(self, max_items=256, max_tensor_size=10000): argument65 self._max_items = max_items
763 cache = context._EagerTensorCache(max_items=100, max_tensor_size=3)