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

1 2

  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 20 static WebRtc_UWord32 DetectNumberOfCores();
29 WebRtc_UWord32 length) = 0;
30 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 dwProcessID) = 0;
37 virtual WebRtc_Word32 CpuUsageMultiCore(WebRtc_UWord32& numCores,
38 WebRtc_UWord32*& cpu_usage) = 0;
47 static WebRtc_UWord32 _numberOfCores;
sort.h 42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
60 WebRtc_Word32 KeySort(void* data, void* key, WebRtc_UWord32 numOfElements,
61 WebRtc_UWord32 sizeOfElement, Type keyType);
trace.h 47 static WebRtc_Word32 SetLevelFilter(const WebRtc_UWord32 filter);
50 static WebRtc_Word32 LevelFilter(WebRtc_UWord32& filter);
  /external/webrtc/src/system_wrappers/source/
cpu_mac.h 25 WebRtc_UWord32 /*length*/) {return -1;}
26 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return -1;}
31 virtual WebRtc_Word32 CpuUsageMultiCore(WebRtc_UWord32& numCores,
32 WebRtc_UWord32*& array);
38 WebRtc_UWord32* _cpuUsage;
cpu_linux.h 25 WebRtc_UWord32 /*length*/) {return 0;}
26 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return 0;}
28 virtual WebRtc_Word32 CpuUsageMultiCore(WebRtc_UWord32& numCores,
29 WebRtc_UWord32*& array);
46 WebRtc_UWord32* m_resultArray;
47 WebRtc_UWord32 m_numCores;
trace_linux.h 32 volatile mutable WebRtc_UWord32 _prevAPITickCount;
33 volatile mutable WebRtc_UWord32 _prevTickCount;
cpu_mac.cc 36 _cpuUsage = new WebRtc_UWord32[cpuCount];
62 WebRtc_UWord32 numCores;
63 WebRtc_UWord32* array = NULL;
68 CpuWrapperMac::CpuUsageMultiCore(WebRtc_UWord32& numCores,
69 WebRtc_UWord32*& array)
118 _cpuUsage[cpu] = (WebRtc_UWord32)((1000 *
file_impl.h 26 WebRtc_UWord32 size) const;
52 WebRtc_UWord32 _sizeInBytes;
cpu.cc 33 WebRtc_UWord32 CpuWrapper::_numberOfCores = 0;
35 WebRtc_UWord32 CpuWrapper::DetectNumberOfCores()
42 _numberOfCores = static_cast<WebRtc_UWord32>(si.dwNumberOfProcessors);
57 _numberOfCores = static_cast<WebRtc_UWord32>(ncpu);
sort.cc 71 for (WebRtc_UWord32 i = 0; i < (NUM_OF_ELEMENTS); i++) \
88 WebRtc_UWord32 index;
95 WebRtc_UWord32 index;
129 COMPARE_FOR_QSORT(x, y, WebRtc_UWord32);
179 COMPARE_KEY_FOR_QSORT(sortKeyX, sortKeyY, WebRtc_UWord32);
223 inline void IntegerSort(void* data, WebRtc_UWord32 numOfElements)
230 inline void FloatSort(void* data, WebRtc_UWord32 numOfElements)
238 inline void StdSort(void* data, WebRtc_UWord32 numOfElements)
247 WebRtc_UWord32 numOfElements)
256 for (WebRtc_UWord32 i = 0; i < numOfElements; i++
    [all...]
trace_impl.h 113 const WebRtc_UWord32 newCount) const;
118 const WebRtc_UWord32 newCount) const;
124 WebRtc_UWord32 _rowCountText;
125 WebRtc_UWord32 _fileCountText;
cpu_linux.cc 33 m_resultArray = new WebRtc_UWord32[m_numCores];
49 WebRtc_UWord32 dummy = 0;
50 WebRtc_UWord32* dummyArray = NULL;
54 WebRtc_Word32 CpuLinux::CpuUsageMultiCore(WebRtc_UWord32& numCores,
55 WebRtc_UWord32*& coreArray)
83 for (WebRtc_UWord32 i = 0; i < m_numCores; i++)
131 for (WebRtc_UWord32 i = 0; i < m_numCores; i++)
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
randomization_functions.c 25 WebRtc_UWord32 WebRtcSpl_IncreaseSeed(WebRtc_UWord32 *seed)
31 WebRtc_Word16 WebRtcSpl_RandU(WebRtc_UWord32 *seed)
36 WebRtc_Word16 WebRtcSpl_RandN(WebRtc_UWord32 *seed)
44 WebRtc_UWord32* seed)
get_size_in_bits.c 22 WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 value)
norm_u32.c 22 int WebRtcSpl_NormU32(WebRtc_UWord32 value)
division_operations.c 26 WebRtc_UWord32 WebRtcSpl_DivU32U16(WebRtc_UWord32 num, WebRtc_UWord16 den)
31 return (WebRtc_UWord32)(num / den);
34 return (WebRtc_UWord32)0xFFFFFFFF;
  /external/webrtc/src/modules/audio_processing/ns/main/source/
