Searched refs:adpcmIndex (Results 1 – 3 of 3) sorted by relevance
61 static u16 adpcmIndex; variable957 memcpy(&adpcm[adpcmIndex], &adpcminfo, sizeof(WTADPCM)); in dls_data()962 p = (u16*)&adpcm[adpcmIndex]; in dls_data()1041 memcpy(&adpcm[adpcmIndex], &adpcminfo, sizeof(WTADPCM)); in dls_data()1046 p = (u16*)&adpcm[adpcmIndex]; in dls_data()1088 waveSample[waveIndex].adpcmIndex = reverse_endian_16(adpcmIndex); in dls_data()1089 adpcmIndex++; in dls_data()1153 adpcmIndex = 0; in dls_read_file()1264 fwrite(adpcm, sizeof(WTADPCM), adpcmIndex, wtFile); in dls_read_file()
105 u16 adpcmIndex; // ADPCM index to reference if in ADPCM mode member
98 u16 adpcmIndex; // ADPCM index to reference if in ADPCM mode member