Searched refs:ViEImageProcess (Results 1 – 14 of 14) sorted by relevance
46 class WEBRTC_DLLEXPORT ViEImageProcess {51 static ViEImageProcess* GetInterface(VideoEngine* video_engine);119 ViEImageProcess() {} in ViEImageProcess() function120 virtual ~ViEImageProcess() {} in ~ViEImageProcess()
96 webrtc::ViEImageProcess* image, in ViEWrapper()117 webrtc::ViEImageProcess* image() { return image_.get(); } in image()129 scoped_vie_ptr<webrtc::ViEImageProcess> image_;
260 public webrtc::ViEImageProcess,
33 class ViEImageProcess; variable84 ViEImageProcess* image_process_;
36 class ViEImageProcess; variable92 ViEImageProcess* image_process_;
168 image_process_ = ViEImageProcess::GetInterface(video_engine); in VideoReceiveStream()
221 image_process_ = ViEImageProcess::GetInterface(video_engine); in VideoSendStream()
44 webrtc::ViEImageProcess* image_process;
26 ViEImageProcess* ViEImageProcess::GetInterface(VideoEngine* video_engine) { in GetInterface()
23 : public ViEImageProcess,
55 image_process = webrtc::ViEImageProcess::GetInterface(video_engine); in TbInterfaces()
54 webrtc::ViEImageProcess* image_process = interfaces.image_process; in TestCallSetup()
206 webrtc::ViEImageProcess* image_process = in ViECodecStandardTest()207 webrtc::ViEImageProcess::GetInterface(video_engine); in ViECodecStandardTest()
211 webrtc::ViEImageProcess *image_process = in TestFullStack()212 webrtc::ViEImageProcess::GetInterface(video_engine_interface); in TestFullStack()