Searched refs:processed_frame (Results 1 – 6 of 6) sorted by relevance
97 I420VideoFrame** processed_frame) { in PreprocessFrame() argument110 *processed_frame = NULL; in PreprocessFrame()114 *processed_frame = &resampled_frame_; in PreprocessFrame()122 if (*processed_frame == NULL) { in PreprocessFrame()
190 I420VideoFrame **processed_frame) { in PreprocessFrame() argument192 return frame_pre_processor_.PreprocessFrame(frame, processed_frame); in PreprocessFrame()
58 I420VideoFrame** processed_frame);
69 I420VideoFrame** processed_frame) OVERRIDE;
263 I420VideoFrame** processed_frame) = 0;
796 VideoFrame** processed_frame) { in ProcessFrame() argument798 *processed_frame = original_frame.Copy(); in ProcessFrame()806 *processed_frame = black_frame; in ProcessFrame()808 local_stream_info_.UpdateFrame(*processed_frame); in ProcessFrame()3204 rtc::scoped_ptr<VideoFrame> processed_frame; in SendFrame() local3207 send_channel->ProcessFrame(*frame_out, mute, processed_frame.use()); in SendFrame()3208 if (processed_frame) { in SendFrame()3209 frame_out = processed_frame.get(); in SendFrame()