Home
last modified time | relevance | path

Searched refs:pcm_format_value_map (Results 1 – 2 of 2) sorted by relevance

/system/media/alsa_utils/
Dalsa_format.c29 int8_t const pcm_format_value_map[50] = { variable
91 int table_size = ARRAY_SIZE(pcm_format_value_map); in get_pcm_format_for_mask()
102 return (int)pcm_format_value_map[table_index]; in get_pcm_format_for_mask()
Dalsa_device_profile.c47 extern int8_t const pcm_format_value_map[50];
241 const int table_size = ARRAY_SIZE(pcm_format_value_map); in profile_enum_sample_formats()
253 enum pcm_format format = pcm_format_value_map[table_index]; in profile_enum_sample_formats()