HomeSort by relevance Sort by last modified time
    Searched full:current_timestamp_us_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 201 int64_t current_timestamp_us_; // Current frame timestamps in us. member in class:webrtc_jni::MediaCodecVideoEncoder
482 current_timestamp_us_ = 0;
654 current_timestamp_us_ / rtc::kNumMicrosecsPerMillisec;
661 current_timestamp_us_ += rtc::kNumMicrosecsPerSec / last_set_fps_;
709 frames_received_ - 1, current_timestamp_us_ / 1000, frames_in_queue_);
728 current_timestamp_us_);
747 current_timestamp_us_);
    [all...]

Completed in 1150 milliseconds