OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_captureFrame
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc
283
int ret =
_captureFrame
.CreateEmptyFrame(target_width,
296
apply_rotation ? _rotateFrame : kVideoRotation_0, &
_captureFrame
);
305
_captureFrame
.set_rotation(_rotateFrame);
307
_captureFrame
.set_rotation(kVideoRotation_0);
309
_captureFrame
.set_ntp_time_ms(captureTime);
310
_captureFrame
.set_render_time_ms(TickTime::MillisecondTimestamp());
312
DeliverCapturedFrame(
_captureFrame
);
video_capture_impl.h
135
VideoFrame
_captureFrame
;
Completed in 178 milliseconds