HomeSort by relevance Sort by last modified time
    Searched defs:timestamp_ (Results 1 - 24 of 24) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
constant_pcm_packet_source.h 49 uint32_t timestamp_; member in class:webrtc::test::ConstantPcmPacketSource
rtp_generator.h 30 timestamp_(start_timestamp),
50 uint32_t timestamp_; member in class:webrtc::test::RtpGenerator
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_test_helper.h 55 uint32_t timestamp_; member in class:webrtc::FrameGenerator
  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.h 71 uint32_t timestamp_; member in class:webrtc::PCMFile
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.h 61 time_t timestamp_; member in class:ChannelMember
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_send_test_oldapi.h 81 uint32_t timestamp_; member in class:webrtc::test::AcmSendTestOldApi
rent_a_codec_unittest.cc 48 encoder_->Encode(timestamp_, kZeroData, kPacketSizeSamples, out);
49 timestamp_ += kDataLengthSamples;
63 uint32_t timestamp_ = 0; member in class:webrtc::acm2::RentACodecTestF
77 uint32_t expected_timestamp = timestamp_;
acm_receiver_unittest_oldapi.cc 57 : timestamp_(0),
59 last_packet_send_timestamp_(timestamp_),
91 if (timestamp_ == 0) { // This is the first time inserting audio.
107 last_packet_send_timestamp_ = timestamp_;
109 frame.timestamp_ = timestamp_;
110 timestamp_ += frame.samples_per_channel_;
160 uint32_t timestamp_; member in class:webrtc::acm2::AcmReceiverTestOldApi
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng_unittest.cc 38 timestamp_(4711),
79 timestamp_,
82 timestamp_ += static_cast<uint32_t>(num_audio_samples_10ms_);
191 uint32_t timestamp_; member in class:webrtc::AudioEncoderCngTest
263 uint32_t expected_timestamp = timestamp_;
  /external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red_unittest.cc 36 : timestamp_(4711),
64 timestamp_,
67 timestamp_ += num_audio_samples_10ms;
72 uint32_t timestamp_; member in class:webrtc::AudioEncoderCopyRedTest
219 helper.info_.encoded_timestamp = timestamp_;
220 uint32_t primary_timestamp = timestamp_;
230 primary_timestamp = timestamp_;
231 helper.info_.encoded_timestamp = timestamp_;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.h 87 uint32_t timestamp_; member in class:webrtc::DefaultTemporalLayers
realtime_temporal_layers.cc 92 timestamp_(0),
240 if (vp8_info->temporalIdx == 0 && timestamp != timestamp_) {
241 timestamp_ = timestamp;
259 uint32_t timestamp_; member in class:webrtc::__anon27197::RealTimeTemporalLayers
vp8_impl.h 97 int64_t timestamp_; member in class:webrtc::VP8EncoderImpl
  /external/webrtc/webrtc/
video_frame.h 106 void set_timestamp(uint32_t timestamp) { timestamp_ = timestamp; }
109 uint32_t timestamp() const { return timestamp_; }
166 uint32_t timestamp_; member in class:webrtc::VideoFrame
  /external/libchrome/base/trace_event/
trace_event_impl.h 132 TimeTicks timestamp() const { return timestamp_; }
159 TimeTicks timestamp_; member in class:base::trace_event::TraceEvent
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 109 int64_t timestamp_; member in class:webrtc::VP9EncoderImpl
  /external/webrtc/webrtc/base/
logging.cc 116 bool LogMessage::thread_, LogMessage::timestamp_; member in class:rtc::LogMessage
125 if (timestamp_) {
228 timestamp_ = on;
logging.h 229 static bool thread_, timestamp_; member in class:rtc::LogMessage
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc 196 timestamp_ = 0;
214 packet_.reset(new VCMPacket(data_, size_, seq_num_, timestamp_, true));
273 uint32_t timestamp_; member in class:webrtc::TestBasicJitterBuffer
613 packet_->timestamp = timestamp_;
679 timestamp_ -= 33 * 90;
684 packet_->timestamp = timestamp_;
731 packet_->timestamp = timestamp_ + (66 * 90);
743 packet_->timestamp = timestamp_ + (33 * 90);
757 VCMPacket empty_packet(data_, 0, seq_num_ + 2, timestamp_ + (33 * 90), false);
775 packet_->timestamp = timestamp_;
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.h 350 double timestamp() const { return timestamp_; }
351 void set_timestamp(double t) { timestamp_ = t; }
372 double timestamp_; // Time since 1970-01-01T00:00:00Z in milliseconds. member in class:webrtc::StatsReport
  /external/webrtc/webrtc/modules/include/
module_common_types.h 525 uint32_t timestamp_; member in class:webrtc::AudioFrame
556 // TODO(wu): Zero is a valid value for |timestamp_|. We should initialize
558 timestamp_ = 0;
580 timestamp_ = timestamp;
601 timestamp_ = src.timestamp_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 91 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; }
92 uint64 timestamp() const { return timestamp_; }
124 uint64 timestamp_; member in class:mkvmuxer::Frame
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 107 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; }
108 uint64 timestamp() const { return timestamp_; }
145 uint64 timestamp_; member in class:mkvmuxer::Frame
    [all...]
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 

Completed in 694 milliseconds