HomeSort by relevance Sort by last modified time
    Searched refs:timestamps_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
receiver_unittest.cc 332 // instant when the clock time is timestamps_.front().arrive_time.
343 while (!timestamps_.empty() &&
344 timestamps_.front().arrive_time <= end_time) {
345 RTC_DCHECK(timestamps_.front().arrive_time >= start_time);
347 SimulatedClock::AdvanceTimeMicroseconds(timestamps_.front().arrive_time -
349 GenerateAndInsertFrame((timestamps_.front().render_time + 500) / 1000);
350 timestamps_.pop();
374 timestamps_.push(TimestampPair(arrive_timestamps[i] * 1000,
403 std::queue<TimestampPair> timestamps_; member in class:webrtc::SimulatedClockWithFrames
  /external/v8/src/profiler/
profile-generator.h 284 return timestamps_.at(index);
301 List<base::TimeTicks> timestamps_; member in class:v8::internal::CpuProfile
profile-generator.cc 416 timestamps_.Add(timestamp);
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 212 std::vector<int32_t> timestamps_; // Video frames timestamp queue. member in class:webrtc_jni::MediaCodecVideoEncoder
216 int32_t output_timestamp_; // Last output frame timestamp from timestamps_ Q.
491 timestamps_.clear();
658 timestamps_.push_back(input_frame.timestamp());
    [all...]

Completed in 254 milliseconds