Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dframe_preprocessor.cc97 I420VideoFrame** processed_frame) { in PreprocessFrame() argument
110 *processed_frame = NULL; in PreprocessFrame()
114 *processed_frame = &resampled_frame_; in PreprocessFrame()
122 if (*processed_frame == NULL) { in PreprocessFrame()
Dframe_preprocessor.h58 I420VideoFrame** processed_frame);
Dvideo_processing_impl.cc198 I420VideoFrame **processed_frame) { in PreprocessFrame() argument
200 return frame_pre_processor_.PreprocessFrame(frame, processed_frame); in PreprocessFrame()
Dvideo_processing_impl.h70 I420VideoFrame** processed_frame);
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
Dvideo_processing.h274 I420VideoFrame** processed_frame) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc773 VideoFrame** processed_frame) { in ProcessFrame() argument
775 *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() local
3265 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()