Lines Matching defs:buffer
54 static void Zero32 (int32_t * buffer, uint32_t numItems, uint32_t stride) ;
133 - the decoded samples are interleaved into the output buffer in the order they arrive in
179 // bail if we ran off the end of the buffer
241 // if shift active, skip the shift buffer but remember where it starts
268 // uncompressed frame, copy data into the mix buffer to use common output code
296 // now read the shifted values into the shift buffer
306 // convert 32-bit integers into output buffer
483 // now read the shifted values into the shift buffer
641 static void Zero32 (int32_t * buffer, uint32_t numItems, uint32_t stride)
645 memset (buffer, 0, numItems * sizeof (int32_t)) ;
650 buffer [indx] = 0 ;