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

1 2

  /external/webrtc/test/testsupport/
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_;
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_;
frame_reader.h 36 virtual bool ReadFrame(WebRtc_UWord8* source_buffer) = 0;
58 bool ReadFrame(WebRtc_UWord8* source_buffer);
frame_writer.h 34 virtual bool WriteFrame(WebRtc_UWord8* frame_buffer) = 0;
56 bool WriteFrame(WebRtc_UWord8* frame_buffer);
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];
packet_reader.cc 24 void PacketReader::InitializeReading(WebRtc_UWord8* data,
37 int PacketReader::NextPacket(WebRtc_UWord8** packet_pointer) {
frame_writer_unittest.cc 47 WebRtc_UWord8 buffer[kFrameLength];
58 WebRtc_UWord8 buffer[3];
frame_reader_unittest.cc 57 WebRtc_UWord8 buffer[3];
66 WebRtc_UWord8 buffer[3];
frame_writer.cc 51 bool FrameWriterImpl::WriteFrame(WebRtc_UWord8* frame_buffer) {
frame_reader.cc 60 bool FrameReaderImpl::ReadFrame(WebRtc_UWord8* source_buffer) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
arith_routines.c 21 WebRtc_UWord8 *stream_ptr;
40 *stream_ptr++ = (WebRtc_UWord8) (streamdata->streamval >> 24);
54 *stream_ptr++ = (WebRtc_UWord8) (streamdata->streamval >> 24);
55 *stream_ptr++ = (WebRtc_UWord8) ((streamdata->streamval >> 16) & 0x00FF);
arith_routines_hist.c 25 WebRtc_UWord8 *stream_ptr;
26 WebRtc_UWord8 *stream_ptr_carry;
67 *stream_ptr++ = (WebRtc_UWord8) (streamdata->streamval >> 24);
95 const WebRtc_UWord8 *stream_ptr;
203 const WebRtc_UWord8 *stream_ptr;
arith_routines_logist.c 89 WebRtc_UWord8 *stream_ptr;
90 WebRtc_UWord8 *maxStreamPtr;
91 WebRtc_UWord8 *stream_ptr_carry;
152 *stream_ptr++ = (WebRtc_UWord8) (streamdata->streamval >> 24);
183 const WebRtc_UWord8 *stream_ptr;
isac.c 499 WebRtc_UWord8* ptrEncodedUW8 = (WebRtc_UWord8*)encoded;
610 ptrEncodedUW8[streamLenLB] = (WebRtc_UWord8)(streamLenUB + 1 +
633 WebRtc_UWord8* ptrGarbage;
675 ptrGarbage[k] = (WebRtc_UWord8)(rand() & 0xFF);
682 ptrEncodedUW8[streamLenLB] = (WebRtc_UWord8)garbageLen;
684 ptrEncodedUW8[streamLenLB] += (WebRtc_UWord8)garbageLen;
688 (WebRtc_UWord8)garbageLen;
710 (WebRtc_UWord8)((crc >> (24 - k * 8)) & 0xFF);
768 WebRtc_UWord8* encodedPtrUW8 = (WebRtc_UWord8*)encoded
    [all...]
crc.c 87 WebRtc_UWord8* bitstream_ptr_uw8;
97 bitstream_ptr_uw8 = (WebRtc_UWord8 *)bitstream;
structs.h 28 WebRtc_UWord8 stream[STREAM_SIZE_MAX];
429 WebRtc_UWord8 stream[3];
  /external/webrtc/test/testsupport/mock/
mock_frame_reader.h 24 MOCK_METHOD1(ReadFrame, bool(WebRtc_UWord8* source_buffer));
mock_frame_writer.h 24 MOCK_METHOD1(WriteFrame, bool(WebRtc_UWord8* frame_buffer));
  /external/webrtc/src/modules/interface/
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* oldTimePlTypes = fragmentationPlType
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/interface/
gain_control.h 44 WebRtc_UWord8 limiterEnable; // default kAgcTrue (on)
179 WebRtc_UWord8* saturationWarning);
  /external/webrtc/src/
typedefs.h 121 typedef uint8_t WebRtc_UWord8;
136 typedef uint8_t WebRtc_UWord8;
  /external/webrtc/src/system_wrappers/source/
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);
452 KEY_QSORT(ptrSortKey, key, numOfElements, WebRtc_UWord8,
492 WebRtc_UWord8* ptrData = static_cast<WebRtc_UWord8*>(data)
    [all...]
trace_impl.h 128 WebRtc_UWord8 _activeQueue;
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 53 WebRtc_UWord8 limiterEnable; // Enabling limiter (on/off (default off))
118 WebRtc_UWord8 micLvlSat;
  /external/webrtc/src/modules/audio_processing/
gain_control_impl.cc 165 WebRtc_UWord8 saturation_warning = 0;

Completed in 775 milliseconds

1 2