Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxstream.c79 static AXVPB *streamL; variable
199 AXSetVoiceAdpcmLoop(streamL, &loop); in fillAram()
280 if(streamL) in callbackAudioFrame()
282 MIXReleaseChannel(streamL); in callbackAudioFrame()
283 AXFreeVoice(streamL); in callbackAudioFrame()
284 streamL = NULL; in callbackAudioFrame()
317 if (streamL) AXSetVoiceState(streamL, AX_PB_STATE_RUN); in startVoices()
333 streamL = AXAcquireVoice(15, NULL, 0); in startStreamPcm16()
351 if (streamL) in startStreamPcm16()
355 MIXInitChannel(streamL, 0, 0, -904, -904, -904, 0, 127, 0); in startStreamPcm16()
[all …]