Searched refs:sparams (Results 1 – 2 of 2) sorted by relevance
614 struct snd_pcm_sw_params sparams; in pcm_open() local693 memset(&sparams, 0, sizeof(sparams)); in pcm_open()694 sparams.tstamp_mode = SNDRV_PCM_TSTAMP_ENABLE; in pcm_open()695 sparams.period_step = 1; in pcm_open()699 pcm->config.start_threshold = sparams.start_threshold = 1; in pcm_open()701 pcm->config.start_threshold = sparams.start_threshold = in pcm_open()704 sparams.start_threshold = config->start_threshold; in pcm_open()709 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()712 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()716 sparams.stop_threshold = config->stop_threshold; in pcm_open()[all …]
599 cricket::StreamParams sparams = in OnDataFromSctpToChannel() local601 AddSendStream(sparams); in OnDataFromSctpToChannel()602 AddRecvStream(sparams); in OnDataFromSctpToChannel()