Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c30 #define MAX_ID_ELEMS 256 macro
177 DECLARE_BITMAP(unitBitMap, MAX_ID_ELEMS);
178 DECLARE_BITMAP(termBitMap, MAX_ID_ELEMS);
2149 mixer->idElems = OsalMemCalloc(sizeof(struct UsbMixerElemList) * MAX_ID_ELEMS); in AudioUsbCreateMixer()