Searched refs:framerate (Results 126 - 132 of 132) sorted by relevance

123456

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc2872 // |name|, |width|, |height|, |framerate| and |preference|.
2874 int height, int framerate, int preference,
2882 codec.framerate = framerate;
2873 UpdateCodec(int payload_type, const std::string& name, int width, int height, int framerate, int preference, VideoContentDescription* video_desc) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc1961 c1.framerate == c2.framerate;
H A Dchannel.cc1916 format.interval = cricket::VideoFormat::FpsToInterval(view->framerate);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c343 int milliseconds_for_compress = (int)(1000000 / cpi->framerate);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1003 extern void vp9_new_framerate(VP9_COMP *cpi, double framerate);
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c344 int milliseconds_for_compress = (int)(1000000 / cpi->framerate);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine_unittest.cc599 codec.framerate = 60;

Completed in 169 milliseconds

123456