Searched defs:timestamp_ (Results 1 - 22 of 22) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dconstant_pcm_packet_source.h49 uint32_t timestamp_; member in class:webrtc::test::ConstantPcmPacketSource
H A Drtp_generator.h30 timestamp_(start_timestamp),
50 uint32_t timestamp_; member in class:webrtc::test::RtpGenerator
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dfec_test_helper.h55 uint32_t timestamp_; member in class:webrtc::FrameGenerator
/external/webrtc/webrtc/modules/audio_coding/test/
H A DPCMFile.h71 uint32_t timestamp_; member in class:webrtc::PCMFile
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dpeer_channel.h61 time_t timestamp_; member in class:ChannelMember
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_send_test_oldapi.h81 uint32_t timestamp_; member in class:webrtc::test::AcmSendTestOldApi
H A Drent_a_codec_unittest.cc48 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_;
H A Dacm_receiver_unittest_oldapi.cc57 : 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/
H A Daudio_encoder_cng_unittest.cc38 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/
H A Daudio_encoder_copy_red_unittest.cc36 : 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/
H A Ddefault_temporal_layers.h87 uint32_t timestamp_; member in class:webrtc::DefaultTemporalLayers
H A Drealtime_temporal_layers.cc92 timestamp_(0),
240 if (vp8_info->temporalIdx == 0 && timestamp != timestamp_) {
241 timestamp_ = timestamp;
259 uint32_t timestamp_; member in class:webrtc::__anon24812::RealTimeTemporalLayers
H A Dvp8_impl.h97 int64_t timestamp_; member in class:webrtc::VP8EncoderImpl
/external/webrtc/webrtc/
H A Dvideo_frame.h106 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/
H A Dtrace_event_impl.h129 TimeTicks timestamp() const { return timestamp_; }
157 TimeTicks timestamp_; member in class:base::trace_event::TraceEvent
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.h109 int64_t timestamp_; member in class:webrtc::VP9EncoderImpl
/external/webrtc/webrtc/base/
H A Dlogging.h229 static bool thread_, timestamp_; member in class:rtc::LogMessage
H A Dlogging.cc116 bool LogMessage::thread_, LogMessage::timestamp_; member in class:rtc::LogMessage
125 if (timestamp_) {
228 timestamp_ = on;
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_buffer_unittest.cc196 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/
H A Dstatstypes.h350 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/
H A Dmodule_common_types.h525 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_;
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h122 void set_timestamp(uint64_t timestamp) { timestamp_ = timestamp; }
123 uint64_t timestamp() const { return timestamp_; }
167 uint64_t timestamp_; member in class:mkvmuxer::Frame

Completed in 2495 milliseconds