Searched refs:WebRtc_UWord8 (Results 1 - 25 of 25) sorted by relevance
/external/webrtc/test/testsupport/ |
H A D | packet_reader.h | 31 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 D | unittest_utils.h | 29 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 D | packet_reader_unittest.cc | 31 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 D | frame_reader.h | 36 virtual bool ReadFrame(WebRtc_UWord8* source_buffer) = 0; 58 bool ReadFrame(WebRtc_UWord8* source_buffer);
|
H A D | frame_writer.h | 34 virtual bool WriteFrame(WebRtc_UWord8* frame_buffer) = 0; 56 bool WriteFrame(WebRtc_UWord8* frame_buffer);
|
H A D | packet_reader.cc | 24 void PacketReader::InitializeReading(WebRtc_UWord8* data, 37 int PacketReader::NextPacket(WebRtc_UWord8** packet_pointer) {
|
H A D | frame_writer_unittest.cc | 47 WebRtc_UWord8 buffer[kFrameLength]; 58 WebRtc_UWord8 buffer[3];
|
H A D | frame_reader_unittest.cc | 57 WebRtc_UWord8 buffer[3]; 66 WebRtc_UWord8 buffer[3];
|
H A D | frame_reader.cc | 60 bool FrameReaderImpl::ReadFrame(WebRtc_UWord8* source_buffer) {
|
H A D | frame_writer.cc | 51 bool FrameWriterImpl::WriteFrame(WebRtc_UWord8* frame_buffer) {
|
/external/webrtc/src/modules/interface/ |
H A D | module_common_types.h | 20 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 D | mock_frame_reader.h | 24 MOCK_METHOD1(ReadFrame, bool(WebRtc_UWord8* source_buffer));
|
H A D | mock_frame_writer.h | 24 MOCK_METHOD1(WriteFrame, bool(WebRtc_UWord8* frame_buffer));
|
/external/webrtc/src/modules/audio_processing/agc/interface/ |
H A D | gain_control.h | 44 WebRtc_UWord8 limiterEnable; // default kAgcTrue (on) 179 WebRtc_UWord8* saturationWarning);
|
/external/webrtc/src/ |
H A D | typedefs.h | 118 typedef uint8_t WebRtc_UWord8; typedef 133 typedef uint8_t WebRtc_UWord8; typedef
|
/external/webrtc/src/system_wrappers/source/ |
H A D | sort.cc | 109 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 D | trace_impl.h | 127 WebRtc_UWord8 _activeQueue;
|
H A D | trace_impl.cc | 506 WebRtc_UWord8 localQueueActive = 0;
|
/external/webrtc/src/modules/audio_processing/agc/ |
H A D | analog_agc.h | 53 WebRtc_UWord8 limiterEnable; // Enabling limiter (on/off (default off)) 118 WebRtc_UWord8 micLvlSat;
|
H A D | digital_agc.h | 74 WebRtc_UWord8 limiterEnable, WebRtc_Word16 analogTarget);
|
H A D | analog_agc.c | 590 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 D | digital_agc.c | 64 WebRtc_UWord8 limiterEnable,
|
/external/webrtc/src/system_wrappers/test/TestSort/ |
H A D | TestSort.cpp | 249 RunSortTest<WebRtc_UWord8>(webrtc::TYPE_UWord8, keySort);
|
/external/webrtc/src/modules/audio_processing/ |
H A D | gain_control_impl.cc | 165 WebRtc_UWord8 saturation_warning = 0;
|
/external/webrtc/src/common_audio/signal_processing/ |
H A D | signal_processing_unittest.cc | 147 WebRtc_UWord8 b8[kVectorSize]; 151 WebRtc_UWord8 bTmp8[kVectorSize];
|
Completed in 123 milliseconds