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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_dtmf_playout.h 20 class ACMDTMFPlayout : public ACMGenericCodec {
22 explicit ACMDTMFPlayout(int16_t codec_id);
23 ~ACMDTMFPlayout();
acm_dtmf_playout.cc 25 ACMDTMFPlayout::ACMDTMFPlayout(int16_t /* codec_id */) { return; }
27 ACMDTMFPlayout::~ACMDTMFPlayout() { return; }
29 int16_t ACMDTMFPlayout::InternalEncode(uint8_t* /* bitstream */,
34 int16_t ACMDTMFPlayout::InternalInitEncoder(
39 ACMGenericCodec* ACMDTMFPlayout::CreateInstance(void) { return NULL; }
41 int16_t ACMDTMFPlayout::InternalCreateEncoder() { return -1; }
43 void ACMDTMFPlayout::InternalDestructEncoderInst(void* /* ptr_inst */) {
47 void ACMDTMFPlayout::DestructEncoderSafe()
    [all...]

Completed in 497 milliseconds