Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/ios/
Dvideo_capture_ios.mm23 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t capture_id,
25 return VideoCaptureIos::Create(capture_id, deviceUniqueIdUTF8);
28 VideoCaptureIos::VideoCaptureIos(const int32_t capture_id)
29 : VideoCaptureImpl(capture_id), is_capturing_(false), id_(capture_id) {
43 VideoCaptureModule* VideoCaptureIos::Create(const int32_t capture_id,
50 new RefCountImpl<VideoCaptureIos>(capture_id);
Dvideo_capture_ios.h22 explicit VideoCaptureIos(const int32_t capture_id);
25 static VideoCaptureModule* Create(const int32_t capture_id,
/external/pcre/dist2/src/
Dpcre2grep.c1582 PCRE2_SIZE capture_id = 0; in pcre2grep_callout() local
1595 if (capture_id <= 65535) in pcre2grep_callout()
1596 capture_id = capture_id * 10 + (*string - '0'); in pcre2grep_callout()
1620 if (capture_id <= 65535) in pcre2grep_callout()
1621 capture_id = capture_id * 10 + (*string - '0'); in pcre2grep_callout()
1635 if (capture_id > 0) in pcre2grep_callout()
1637 if (capture_id < capture_top) in pcre2grep_callout()
1639 capture_id *= 2; in pcre2grep_callout()
1640 argslen += ovector[capture_id + 1] - ovector[capture_id]; in pcre2grep_callout()
1685 PCRE2_SIZE capture_id = 0; in pcre2grep_callout() local
[all …]
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2109 if (HCapturedObject::cast(value)->capture_id() == other->capture_id()) { in ReplayEnvironmentNested()
2131 os << "#" << capture_id() << " "; in PrintDataTo()
Dhydrogen-instructions.h2944 int capture_id() const { return capture_id_; } in capture_id() function