Searched defs:LUT (Results 1 - 1 of 1) sorted by relevance
/hardware/qcom/audio/hal/ |
H A D | audio_hw.c | 1102 #define LUT(table, len, what, dflt) \ macro 1106 LUT(supported_formats, num_formats, *format, AUDIO_FORMAT_DEFAULT); 1107 LUT(supported_channel_masks, num_masks, *mask, AUDIO_CHANNEL_NONE); 1108 LUT(supported_sample_rates, num_rates, *rate, 0); 1110 #undef LUT macro
|
Completed in 52 milliseconds