OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sf_count_
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/test/
superframe_test.cc
36
sf_count_
= 0;
68
sf_count_
++;
75
sf_count_
> sf_count_max_ && pkt->data.frame.pts - last_sf_pts_ >= 5;
79
int
sf_count_
;
member in class:__anon24594::SuperframeTest
93
EXPECT_EQ(
sf_count_
, 1);
Completed in 112 milliseconds