OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnRenderedFrame
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/video/
receive_statistics_proxy.h
46
void
OnRenderedFrame
(int width, int height);
receive_statistics_proxy.cc
166
void ReceiveStatisticsProxy::
OnRenderedFrame
(int width, int height) {
video_receive_stream.cc
363
stats_proxy_->
OnRenderedFrame
(video_frame.width(), video_frame.height());
Completed in 400 milliseconds