Searched refs:pcm_format (Results 1 – 5 of 5) sorted by relevance
355 if (new_pcm_format != raw_audio_parse->properties_config.pcm_format) { in gst_raw_audio_parse_set_property()356 raw_audio_parse->properties_config.pcm_format = new_pcm_format; in gst_raw_audio_parse_set_property()514 g_value_set_enum (value, raw_audio_parse->properties_config.pcm_format); in gst_raw_audio_parse_get_property()684 (config_ptr->pcm_format)) / 8; in gst_raw_audio_parse_get_alignment()718 config_ptr->pcm_format, in gst_raw_audio_parse_process()808 config->pcm_format = DEFAULT_PCM_FORMAT; in gst_raw_audio_parse_init_config()880 gst_audio_format_get_info (config->pcm_format); in gst_raw_audio_parse_update_config_bpf()942 config->pcm_format = GST_AUDIO_INFO_FORMAT (&info); in gst_raw_audio_parse_caps_to_config()1036 config->pcm_format, in gst_raw_audio_parse_config_to_caps()
54 GstAudioFormat pcm_format; member
148 snd_pcm_format_t pcm_format; in format_supported() local164 pcm_format = gst_alsa_get_pcm_format (format); in format_supported()165 if (pcm_format == SND_PCM_FORMAT_UNKNOWN) in format_supported()168 return snd_pcm_format_mask_test (mask, pcm_format); in format_supported()
241 static enum pcm_format
34 enum pcm_format format_tiny;