Searched refs:speex_bits_write (Results 1 - 3 of 3) sorted by relevance

/external/speex/include/speex/
H A Dspeex_bits.h97 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/chromium_org/content/browser/speech/
H A Daudio_encoder.cc163 int frame_length = speex_bits_write(&bits_, encoded_frame_data_ + 1,
/external/speex/libspeex/
H A Dbits.c188 EXPORT int speex_bits_write(SpeexBits *bits, char *chars, int max_nbytes) function

Completed in 88 milliseconds