Home
last modified time | relevance | path

Searched refs:WebRtc_UWord8 (Results 1 – 25 of 25) sorted by relevance

/external/webrtc/src/modules/interface/
Dmodule_common_types.h20 WebRtc_UWord8 payloadType;
24 WebRtc_UWord8 numCSRCs;
26 WebRtc_UWord8 paddingLength;
37 WebRtc_UWord8 numEnergy; // number of valid entries in arrOfEnergy
38 WebRtc_UWord8 arrOfEnergy[kRtpCsrcSize]; // one energy byte (0-9) per channel
40 WebRtc_UWord8 channel; // number of channels 2 = stereo
110 WebRtc_UWord8 simulcastIdx; // Index if the simulcast encoder creating
186 fragmentationPlType = new WebRtc_UWord8[header.fragmentationVectorSize];
214 header.fragmentationVectorSize * sizeof(WebRtc_UWord8));
256 WebRtc_UWord8* oldTimePlTypes = fragmentationPlType; in VerifyAndAllocateFragmentationHeader()
[all …]
/external/webrtc/test/testsupport/
Dpacket_reader_unittest.cc31 WebRtc_UWord8* original_data_pointer, in VerifyPacketData()
32 WebRtc_UWord8* new_data_pointer) { in VerifyPacketData()
43 WebRtc_UWord8* data_pointer = NULL; in TEST_F()
56 WebRtc_UWord8 data[kDataLengthInBytes]; in TEST_F()
57 WebRtc_UWord8* data_pointer = data; in TEST_F()
73 WebRtc_UWord8 data[kPacketSizeInBytes]; in TEST_F()
74 WebRtc_UWord8* data_pointer = data; in TEST_F()
114 WebRtc_UWord8* data = new WebRtc_UWord8[kDataLengthInBytes]; in TEST_F()
Dunittest_utils.h29 WebRtc_UWord8 packet1_[kPacketSizeInBytes];
30 WebRtc_UWord8 packet2_[kPacketSizeInBytes];
31 WebRtc_UWord8 packet3_[1];
33 WebRtc_UWord8 packet_data_[kPacketDataLength];
34 WebRtc_UWord8* packet_data_pointer_;
Dpacket_reader.h31 virtual void InitializeReading(WebRtc_UWord8* data, int data_length_in_bytes,
40 virtual int NextPacket(WebRtc_UWord8** packet_pointer);
43 WebRtc_UWord8* data_;
Dframe_writer.h34 virtual bool WriteFrame(WebRtc_UWord8* frame_buffer) = 0;
56 bool WriteFrame(WebRtc_UWord8* frame_buffer);
Dpacket_reader.cc24 void PacketReader::InitializeReading(WebRtc_UWord8* data, in InitializeReading()
37 int PacketReader::NextPacket(WebRtc_UWord8** packet_pointer) { in NextPacket()
Dframe_reader.h36 virtual bool ReadFrame(WebRtc_UWord8* source_buffer) = 0;
58 bool ReadFrame(WebRtc_UWord8* source_buffer);
Dframe_writer_unittest.cc47 WebRtc_UWord8 buffer[kFrameLength]; in TEST_F()
58 WebRtc_UWord8 buffer[3]; in TEST_F()
Dframe_reader_unittest.cc57 WebRtc_UWord8 buffer[3]; in TEST_F()
66 WebRtc_UWord8 buffer[3]; in TEST_F()
Dframe_writer.cc51 bool FrameWriterImpl::WriteFrame(WebRtc_UWord8* frame_buffer) { in WriteFrame()
Dframe_reader.cc60 bool FrameReaderImpl::ReadFrame(WebRtc_UWord8* source_buffer) { in ReadFrame()
/external/webrtc/src/system_wrappers/source/
Dsort.cc109 COMPARE_FOR_QSORT(x, y, WebRtc_UWord8); in CompareUWord8()
159 COMPARE_KEY_FOR_QSORT(sortKeyX, sortKeyY, WebRtc_UWord8); in CompareKeyUWord8()
270 WebRtc_UWord8* ptrData = static_cast<WebRtc_UWord8*>(data);
271 WebRtc_UWord8* ptrDataSorted = new(std::nothrow) WebRtc_UWord8
351 qsort(data, numOfElements, sizeof(WebRtc_UWord8), CompareUWord8); in Sort()
389 IntegerSort<WebRtc_UWord8>(data, numOfElements); in Sort()
454 KEY_QSORT(ptrSortKey, key, numOfElements, WebRtc_UWord8, in KeySort()
494 WebRtc_UWord8* ptrData = static_cast<WebRtc_UWord8*>(data); in KeySort()
495 WebRtc_UWord8* ptrDataSorted = new(std::nothrow) WebRtc_UWord8 in KeySort()
522 return IntegerKeySort<WebRtc_UWord8>(data, key, numOfElements, in KeySort()
Dtrace_impl.h127 WebRtc_UWord8 _activeQueue;
Dtrace_impl.cc506 WebRtc_UWord8 localQueueActive = 0; in WriteToFile()
/external/webrtc/src/
Dtypedefs.h121 typedef uint8_t WebRtc_UWord8; typedef
136 typedef uint8_t WebRtc_UWord8; typedef
/external/webrtc/src/modules/audio_processing/agc/interface/
Dgain_control.h44 WebRtc_UWord8 limiterEnable; // default kAgcTrue (on)
179 WebRtc_UWord8* saturationWarning);
/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.h53 WebRtc_UWord8 limiterEnable; // Enabling limiter (on/off (default off))
118 WebRtc_UWord8 micLvlSat;
Ddigital_agc.h74 WebRtc_UWord8 limiterEnable, WebRtc_Word16 analogTarget);
Danalog_agc.c590 void WebRtcAgc_SaturationCtrl(Agc_t *stt, WebRtc_UWord8 *saturated, WebRtc_Word32 *env) in WebRtcAgc_SaturationCtrl()
760 WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) in WebRtcAgc_ProcessAnalog()
766 WebRtc_UWord8 saturated = 0; in WebRtcAgc_ProcessAnalog()
1249 WebRtc_UWord8 *saturationWarning) in WebRtcAgc_Process()
1254 WebRtc_UWord8 satWarningTmp = 0; in WebRtcAgc_Process()
Ddigital_agc.c64 WebRtc_UWord8 limiterEnable, in WebRtcAgc_CalculateGainTable()
/external/webrtc/test/testsupport/mock/
Dmock_frame_writer.h24 MOCK_METHOD1(WriteFrame, bool(WebRtc_UWord8* frame_buffer));
Dmock_frame_reader.h24 MOCK_METHOD1(ReadFrame, bool(WebRtc_UWord8* source_buffer));
/external/webrtc/src/system_wrappers/test/TestSort/
DTestSort.cpp249 RunSortTest<WebRtc_UWord8>(webrtc::TYPE_UWord8, keySort); in main()
/external/webrtc/src/common_audio/signal_processing/
Dsignal_processing_unittest.cc147 WebRtc_UWord8 b8[kVectorSize]; in TEST_F()
151 WebRtc_UWord8 bTmp8[kVectorSize]; in TEST_F()
/external/webrtc/src/modules/audio_processing/
Dgain_control_impl.cc165 WebRtc_UWord8 saturation_warning = 0; in ProcessCaptureAudio()