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

  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 26 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* processName,
  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/,
cpu_mac.h 24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/,
cpu_win.h 32 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/,
sort.cc 104 COMPARE_FOR_QSORT(x, y, WebRtc_Word8);
154 COMPARE_KEY_FOR_QSORT(sortKeyX, sortKeyY, WebRtc_Word8);
348 qsort(data, numOfElements, sizeof(WebRtc_Word8), CompareWord8);
386 IntegerSort<WebRtc_Word8>(data, numOfElements);
448 KEY_QSORT(ptrSortKey, key, numOfElements, WebRtc_Word8,
517 return IntegerKeySort<WebRtc_Word8>(data, key, numOfElements,
  /external/webrtc/src/
typedefs.h 120 typedef char WebRtc_Word8;
134 typedef char WebRtc_Word8;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Isac_test.cc 63 WebRtc_Word8 inFile[40];
64 WebRtc_Word8 outFile[40];
65 WebRtc_Word8 chcFile[40];
66 WebRtc_Word8 codec[10];
  /external/webrtc/src/modules/audio_processing/aecm/interface/
echo_control_mobile.h 240 * WebRtc_Word8 *versionStr Pointer to a string array
244 WebRtc_Word32 WebRtcAecm_get_version(WebRtc_Word8 *versionStr,
  /external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h 269 * WebRtc_Word8 *versionStr Pointer to a string array
273 WebRtc_Word32 WebRtcAec_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len);
  /external/webrtc/src/modules/audio_processing/agc/interface/
gain_control.h 267 int WebRtcAgc_Version(WebRtc_Word8 *versionStr, WebRtc_Word16 length);
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 248 RunSortTest<WebRtc_Word8>(webrtc::TYPE_Word8, keySort);
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 43 #define WEBRTC_SPL_GET_BYTE(a, nr) (((WebRtc_Word8 *)a)[nr])
45 (((WebRtc_Word8 *)d_ptr)[index] = (val))
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
signal_processing_unittest.cc 180 bTmp8[kk] = (WebRtc_Word8)kk;
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 705 WebRtc_Word32 WebRtcAecm_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len)
  /external/webrtc/src/modules/interface/
module_common_types.h 78 WebRtc_Word8 temporalIdx; // Temporal layer index, or kNoTemporalIdx.
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c     [all...]
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 869 WebRtc_Word32 WebRtcAec_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len)

Completed in 286 milliseconds