Searched refs:max_items (Results 1 – 2 of 2) 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()
49 def __init__(self, max_items=256): argument51 self._max_items = max_items if max_items else 256