OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager_unittest.cc
38
const int
kFps
= 30;
40
{640, 480, cricket::VideoFormat::FpsToInterval(
kFps
), cricket::FOURCC_I420},
41
{320, 240, cricket::VideoFormat::FpsToInterval(
kFps
), cricket::FOURCC_I420}
videoengine_unittest.h
867
const int
kFps
= 10;
868
SendReceiveManyAndGetStats(DefaultCodec(), kDurationSec,
kFps
);
[
all
...]
Completed in 264 milliseconds