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()
58 I420VideoFrame** processed_frame);
198 I420VideoFrame **processed_frame) { in PreprocessFrame() argument200 return frame_pre_processor_.PreprocessFrame(frame, processed_frame); in PreprocessFrame()
70 I420VideoFrame** processed_frame);
274 I420VideoFrame** processed_frame) = 0;
773 VideoFrame** processed_frame) { in ProcessFrame() argument775 *processed_frame = original_frame.Copy(); in ProcessFrame()783 *processed_frame = black_frame; in ProcessFrame()785 local_stream_info_.UpdateFrame(*processed_frame); in ProcessFrame()3262 talk_base::scoped_ptr<VideoFrame> processed_frame; in SendFrame() local3265 send_channel->ProcessFrame(*frame_out, mute, processed_frame.use()); in SendFrame()3266 if (processed_frame) { in SendFrame()3267 frame_out = processed_frame.get(); in SendFrame()