Searched refs:SAMPLES_PER_AUDIO_PACKET (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2.2/build/demos/wpaddemo/src/ |
| D | wpad_seqdemo.c | 93 #define SAMPLES_PER_AUDIO_PACKET 40 macro 117 s16 pcmData[SAMPLES_PER_AUDIO_PACKET]; 343 if (SAMPLES_PER_AUDIO_PACKET <= AXRmtGetSamplesLeft()) in UpdateSpeaker() 349 AXRmtGetSamples(chan, info[chan].Speakers.pcmData, SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 366 SAMPLES_PER_AUDIO_PACKET, in UpdateSpeaker() 375 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 395 memset(info[chan].Speakers.pcmData, 0, SAMPLES_PER_AUDIO_PACKET); in SpeakerCallback()
|
| D | wpad_spdemo.c | 163 #define SAMPLES_PER_AUDIO_PACKET 40 macro 307 s16 pcmData[SAMPLES_PER_AUDIO_PACKET]; in UpdateSpeaker() 313 if (SAMPLES_PER_AUDIO_PACKET <= AXRmtGetSamplesLeft()) in UpdateSpeaker() 319 AXRmtGetSamples(chan, pcmData, SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 336 SAMPLES_PER_AUDIO_PACKET, in UpdateSpeaker() 346 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker()
|
| D | wpad_axdemo.c | 255 #define SAMPLES_PER_AUDIO_PACKET 40 macro 271 static s16 AudioBuffer[WPAD_MAX_CONTROLLERS][SAMPLES_PER_AUDIO_PACKET]; 506 if (SAMPLES_PER_AUDIO_PACKET <= AXRmtGetSamplesLeft()) in UpdateSpeaker() 512 AXRmtGetSamples(chan, AudioBuffer[chan], SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker() 525 …&info[chan].Speakers.encInfo, flag, (const s16*)AudioBuffer[chan], SAMPLES_PER_AUDIO_PACKET, data); in UpdateSpeaker() 534 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker()
|