OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompareFrames
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
53
static bool
CompareFrames
(const webrtc::VideoFrame& frame1,
152
EXPECT_TRUE(
CompareFrames
(video_frame_, video_frame2));
164
EXPECT_TRUE(
CompareFrames
(video_frame_, video_frame2));
380
bool
CompareFrames
(const webrtc::VideoFrame& frame1,
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
65
static bool
CompareFrames
(const webrtc::VideoFrame& frame1,
177
return
CompareFrames
(last_frame_, frame);
/external/webrtc/webrtc/video/
video_quality_test.cc
381
return static_cast<VideoAnalyzer*>(obj)->
CompareFrames
();
384
bool
CompareFrames
() {
[
all
...]
Completed in 2551 milliseconds