Searched refs:set_max_streams (Results 1 – 2 of 2) sorted by relevance
200 comp->set_max_streams = zcomp_strm_multi_set_max_streams; in zcomp_strm_multi_create()255 comp->set_max_streams = zcomp_strm_single_set_max_streams; in zcomp_strm_single_create()296 return comp->set_max_streams(comp, num_strm); in zcomp_set_max_streams()
49 bool (*set_max_streams)(struct zcomp *comp, int num_strm); member