OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture_buffer_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc
331
capture_buffer_
.resize(length);
333
webrtc::ExtractBuffer(sample, length, &
capture_buffer_
[0]);
334
WebRtcCapturedFrame frame(sample, &
capture_buffer_
[0], length);
webrtcvideocapturer.h
91
std::vector<uint8_t>
capture_buffer_
;
member in class:cricket::WebRtcVideoCapturer
Completed in 161 milliseconds