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

  /external/webrtc/talk/media/base/
videocommon.h 200 VideoFormat(int w, int h, int64_t interval_ns, uint32_t cc) {
201 Construct(w, h, interval_ns, cc);
208 void Construct(int w, int h, int64_t interval_ns, uint32_t cc) {
211 interval = interval_ns;
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 370 int64_t interval_ns = local
374 int interval_ms = static_cast<int>(interval_ns / kNumNanoSecsPerMilliSec);
  /bionic/tests/
time_test.cpp 196 void SetTime(timer_t t, time_t value_s, time_t value_ns, time_t interval_s, time_t interval_ns) {
201 ts.it_interval.tv_nsec = interval_ns;
299 void SetTime(time_t value_s, time_t value_ns, time_t interval_s, time_t interval_ns) {
300 ::SetTime(timer_id, value_s, value_ns, interval_s, interval_ns);

Completed in 383 milliseconds