Home
last modified time | relevance | path

Searched refs:ApplyProcessors (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.h351 bool ApplyProcessors(VideoFrame* video_frame);
Dvideocapturer.cc537 if (!muted_ && !ApplyProcessors(adapted_frame)) { in OnFrameCaptured()
679 bool VideoCapturer::ApplyProcessors(VideoFrame* video_frame) { in ApplyProcessors() function in cricket::VideoCapturer