Home
last modified time | relevance | path

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

/RvlSDK-2.1/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.c492 ActivePlayer.audioBuffer[i].buffer = (s16 *)ptr; in THPPlayerSetBuffer()
493 ActivePlayer.audioBuffer[i].curPtr = (s16 *)ptr; in THPPlayerSetBuffer()
494 ActivePlayer.audioBuffer[i].validSample = 0; in THPPlayerSetBuffer()
523 THPAudioBuffer *audioBuffer; in InitAllMessageQueue() local
549 audioBuffer = &ActivePlayer.audioBuffer[i]; in InitAllMessageQueue()
550 PushFreeAudioBuffer(audioBuffer); in InitAllMessageQueue()
/RvlSDK-2.1/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.c457 ActivePlayer.audioBuffer[i].buffer = (s16 *)ptr; in THPPlayerSetBuffer()
458 ActivePlayer.audioBuffer[i].curPtr = (s16 *)ptr; in THPPlayerSetBuffer()
459 ActivePlayer.audioBuffer[i].validSample = 0; in THPPlayerSetBuffer()
496 THPAudioBuffer *audioBuffer; in InitAllMessageQueue() local
522 audioBuffer = &ActivePlayer.audioBuffer[i]; in InitAllMessageQueue()
523 PushFreeAudioBuffer(audioBuffer); in InitAllMessageQueue()
/RvlSDK-2.1/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c486 SimpleControl.audioBuffer[i].buffer = (s16 *)ptr; in THPSimpleSetBuffer()
487 SimpleControl.audioBuffer[i].curPtr = (s16 *)ptr; in THPSimpleSetBuffer()
488 SimpleControl.audioBuffer[i].validSample = 0; in THPSimpleSetBuffer()
759 SimpleControl.audioBuffer[i].validSample = 0; in THPSimpleLoadStop()
822 if (SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].validSample == 0) in THPSimpleDecode()
837 … sample = THPAudioDecode(SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].buffer, in THPSimpleDecode()
842 … SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].validSample = sample; in THPSimpleDecode()
844 SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].curPtr in THPSimpleDecode()
845 = SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].buffer; in THPSimpleDecode()
998 if (SimpleControl.audioBuffer[SimpleControl.audioOutputIndex].validSample) in MixAudio()
[all …]
/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPSimple.h81 THPAudioBuffer audioBuffer[AUDIO_BUFFER_NUM]; member
DTHPPlayerStrmAX.h93 THPAudioBuffer audioBuffer[DECODE_AUDIO_BUFFER_NUM]; member
DTHPPlayer.h103 THPAudioBuffer audioBuffer[DECODE_AUDIO_BUFFER_NUM]; member