Lines Matching refs:streamL
79 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()
366 AXSetVoiceAddr(streamL, &addr); // input addressing in startStreamPcm16()
367 AXSetVoiceSrcType(streamL, AX_SRC_TYPE_NONE); // no SRC in startStreamPcm16()
428 streamL = AXAcquireVoice(15, NULL, 0); in startStreamPcm16()
433 if (streamL) in startStreamPcm16()
444 MIXInitChannel(streamL, 0, 0, -904, -904, -904, 0, 127, 0); in startStreamPcm16()
455 AXSetVoiceAddr(streamL, &addr); // input addressing in startStreamPcm16()
456 AXSetVoiceSrcType(streamL, AX_SRC_TYPE_NONE); // no SRC in startStreamPcm16()
458 AXSetVoiceState(streamL, AX_PB_STATE_RUN); in startStreamPcm16()
502 streamL = AXAcquireVoice(15, NULL, 0); in startStreamPcm8()
520 if (streamL) in startStreamPcm8()
524 MIXInitChannel(streamL, 0, 0, -904, -904, -904, 0, 127, 0); in startStreamPcm8()
535 AXSetVoiceAddr(streamL, &addr); // input addressing in startStreamPcm8()
536 AXSetVoiceSrcType(streamL, AX_SRC_TYPE_NONE); // no SRC in startStreamPcm8()
597 streamL = AXAcquireVoice(15, NULL, 0); in startStreamPcm8()
602 if (streamL) in startStreamPcm8()
613 MIXInitChannel(streamL, 0, 0, -904, -904, -904, 0, 127, 0); in startStreamPcm8()
624 AXSetVoiceAddr(streamL, &addr); // input addressing in startStreamPcm8()
625 AXSetVoiceSrcType(streamL, AX_SRC_TYPE_NONE); // no SRC in startStreamPcm8()
627 AXSetVoiceState(streamL, AX_PB_STATE_RUN); in startStreamPcm8()
671 streamL = AXAcquireVoice(15, NULL, 0); in startStreamAdpcm()
690 if (streamL) in startStreamAdpcm()
696 MIXInitChannel(streamL, 0, 0, -904, -904, -904, 0, 127, 0); in startStreamAdpcm()
730 AXSetVoiceType(streamL, AX_PB_TYPE_STREAM); // no loop context in startStreamAdpcm()
731 AXSetVoiceAddr(streamL, &addr); // input addressing in startStreamAdpcm()
732 AXSetVoiceSrcType(streamL, AX_SRC_TYPE_NONE); // no SRC in startStreamAdpcm()
733 AXSetVoiceAdpcm(streamL, &adpcm); // ADPCM coefficients in startStreamAdpcm()
819 streamL = AXAcquireVoice(15, NULL, 0); in startStreamAdpcm()
824 if (streamL) in startStreamAdpcm()
837 MIXInitChannel(streamL, 0, 0, -904, -904, -904, 0, 127, 0); in startStreamAdpcm()
869 AXSetVoiceType(streamL, AX_PB_TYPE_STREAM); // no loop context in startStreamAdpcm()
870 AXSetVoiceAddr(streamL, &addr); // input addressing in startStreamAdpcm()
871 AXSetVoiceSrcType(streamL, AX_SRC_TYPE_NONE); // no SRC in startStreamAdpcm()
872 AXSetVoiceAdpcm(streamL, &adpcm); // ADPCM coefficients in startStreamAdpcm()
874 AXSetVoiceState(streamL, AX_PB_STATE_RUN); in startStreamAdpcm()
943 MIXSetFader(streamL, -960); in stopStream()
1060 *(u32*)&streamL->pb.addr.currentAddressHi, in main()