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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_g729.h 47 int32_t IsInternalDTXReplacedSafe(bool* internal_dtx_replaced);
acm_g729.cc 46 int32_t ACMG729::IsInternalDTXReplacedSafe(bool* /* internal_dtx_replaced */) {
214 int32_t ACMG729::IsInternalDTXReplacedSafe(bool* internal_dtx_replaced) {
acm_generic_codec.h 702 virtual int32_t IsInternalDTXReplacedSafe(bool* internal_dtx_replaced);
    [all...]
acm_generic_codec.cc 807 return IsInternalDTXReplacedSafe(internal_dtx_replaced);
810 int32_t ACMGenericCodec::IsInternalDTXReplacedSafe(
    [all...]

Completed in 596 milliseconds