Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Ddevicemanager.cc208 bool has_max = GetMaxFormat(device, &video_format); in CreateVideoCapturer() local
209 capturer->set_enable_camera_list(has_max); in CreateVideoCapturer()
210 if (has_max) { in CreateVideoCapturer()
/external/v8/src/regexp/
Djsregexp.cc5580 bool has_max = max < RegExpTree::kInfinity; in ToNode() local
5581 bool needs_counter = has_min || has_max; in ToNode()
5610 if (has_max) { in ToNode()