HomeSort by relevance Sort by last modified time
    Searched refs:image_process_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/video/
video_receive_stream.cc 168 image_process_ = ViEImageProcess::GetInterface(video_engine);
170 image_process_->RegisterPreDecodeImageCallback(channel_,
173 image_process_->RegisterPreRenderCallback(channel_, this);
181 image_process_->DeRegisterPreRenderCallback(channel_);
182 image_process_->DeRegisterPreDecodeCallback(channel_);
194 image_process_->Release();
video_receive_stream.h 84 ViEImageProcess* image_process_; member in class:webrtc::internal::VideoReceiveStream
video_send_stream.h 92 ViEImageProcess* image_process_; member in class:webrtc::internal::VideoSendStream
video_send_stream.cc 221 image_process_ = ViEImageProcess::GetInterface(video_engine);
222 image_process_->RegisterPreEncodeCallback(channel_,
225 image_process_->RegisterPostEncodeImageCallback(channel_,
254 image_process_->DeRegisterPreEncodeCallback(channel_);
266 image_process_->Release();

Completed in 36 milliseconds