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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_codec.h 130 virtual int SetAMREncFormat(int channel, AmrMode mode) { return -1; }
131 virtual int SetAMRDecFormat(int channel, AmrMode mode) { return -1; }
132 virtual int SetAMRWbEncFormat(int channel, AmrMode mode) { return -1; }
133 virtual int SetAMRWbDecFormat(int channel, AmrMode mode) { return -1; }
  /external/webrtc/src/
common_types.h 413 enum AmrMode
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 466 WEBRTC_STUB(SetAMREncFormat, (int channel, webrtc::AmrMode mode));
467 WEBRTC_STUB(SetAMRDecFormat, (int channel, webrtc::AmrMode mode));
468 WEBRTC_STUB(SetAMRWbEncFormat, (int channel, webrtc::AmrMode mode));
469 WEBRTC_STUB(SetAMRWbDecFormat, (int channel, webrtc::AmrMode mode));
    [all...]
  /external/chromium_org/third_party/webrtc/
common_types.h 497 enum AmrMode

Completed in 86 milliseconds