Searched refs:SAMPLES_PER_AUDIO_PACKET (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/wpaddemo/src/ |
| D | wpad_seqdemo.c | 97 #define SAMPLES_PER_AUDIO_PACKET 40 macro 276 s16 pcmData[SAMPLES_PER_AUDIO_PACKET]; in UpdateSpeaker() 284 if (SAMPLES_PER_AUDIO_PACKET == AXRmtGetSamples(chan, pcmData, SAMPLES_PER_AUDIO_PACKET)) in UpdateSpeaker() 299 SAMPLES_PER_AUDIO_PACKET, in UpdateSpeaker() 309 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker()
|
| D | wpad_spdemo.c | 118 #define SAMPLES_PER_AUDIO_PACKET 40 macro 248 s16 pcmData[SAMPLES_PER_AUDIO_PACKET]; in UpdateSpeaker() 256 if (SAMPLES_PER_AUDIO_PACKET == AXRmtGetSamples(chan, pcmData, SAMPLES_PER_AUDIO_PACKET)) in UpdateSpeaker() 271 SAMPLES_PER_AUDIO_PACKET, in UpdateSpeaker() 281 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker()
|
| D | wpad_axdemo.c | 222 #define SAMPLES_PER_AUDIO_PACKET 40 macro 237 static s16 AudioBuffer[WPAD_MAX_CONTROLLERS][SAMPLES_PER_AUDIO_PACKET]; 401 …if (SAMPLES_PER_AUDIO_PACKET == AXRmtGetSamples(chan, AudioBuffer[chan], SAMPLES_PER_AUDIO_PACKET)) in UpdateSpeaker() 412 …&info[chan].Speakers.encInfo, flag, (const s16*)AudioBuffer[chan], SAMPLES_PER_AUDIO_PACKET, data); in UpdateSpeaker() 421 AXRmtAdvancePtr(SAMPLES_PER_AUDIO_PACKET); in UpdateSpeaker()
|