Searched refs:SAMPLES_PER_AUDIO_PACKET (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.1/build/demos/wpaddemo/src/ |
| D | wpad_seqdemo.c | 93 #define SAMPLES_PER_AUDIO_PACKET 40 macro 117 s16 pcmData[SAMPLES_PER_AUDIO_PACKET]; 338 if (SAMPLES_PER_AUDIO_PACKET <= AXRmtGetSamplesLeft()) in UpdateSpeaker() 344 AXRmtGetSamples(chan, info[chan].Speakers.pcmData, SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 361 SAMPLES_PER_AUDIO_PACKET, in UpdateSpeaker() 370 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 390 memset(info[chan].Speakers.pcmData, 0, SAMPLES_PER_AUDIO_PACKET); in SpeakerCallback()
|
| D | wpad_spdemo.c | 163 #define SAMPLES_PER_AUDIO_PACKET 40 macro 302 s16 pcmData[SAMPLES_PER_AUDIO_PACKET]; in UpdateSpeaker() 308 if (SAMPLES_PER_AUDIO_PACKET <= AXRmtGetSamplesLeft()) in UpdateSpeaker() 314 AXRmtGetSamples(chan, pcmData, SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 331 SAMPLES_PER_AUDIO_PACKET, in UpdateSpeaker() 341 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker()
|
| D | wpad_axdemo.c | 258 #define SAMPLES_PER_AUDIO_PACKET 40 macro 274 static s16 AudioBuffer[WPAD_MAX_CONTROLLERS][SAMPLES_PER_AUDIO_PACKET]; 504 if (SAMPLES_PER_AUDIO_PACKET <= AXRmtGetSamplesLeft()) in UpdateSpeaker() 510 AXRmtGetSamples(chan, AudioBuffer[chan], SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 523 …&info[chan].Speakers.encInfo, flag, (const s16*)AudioBuffer[chan], SAMPLES_PER_AUDIO_PACKET, data); in UpdateSpeaker() 532 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker()
|