Home | History | Annotate | Download | only in lib_src

Lines Matching full:loop

83     EAS_I32             loopLocation;       /* file location where loop starts */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */
89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */
90 EAS_I32 samplesTilLoop; /* samples left to play until top of loop */
92 EAS_I32 bytesLeftLoop; /* count of bytes left in stream, value at start of loop */
102 S_DECODER_STATE decoderLLoop; /* left (mono) ADPCM state, value at start of loop */
103 S_DECODER_STATE decoderRLoop; /* right ADPCM state, value at start of loop */
118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start */
119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
120 EAS_U8 msBitValueLoop; /* value keeps track of MS bits, value at loop start */
122 EAS_BOOL8 hiNibbleLoop; /* indicates high/low nibble is next, value loop start */