Home
last modified time | relevance | path

Searched refs:profile_is_format_valid (Results 1 – 3 of 3) sorted by relevance

/system/media/alsa_utils/include/
Dalsa_device_profile.h80 bool profile_is_format_valid(alsa_device_profile* profile, enum pcm_format fmt);
/system/media/alsa_utils/
Dalsa_device_proxy.c54 config->format != PCM_FORMAT_INVALID && profile_is_format_valid(profile, config->format) in proxy_prepare()
Dalsa_device_profile.c170 bool profile_is_format_valid(alsa_device_profile* profile, enum pcm_format fmt) { in profile_is_format_valid() function