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

1 2

  /external/webrtc/src/system_wrappers/interface/
cpu_info.h 20 static WebRtc_UWord32 DetectNumberOfCores();
24 static WebRtc_UWord32 _numberOfCores;
cpu_wrapper.h 27 WebRtc_UWord32 length) = 0;
28 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 dwProcessID) = 0;
43 virtual WebRtc_Word32 CpuUsageMultiCore(WebRtc_UWord32& numCores,
44 WebRtc_UWord32*& cpu_usage) = 0;
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 40 static WebRtc_Word32 SetLevelFilter(const WebRtc_UWord32 filter);
43 static WebRtc_Word32 LevelFilter(WebRtc_UWord32& filter);
  /external/webrtc/src/system_wrappers/source/
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;
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);
40 WebRtc_UWord32 _cpuCount;
41 WebRtc_UWord32* _cpuUsage;
trace_impl_no_op.cc 23 WebRtc_Word32 Trace::SetLevelFilter(WebRtc_UWord32 /*filter*/)
28 WebRtc_Word32 Trace::LevelFilter(WebRtc_UWord32& /*filter*/)
trace_posix.h 32 volatile mutable WebRtc_UWord32 _prevAPITickCount;
33 volatile mutable WebRtc_UWord32 _prevTickCount;
cpu_info.cc 30 WebRtc_UWord32 CpuInfo::_numberOfCores = 0;
32 WebRtc_UWord32 CpuInfo::DetectNumberOfCores()
39 _numberOfCores = static_cast<WebRtc_UWord32>(si.dwNumberOfProcessors);
54 _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...]
cpu_mac.cc 42 _cpuUsage = new WebRtc_UWord32[cpuCount];
69 WebRtc_UWord32 numCores;
70 WebRtc_UWord32* array = NULL;
75 CpuWrapperMac::CpuUsageMultiCore(WebRtc_UWord32& numCores,
76 WebRtc_UWord32*& array)
131 _cpuUsage[cpu] = (WebRtc_UWord32)((1000 *
trace_impl.h 103 const WebRtc_UWord32 newCount) const;
108 const WebRtc_UWord32 newCount) const;
114 WebRtc_UWord32 _rowCountText;
115 WebRtc_UWord32 _fileCountText;
cpu_wrapper_unittest.cc 39 WebRtc_UWord32 num_cores = 0;
40 WebRtc_UWord32* cores = NULL;
63 for (WebRtc_UWord32 i = 0; i < num_cores; i++) {
cpu_linux.cc 39 m_resultArray = new WebRtc_UWord32[m_numCores];
56 WebRtc_UWord32 dummy = 0;
57 WebRtc_UWord32* dummyArray = NULL;
61 WebRtc_Word32 CpuLinux::CpuUsageMultiCore(WebRtc_UWord32& numCores,
62 WebRtc_UWord32*& coreArray)
91 for (WebRtc_UWord32 i = 0; i < m_numCores; i++)
149 for (WebRtc_UWord32 i = 0; i < m_numCores; i++)
  /external/webrtc/src/common_audio/signal_processing/
randomization_functions.c 92 WebRtc_UWord32 WebRtcSpl_IncreaseSeed(WebRtc_UWord32 *seed)
98 WebRtc_Word16 WebRtcSpl_RandU(WebRtc_UWord32 *seed)
103 WebRtc_Word16 WebRtcSpl_RandN(WebRtc_UWord32 *seed)
111 WebRtc_UWord32* seed)
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/
nsx_core.h 24 WebRtc_UWord32 fs;
53 WebRtc_UWord32 featureSpecDiff;
54 WebRtc_UWord32 thresholdSpecDiff;
57 WebRtc_UWord32 featureSpecFlat;
58 WebRtc_UWord32 thresholdSpecFlat;
62 WebRtc_UWord32 magnEnergy;
63 WebRtc_UWord32 sumMagn;
64 WebRtc_UWord32 curAvgMagnEnergy;
65 WebRtc_UWord32 timeAvgMagnEnergy;
66 WebRtc_UWord32 timeAvgMagnEnergyTmp
    [all...]
ns_core.h 53 WebRtc_UWord32 fs;
130 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs);
  /external/webrtc/src/modules/interface/
module_common_types.h 22 WebRtc_UWord32 timestamp;
23 WebRtc_UWord32 ssrc;
25 WebRtc_UWord32 arrOfCSRCs[kRtpCsrcSize];
174 fragmentationOffset = new WebRtc_UWord32[header.fragmentationVectorSize];
178 fragmentationLength = new WebRtc_UWord32[header.fragmentationVectorSize];
199 header.fragmentationVectorSize * sizeof(WebRtc_UWord32));
204 header.fragmentationVectorSize * sizeof(WebRtc_UWord32));
226 WebRtc_UWord32* oldOffsets = fragmentationOffset;
227 fragmentationOffset = new WebRtc_UWord32[size];
229 sizeof(WebRtc_UWord32)*(size-oldVectorSize))
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/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/include/
signal_processing_library.h 66 ((WebRtc_UWord32) ((WebRtc_UWord32)(a) * (WebRtc_UWord32)(b)))
68 ((WebRtc_UWord32) ((WebRtc_UWord32)(a) * (WebRtc_UWord32)(b)) >> 16)
70 ((WebRtc_UWord32) (WebRtc_UWord16)(a) * (WebRtc_UWord16)(b))
72 (((WebRtc_UWord32) (WebRtc_UWord16)(a) * (WebRtc_UWord16)(b)) >> 16)
74 ((WebRtc_UWord32) ((WebRtc_UWord32)(a) * (WebRtc_UWord16)(b))
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c 193 WebRtc_UWord32* far_energy,
194 WebRtc_UWord32* echo_energy_adapt,
195 WebRtc_UWord32* echo_energy_stored) {
198 register WebRtc_UWord32 far_energy_r;
199 register WebRtc_UWord32 echo_energy_stored_r;
200 register WebRtc_UWord32 echo_energy_adapt_r;
208 // far_energy += (WebRtc_UWord32)(far_spectrum[i]);
221 // echo_energy_stored += (WebRtc_UWord32)echoEst[i];
248 *echo_energy_stored = echo_energy_stored_r + (WebRtc_UWord32)echo_est[i];
249 *far_energy = far_energy_r + (WebRtc_UWord32)(far_spectrum[i])
    [all...]
aecm_core.h 123 WebRtc_UWord32 seed;
137 WebRtc_UWord32 totCount;
343 WebRtc_UWord32* far_energy,
344 WebRtc_UWord32* echo_energy_adapt,
345 WebRtc_UWord32* echo_energy_stored);
  /external/webrtc/src/
typedefs.h 117 typedef uint32_t WebRtc_UWord32;
132 typedef uint32_t WebRtc_UWord32;

Completed in 136 milliseconds

1 2