nsx_core.h 25 WebRtc_UWord32 fs;
54 WebRtc_UWord32 featureSpecDiff;
55 WebRtc_UWord32 thresholdSpecDiff;
58 WebRtc_UWord32 featureSpecFlat;
59 WebRtc_UWord32 thresholdSpecFlat;
63 WebRtc_UWord32 magnEnergy;
64 WebRtc_UWord32 sumMagn;
65 WebRtc_UWord32 curAvgMagnEnergy;
66 WebRtc_UWord32 timeAvgMagnEnergy;
67 WebRtc_UWord32 timeAvgMagnEnergyTmp
    [all...]
nsx_core.c 446 WebRtc_UWord32 *noise_estimate,
447 WebRtc_UWord32 *noise_estimate_avg)
485 *noise_estimate_avg = WEBRTC_SPL_LSHIFT_U32(1, int_part) + (WebRtc_UWord32)tmp32no2;
487 *noise_estimate = (*noise_estimate_avg) * (WebRtc_UWord32)(inst->blockIndex + 1);
492 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t *inst, WebRtc_UWord32 fs)
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 22 WebRtc_UWord32 timestamp;
23 WebRtc_UWord32 ssrc;
25 WebRtc_UWord32 arrOfCSRCs[kRtpCsrcSize];
136 fragmentationOffset = new WebRtc_UWord32[header.fragmentationVectorSize];
140 fragmentationLength = new WebRtc_UWord32[header.fragmentationVectorSize];
161 header.fragmentationVectorSize * sizeof(WebRtc_UWord32));
166 header.fragmentationVectorSize * sizeof(WebRtc_UWord32));
188 WebRtc_UWord32* oldOffsets = fragmentationOffset;
189 fragmentationOffset = new WebRtc_UWord32[size];
191 sizeof(WebRtc_UWord32)*(size-oldVectorSize))
    [all...]
  /external/webrtc/src/
common_types.h 271 WebRtc_UWord32 jbMinSize;
273 WebRtc_UWord32 jbMaxSize;
275 WebRtc_UWord32 jbAvgSize;
278 WebRtc_UWord32 jbChangeCount;
280 WebRtc_UWord32 lateLossMs;
282 WebRtc_UWord32 accelerateMs;
284 WebRtc_UWord32 flushedMs;
286 WebRtc_UWord32 generatedSilentMs;
288 WebRtc_UWord32 interpolatedVoiceMs;
290 WebRtc_UWord32 interpolatedSilentMs
    [all...]
typedefs.h 76 typedef uint32_t WebRtc_UWord32;
91 typedef uint32_t WebRtc_UWord32;
  /external/webrtc/src/system_wrappers/test/
Test.cpp 43 WebRtc_UWord32 numCores;
44 WebRtc_UWord32* cores;
53 for (WebRtc_UWord32 i = 0; i< numCores;i++)
  /external/webrtc/src/modules/audio_processing/ns/main/interface/
noise_suppression.h 78 int WebRtcNs_Init(NsHandle *NS_inst, WebRtc_UWord32 fs);
noise_suppression_x.h 78 int WebRtcNsx_Init(NsxHandle *nsxInst, WebRtc_UWord32 fs);
  /external/webrtc/src/common_audio/signal_processing_library/main/interface/
signal_processing_library.h 74 ((WebRtc_UWord32) ((WebRtc_UWord32)(a) * (WebRtc_UWord32)(b)))
76 ((WebRtc_UWord32) ((WebRtc_UWord32)(a) * (WebRtc_UWord32)(b)) >> 16)
78 ((WebRtc_UWord32) (WebRtc_UWord16)(a) * (WebRtc_UWord16)(b))
80 (((WebRtc_UWord32) (WebRtc_UWord16)(a) * (WebRtc_UWord16)(b)) >> 16)
82 ((WebRtc_UWord32) ((WebRtc_UWord32)(a) * (WebRtc_UWord16)(b))
    [all...]

Completed in 134 milliseconds

1 2