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

  /external/chromium_org/third_party/speex/include/speex/
speex_bits.h 38 /** @defgroup SpeexBits SpeexBits: Bit-stream manipulations
49 typedef struct SpeexBits {
59 } SpeexBits;
61 /** Initializes and allocates resources for a SpeexBits struct */
62 void speex_bits_init(SpeexBits *bits);
64 /** Initializes SpeexBits struct using a pre-allocated buffer*/
65 void speex_bits_init_buffer(SpeexBits *bits, void *buff, int buf_size);
67 /** Sets the bits in a SpeexBits struct to use data from an existing buffer (for decoding without copying data) */
68 void speex_bits_set_bit_buffer(SpeexBits *bits, void *buff, int buf_size)
    [all...]
  /external/speex/include/speex/
speex_bits.h 38 /** @defgroup SpeexBits SpeexBits: Bit-stream manipulations
49 typedef struct SpeexBits {
59 } SpeexBits;
61 /** Initializes and allocates resources for a SpeexBits struct */
62 void speex_bits_init(SpeexBits *bits);
64 /** Initializes SpeexBits struct using a pre-allocated buffer*/
65 void speex_bits_init_buffer(SpeexBits *bits, void *buff, int buf_size);
67 /** Sets the bits in a SpeexBits struct to use data from an existing buffer (for decoding without copying data) */
68 void speex_bits_set_bit_buffer(SpeexBits *bits, void *buff, int buf_size)
    [all...]

Completed in 75 milliseconds