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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 74 int64_t GenerateFrame(int64_t time_now_us, PacketList* packets);
80 RtcpPacket* Rtcp(int64_t time_now_us);
129 int64_t GenerateFrame(RtpStream::PacketList* packets, int64_t time_now_us);
remote_bitrate_estimator_unittest_helper.cc 52 int64_t RtpStream::GenerateFrame(int64_t time_now_us, PacketList* packets) {
53 if (time_now_us < next_rtp_time_) {
63 packet->send_time = time_now_us + kSendSideOffsetUs;
70 next_rtp_time_ = time_now_us + (1000000 + fps_ / 2) / fps_;
80 RtpStream::RtcpPacket* RtpStream::Rtcp(int64_t time_now_us) {
81 if (time_now_us < next_rtcp_time_) {
85 int64_t send_time_us = time_now_us + kSendSideOffsetUs;
92 next_rtcp_time_ = time_now_us + kRtcpIntervalUs;
167 int64_t time_now_us) {
173 (*it).second->GenerateFrame(time_now_us, packets)
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc 601 int64_t time_now_us = webrtc::TickTime::MicrosecondTimestamp(); local
602 if (render_time < (time_now_us + 500) / 1000) {
603 report_render_time_us = time_now_us;
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 364 static UINT64 time_now_us() function
374 const UINT64 now_us = time_now_us();
    [all...]

Completed in 86 milliseconds