Searched refs:original_frame (Results 1 – 1 of 1) sorted by relevance
795 void ProcessFrame(const VideoFrame& original_frame, bool mute, in ProcessFrame() argument798 *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()