Home
last modified time | relevance | path

Searched refs:audioBuffer (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPAudioDecode.c266 THPAudioBuffer *audioBuffer; in AudioDecode() local
274 audioBuffer = PopFreeAudioBuffer(); in AudioDecode()
281 sample = THPAudioDecode(audioBuffer->buffer, in AudioDecode()
284 audioBuffer->validSample = sample; in AudioDecode()
285 audioBuffer->curPtr = audioBuffer->buffer; in AudioDecode()
286 PushDecodedAudioBuffer(audioBuffer); in AudioDecode()
DTHPPlayer.c502 ActivePlayer.audioBuffer[i].buffer = (s16 *)ptr; in THPPlayerSetBuffer()
503 ActivePlayer.audioBuffer[i].curPtr = (s16 *)ptr; in THPPlayerSetBuffer()
504 ActivePlayer.audioBuffer[i].validSample = 0; in THPPlayerSetBuffer()
533 THPAudioBuffer *audioBuffer; in InitAllMessageQueue() local
559 audioBuffer = &ActivePlayer.audioBuffer[i]; in InitAllMessageQueue()
560 PushFreeAudioBuffer(audioBuffer); in InitAllMessageQueue()
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPAudioDecode.c299 THPAudioBuffer *audioBuffer; in AudioDecode() local
307 audioBuffer = PopFreeAudioBuffer(); in AudioDecode()
314 sample = THPAudioDecode(audioBuffer->buffer, in AudioDecode()
317 audioBuffer->validSample = sample; in AudioDecode()
318 audioBuffer->curPtr = audioBuffer->buffer; in AudioDecode()
319 PushDecodedAudioBuffer(audioBuffer); in AudioDecode()
DTHPPlayer.c446 ActivePlayer.audioBuffer[i].buffer = (s16 *)ptr; in THPPlayerSetBuffer()
447 ActivePlayer.audioBuffer[i].curPtr = (s16 *)ptr; in THPPlayerSetBuffer()
448 ActivePlayer.audioBuffer[i].validSample = 0; in THPPlayerSetBuffer()
485 THPAudioBuffer *audioBuffer; in InitAllMessageQueue() local
511 audioBuffer = &ActivePlayer.audioBuffer[i]; in InitAllMessageQueue()
512 PushFreeAudioBuffer(audioBuffer); in InitAllMessageQueue()
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c497 SimpleControl.audioBuffer[i].buffer = (s16 *)ptr; in THPSimpleSetBuffer()
498 SimpleControl.audioBuffer[i].curPtr = (s16 *)ptr; in THPSimpleSetBuffer()
499 SimpleControl.audioBuffer[i].validSample = 0; in THPSimpleSetBuffer()
770 SimpleControl.audioBuffer[i].validSample = 0; in THPSimpleLoadStop()
834 if (SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].validSample == 0) in THPSimpleDecode()
850 … sample = THPAudioDecode(SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].buffer, in THPSimpleDecode()
855 … SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].validSample = sample; in THPSimpleDecode()
857 SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].curPtr in THPSimpleDecode()
858 = SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].buffer; in THPSimpleDecode()
1011 if (SimpleControl.audioBuffer[SimpleControl.audioOutputIndex].validSample) in MixAudio()
[all …]
/RvlSDK-3.2/build/demos/thpdemo/include/
DTHPSimple.h91 THPAudioBuffer audioBuffer[AUDIO_BUFFER_NUM]; member
DTHPPlayerStrmAX.h96 THPAudioBuffer audioBuffer[DECODE_AUDIO_BUFFER_NUM]; member
DTHPPlayer.h108 THPAudioBuffer audioBuffer[DECODE_AUDIO_BUFFER_NUM]; member