HomeSort by relevance Sort by last modified time
    Searched refs:InternalEncode (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_dtmf_playout.cc 29 int16_t ACMDTMFPlayout::InternalEncode(uint8_t* /* bitstream */,
53 int16_t ACMDTMFPlayout::InternalEncode(uint8_t* /* bitstream */,
acm_dtmf_playout.h 28 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_pcma.h 28 int16_t InternalEncode(uint8_t* bitstream,
acm_pcmu.h 28 int16_t InternalEncode(uint8_t* bitstream,
acm_red.cc 24 int16_t ACMRED::InternalEncode(uint8_t* /* bitstream */,
acm_red.h 28 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_pcm16b.cc 30 int16_t ACMPCM16B::InternalEncode(uint8_t* /* bitstream */,
54 int16_t ACMPCM16B::InternalEncode(uint8_t* bitstream,
acm_celt.h 31 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_cng.h 32 int16_t InternalEncode(uint8_t* bitstream,
acm_g729.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_g7291.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_gsmfr.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_pcm16b.h 28 int16_t InternalEncode(uint8_t* bitstream,
acm_amrwb.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_cng.cc 41 int16_t ACMCNG::InternalEncode(uint8_t* /* bitstream */,
acm_g722.h 36 int16_t InternalEncode(uint8_t* bitstream,
acm_g7221.h 37 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_g7221c.h 37 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_ilbc.h 32 int16_t InternalEncode(uint8_t* bitstream,
acm_opus.h 31 int16_t InternalEncode(uint8_t* bitstream,
acm_pcma.cc 27 int16_t ACMPCMA::InternalEncode(uint8_t* bitstream,
acm_pcmu.cc 27 int16_t ACMPCMU::InternalEncode(uint8_t* bitstream,
acm_speex.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_amr.h 34 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_celt.cc 39 int16_t ACMCELT::InternalEncode(uint8_t* /* bitstream */,
85 int16_t ACMCELT::InternalEncode(uint8_t* bitstream,
101 "InternalEncode: Encode error for Celt");

Completed in 409 milliseconds

1 2