OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_lookup
(Results
1 - 2
of
2
) sorted by null
/external/tinyalsa/
tinypcminfo.c
38
/* The
format_lookup
is in order of SNDRV_PCM_FORMAT_##index and
42
static const char *
format_lookup
[] = {
variable
97
return bit_index < ARRAY_SIZE(
format_lookup
) ?
format_lookup
[bit_index] : NULL;
pcm.c
76
static const char * const
format_lookup
[] = {
variable
785
"Format",
format_lookup
, ARRAY_SIZE(
format_lookup
));
[
all
...]
Completed in 106 milliseconds