Lines Matching refs:bytes
30 * bytes provided from the RM container; 8+ bytes for mono streams and
279 #define DECODE_BYTES_PAD1(bytes) (3 - ((bytes) + 3) % 4)
280 #define DECODE_BYTES_PAD2(bytes) ((bytes) % 4 + DECODE_BYTES_PAD1(2 * (bytes)))
286 * Out buffer size: extra bytes are needed to cope with
300 * @param bytes number of bytes
302 static inline int decode_bytes(const uint8_t *inbuffer, uint8_t *out, int bytes)
321 bytes += 3 + off;
322 for (i = 0; i < bytes / 4; i++)
875 * decode raw stream bytes and read gain info.