Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/wpaddemo/src/
Dwpad_seqdemo.c93 #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()
Dwpad_spdemo.c163 #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()
Dwpad_axdemo.c258 #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()