Searched refs:pcm_profile (Results 1 – 2 of 2) sorted by relevance
951 …kernel_delay = (long)(((int64_t)kernel_frames * 1000000000) / ref_device->pcm_profile->config.rate… in get_capture_reference_delay()1208 ref_device->pcm_profile = ref_pcm_profile; in get_hw_echo_reference()1211 …>pcm = pcm_open(ref_device->pcm_profile->card, ref_device->pcm_profile->id, PCM_IN | PCM_MONOTONIC… in get_hw_echo_reference()1778 if (temp_device->pcm_profile->id == 1) { in get_next_buffer()1784 …size_hw_ref_bytes = pcm_frames_to_bytes(ref_device->pcm, ref_device->pcm_profile->config.period_si… in get_next_buffer()1785 size_hw_ref_frames = ref_device->pcm_profile->config.period_size; in get_next_buffer()1948 struct pcm_device_profile *pcm_profile; in start_input_stream() local1953 pcm_profile = get_pcm_device(in->usecase_type, in->devices); in start_input_stream()1954 if (pcm_profile == NULL) { in start_input_stream()1970 pcm_device->pcm_profile = pcm_profile; in start_input_stream()[all …]
256 struct pcm_device_profile* pcm_profile; member