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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoencoderfactory.h 48 int max_fps; member in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 531 ScopedCoMem<LONGLONG> max_fps; local
542 &list_size, &max_fps);
543 // Sometimes |list_size| will be > 0, but max_fps will be NULL. Some
546 if (hr == S_OK && list_size > 0 && max_fps) {
547 time_per_frame = *std::min_element(max_fps.get(),
548 max_fps.get() + list_size);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 906 int min_fps, max_fps; local
2970 int max_fps = local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 906 int min_fps, max_fps; local
2970 int max_fps = local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 322 float max_fps; member in struct:__anon1657
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 322 float max_fps; member in struct:__anon31275
    [all...]

Completed in 229 milliseconds