HomeSort by relevance Sort by last modified time
    Searched defs:kMaxFrameRate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_config.h 22 enum {kMaxFrameRate =60}; // Max allowed frame rate of the start image
  /external/chromium_org/content/renderer/media/
media_stream_video_source.h 76 static const char kMaxFrameRate[]; // maxFrameRate
media_stream_video_source.cc 28 const char MediaStreamVideoSource::kMaxFrameRate[] = "maxFrameRate";
38 MediaStreamVideoSource::kMaxFrameRate,
177 } else if (constraint_name == MediaStreamVideoSource::kMaxFrameRate) {
258 MediaStreamVideoSource::kMaxFrameRate,
396 if (!GetConstraintValueAsDouble(constraints, kMaxFrameRate,
575 kMaxFrameRate, &max_frame_rate);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediaconstraintsinterface.cc 45 const char MediaConstraintsInterface::kMaxFrameRate[] = "maxFrameRate";
mediaconstraintsinterface.h 71 static const char kMaxFrameRate[]; // maxFrameRate

Completed in 2856 milliseconds