Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc795 void ProcessFrame(const VideoFrame& original_frame, bool mute, in ProcessFrame() argument
798 *processed_frame = original_frame.Copy(); in ProcessFrame()
801 black_frame->InitToBlack(static_cast<int>(original_frame.GetWidth()), in ProcessFrame()
802 static_cast<int>(original_frame.GetHeight()), in ProcessFrame()
804 original_frame.GetElapsedTime(), in ProcessFrame()
805 original_frame.GetTimeStamp()); in ProcessFrame()