Searched refs:burst_cnt (Results 1 – 2 of 2) sorted by relevance
2851 uint8_t burst_cnt = 0; in configureStillMore() local2873 burst_cnt = (uint32_t)atoi(prop); in configureStillMore()2877 burst_cnt = 1; in configureStillMore()2882 if ((burst_cnt < stillmore_cap.min_burst_count) || in configureStillMore()2883 (burst_cnt > stillmore_cap.max_burst_count)) { in configureStillMore()2884 burst_cnt = stillmore_cap.max_burst_count; in configureStillMore()2888 stillmore_config.burst_count = burst_cnt; in configureStillMore()2891 CDBG_HIGH("%s: Stillmore burst %d", __func__, burst_cnt); in configureStillMore()5931 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()5932 CDBG_HIGH("%s: Stillmore burst %d", __func__, pp_config.burst_cnt); in addReprocChannel()
2126 uint32_t burst_cnt; member