HomeSort by relevance Sort by last modified time
    Searched refs:speex_bits_write (Results 1 - 2 of 2) sorted by null

  /external/speex/include/speex/
speex_bits.h 97 int speex_bits_write(SpeexBits *bits, char *bytes, int max_len);
99 /** Like speex_bits_write, but writes only the complete bytes in the stream. Also removes the written bytes from the stream */
  /external/speex/libspeex/
bits.c 188 EXPORT int speex_bits_write(SpeexBits *bits, char *chars, int max_nbytes) function

Completed in 145 milliseconds