OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equalbufferframes
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/video/
video_capture_input_unittest.cc
44
bool
EqualBufferFrames
(const VideoFrame& frame1, const VideoFrame& frame2);
253
return
EqualBufferFrames
(frame1, frame2);
263
bool
EqualBufferFrames
(const VideoFrame& frame1, const VideoFrame& frame2) {
Completed in 761 milliseconds