Searched refs:audioDecodeIndex (Results 1 – 2 of 2) sorted by relevance
336 SimpleControl.audioDecodeIndex = 0; in THPSimpleOpen()769 SimpleControl.audioDecodeIndex = 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()847 SimpleControl.audioDecodeIndex++; in THPSimpleDecode()848 if (SimpleControl.audioDecodeIndex >= AUDIO_BUFFER_NUM) in THPSimpleDecode()850 SimpleControl.audioDecodeIndex = 0; in THPSimpleDecode()
82 s32 audioDecodeIndex; member