Searched refs:InputFrame (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/ |
D | OcvTransform.cpp | 1314 …cv::Mat InputFrame(m_imageHeightInPixels + m_imageHeightInPixels/2, m_imageWidthInPixels, CV_8UC1,… in OnProcessOutput() local 1315 …cv::Mat InputGreyScale(InputFrame, cv::Range(0, m_imageHeightInPixels), cv::Range(0, m_imageWidthI… in OnProcessOutput() 1322 InputFrame.copyTo(OutputFrame); in OnProcessOutput() 1359 InputFrame.copyTo(OutputFrame); in OnProcessOutput() 1361 cv::cvtColor(InputFrame, BgrFrame, cv::COLOR_YUV420sp2BGR); in OnProcessOutput()
|
/external/webrtc/talk/app/webrtc/ |
D | remotevideocapturer_unittest.cc | 124 TEST_F(RemoteVideoCapturerTest, InputFrame) { in TEST_F() argument
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2.h | 259 void InputFrame(VideoCapturer* capturer, const VideoFrame* frame);
|
D | webrtcvideoengine2.cc | 1659 void WebRtcVideoChannel2::WebRtcVideoSendStream::InputFrame( in InputFrame() function in cricket::WebRtcVideoChannel2::WebRtcVideoSendStream 1744 capturer->SignalVideoFrame.connect(this, &WebRtcVideoSendStream::InputFrame); in SetCapturer()
|