Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dima_rw.c71 unsigned o_inc /* index difference between successive output samples */ in ImaExpandS() argument
92 op += o_inc; in ImaExpandS()
127 op += o_inc; in ImaExpandS()
170 int o_inc = 0; /* set 0 only to shut up gcc's 'might be uninitialized' */ in ImaMashS() local
184 o_inc = 4*(chans-1); /* amount by which to incr op after each 4-byte written */ in ImaMashS()
187 op += o_inc; /* _sigh_ NEVER waste a byte. It's a rule! */ in ImaMashS()
209 op += o_inc; /* skip op for next group */ in ImaMashS()