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

/external/webrtc/test/testsupport/
H A 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_;
H A 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_;
H A Dpacket_reader_unittest.cc31 WebRtc_UWord8* original_data_pointer,
32 WebRtc_UWord8* new_data_pointer) {
43 WebRtc_UWord8* data_pointer = NULL;
56 WebRtc_UWord8 data[kDataLengthInBytes];
57 WebRtc_UWord8* data_pointer = data;
73 WebRtc_UWord8 data[kPacketSizeInBytes];
74 WebRtc_UWord8* data_pointer = data;
114 WebRtc_UWord8* data = new WebRtc_UWord8[kDataLengthInBytes];
H A Dframe_reader.h36 virtual bool ReadFrame(WebRtc_UWord8* source_buffer) = 0;
58 bool ReadFrame(WebRtc_UWord8* source_buffer);
H A Dframe_writer.h34 virtual bool WriteFrame(WebRtc_UWord8* frame_buffer) = 0;
56 bool WriteFrame(WebRtc_UWord8* frame_buffer);
H A Dpacket_reader.cc24 void PacketReader::InitializeReading(WebRtc_UWord8* data,
37 int PacketReader::NextPacket(WebRtc_UWord8** packet_pointer) {
H A Dframe_writer_unittest.cc47 WebRtc_UWord8 buffer[kFrameLength];
58 WebRtc_UWord8 buffer[3];
H A Dframe_reader_unittest.cc57 WebRtc_UWord8 buffer[3];
66 WebRtc_UWord8 buffer[3];
H A Dframe_reader.cc60 bool FrameReaderImpl::ReadFrame(WebRtc_UWord8* source_buffer) {
H A Dframe_writer.cc51 bool FrameWriterImpl::WriteFrame(WebRtc_UWord8* frame_buffer) {
/external/webrtc/src/modules/interface/
H A 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* oldTimePlType
[all...]
/external/webrtc/test/testsupport/mock/
H A Dmock_frame_reader.h24 MOCK_METHOD1(ReadFrame, bool(WebRtc_UWord8* source_buffer));
H A Dmock_frame_writer.h24 MOCK_METHOD1(WriteFrame, bool(WebRtc_UWord8* frame_buffer));
/external/webrtc/src/modules/audio_processing/agc/interface/
H A Dgain_control.h44 WebRtc_UWord8 limiterEnable; // default kAgcTrue (on)
179 WebRtc_UWord8* saturationWarning);
/external/webrtc/src/
H A Dtypedefs.h118 typedef uint8_t WebRtc_UWord8; typedef
133 typedef uint8_t WebRtc_UWord8; typedef
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc109 COMPARE_FOR_QSORT(x, y, WebRtc_UWord8);
159 COMPARE_KEY_FOR_QSORT(sortKeyX, sortKeyY, WebRtc_UWord8);
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);
389 IntegerSort<WebRtc_UWord8>(data, numOfElements);
454 KEY_QSORT(ptrSortKey, key, numOfElements, WebRtc_UWord8,
494 WebRtc_UWord8* ptrDat
[all...]
H A Dtrace_impl.h127 WebRtc_UWord8 _activeQueue;
H A Dtrace_impl.cc506 WebRtc_UWord8 localQueueActive = 0;
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.h53 WebRtc_UWord8 limiterEnable; // Enabling limiter (on/off (default off))
118 WebRtc_UWord8 micLvlSat;
H A Ddigital_agc.h74 WebRtc_UWord8 limiterEnable, WebRtc_Word16 analogTarget);
H A Danalog_agc.c590 void WebRtcAgc_SaturationCtrl(Agc_t *stt, WebRtc_UWord8 *saturated, WebRtc_Word32 *env)
760 WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning)
766 WebRtc_UWord8 saturated = 0;
1249 WebRtc_UWord8 *saturationWarning)
1254 WebRtc_UWord8 satWarningTmp = 0;
H A Ddigital_agc.c64 WebRtc_UWord8 limiterEnable,
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp249 RunSortTest<WebRtc_UWord8>(webrtc::TYPE_UWord8, keySort);
/external/webrtc/src/modules/audio_processing/
H A Dgain_control_impl.cc165 WebRtc_UWord8 saturation_warning = 0;
/external/webrtc/src/common_audio/signal_processing/
H A Dsignal_processing_unittest.cc147 WebRtc_UWord8 b8[kVectorSize];
151 WebRtc_UWord8 bTmp8[kVectorSize];

Completed in 123 milliseconds