Searched refs:audioDecodeIndex (Results 1 – 2 of 2) sorted by relevance
347 SimpleControl.audioDecodeIndex = 0; in THPSimpleOpen()780 SimpleControl.audioDecodeIndex = 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()860 SimpleControl.audioDecodeIndex++; in THPSimpleDecode()861 if (SimpleControl.audioDecodeIndex >= AUDIO_BUFFER_NUM) in THPSimpleDecode()863 SimpleControl.audioDecodeIndex = 0; in THPSimpleDecode()
92 s32 audioDecodeIndex; member