Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/axdemo/src/
Daxfilter.c162 u32 num_channels; // number of channels associated with this sound. member
351 …ASSERTMSG( (demo_sound[sound].num_channels <= MAX_NUM_CHANNELS_PER_SOUND), "ERROR: Channel quantit… in play_sound()
357 for (i=0; i<demo_sound[sound].num_channels; i++) in play_sound()