OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumberDroppedFrames
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.h
154
virtual int
NumberDroppedFrames
() = 0;
189
int
NumberDroppedFrames
() override;
videoprocessor.cc
174
int VideoProcessorImpl::
NumberDroppedFrames
() {
videoprocessor_integrationtest.cc
305
int num_dropped_frames = processor_->
NumberDroppedFrames
();
[
all
...]
Completed in 626 milliseconds