/external/webrtc/src/system_wrappers/source/ |
D | trace_impl.h | 52 WebRtc_Word32 SetTraceFileImpl(const WebRtc_Word8* fileName, 55 WebRtc_Word8 fileName[FileWrapper::kMaxFileNameSize]); 101 const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize], 102 WebRtc_Word8 fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], 106 const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize], 107 WebRtc_Word8 fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], 126 WebRtc_Word8* _messageQueue[WEBRTC_TRACE_NUM_ARRAY][WEBRTC_TRACE_MAX_QUEUE];
|
D | trace_impl.cc | 97 WebRtc_Word8[WEBRTC_TRACE_MAX_MESSAGE_SIZE]; in TraceImpl() 347 WebRtc_Word32 TraceImpl::SetTraceFileImpl(const WebRtc_Word8* fileNameUTF8, in SetTraceFileImpl() 361 WebRtc_Word8 fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize]; in SetTraceFileImpl() 382 WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize]) in TraceFileImpl() 553 WebRtc_Word8 oldFileName[FileWrapper::kMaxFileNameSize]; in WriteToFile() 554 WebRtc_Word8 newFileName[FileWrapper::kMaxFileNameSize]; in WriteToFile() 574 WebRtc_Word8 message[WEBRTC_TRACE_MAX_MESSAGE_SIZE + 1]; in WriteToFile() 666 const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize], in UpdateFileName() 667 WebRtc_Word8 fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], in UpdateFileName() 709 const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize], in CreateFileName() [all …]
|
D | trace_impl_no_op.cc | 34 WebRtc_Word8 /*fileName*/[1024]) in TraceFile() 39 WebRtc_Word32 Trace::SetTraceFile(const WebRtc_Word8* /*fileName*/, in SetTraceFile() argument
|
D | sort.cc | 104 COMPARE_FOR_QSORT(x, y, WebRtc_Word8); in CompareWord8() 154 COMPARE_KEY_FOR_QSORT(sortKeyX, sortKeyY, WebRtc_Word8); in CompareKeyWord8() 348 qsort(data, numOfElements, sizeof(WebRtc_Word8), CompareWord8); in Sort() 386 IntegerSort<WebRtc_Word8>(data, numOfElements); in Sort() 450 KEY_QSORT(ptrSortKey, key, numOfElements, WebRtc_Word8, in KeySort() 519 return IntegerKeySort<WebRtc_Word8>(data, key, numOfElements, in KeySort()
|
D | cpu_mac.h | 24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/, in CpuUsage() argument
|
D | cpu_linux.h | 24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/, in CpuUsage() argument
|
/external/webrtc/src/system_wrappers/interface/ |
D | trace.h | 48 static WebRtc_Word32 SetTraceFile(const WebRtc_Word8* fileName, 52 static WebRtc_Word32 TraceFile(WebRtc_Word8 fileName[1024]);
|
D | cpu_wrapper.h | 26 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* processName,
|
/external/webrtc/src/ |
D | typedefs.h | 117 typedef char WebRtc_Word8; typedef 131 typedef char WebRtc_Word8; typedef
|
/external/webrtc/src/modules/audio_processing/aecm/interface/ |
D | echo_control_mobile.h | 244 WebRtc_Word32 WebRtcAecm_get_version(WebRtc_Word8 *versionStr,
|
/external/webrtc/src/modules/audio_processing/agc/interface/ |
D | gain_control.h | 267 int WebRtcAgc_Version(WebRtc_Word8 *versionStr, WebRtc_Word16 length);
|
/external/webrtc/src/modules/audio_processing/aec/interface/ |
D | echo_cancellation.h | 273 WebRtc_Word32 WebRtcAec_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len);
|
/external/webrtc/src/system_wrappers/test/TestSort/ |
D | TestSort.cpp | 248 RunSortTest<WebRtc_Word8>(webrtc::TYPE_Word8, keySort); in main()
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 43 #define WEBRTC_SPL_GET_BYTE(a, nr) (((WebRtc_Word8 *)a)[nr]) 45 (((WebRtc_Word8 *)d_ptr)[index] = (val))
|
/external/webrtc/src/common_audio/signal_processing/ |
D | signal_processing_unittest.cc | 180 bTmp8[kk] = (WebRtc_Word8)kk; in TEST_F()
|
/external/webrtc/src/modules/audio_processing/agc/ |
D | analog_agc.c | 1696 int WebRtcAgc_Version(WebRtc_Word8 *versionStr, WebRtc_Word16 length) in WebRtcAgc_Version() 1698 const WebRtc_Word8 version[] = "AGC 1.7.0"; in WebRtcAgc_Version()
|
/external/webrtc/src/modules/audio_processing/aecm/ |
D | echo_control_mobile.c | 705 WebRtc_Word32 WebRtcAecm_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len) in WebRtcAecm_get_version()
|
/external/webrtc/src/modules/interface/ |
D | module_common_types.h | 78 WebRtc_Word8 temporalIdx; // Temporal layer index, or kNoTemporalIdx.
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | echo_cancellation.c | 869 WebRtc_Word32 WebRtcAec_get_version(WebRtc_Word8 *versionStr, WebRtc_Word16 len) in WebRtcAec_get_version()
|