Home
last modified time | relevance | path

Searched refs:kMaxDistance (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocapturer.cc61 static const int64_t kMaxDistance = ~(static_cast<int64_t>(1) << 63); variable
272 int64_t best_distance = kMaxDistance; in GetBestCaptureFormat()
582 int64_t distance = kMaxDistance; in GetFormatDistance()
586 int64_t delta_fourcc = kMaxDistance; in GetFormatDistance()
612 if (kMaxDistance == delta_fourcc) { in GetFormatDistance()