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

  /external/chromium_org/cc/debug/
frame_rate_counter.cc 80 void FrameRateCounter::GetMinAndMaxFPS(double* min_fps, double* max_fps) const {
82 *max_fps = 0.0;
94 *max_fps = std::max(fps, *max_fps);
97 if (*min_fps > *max_fps)
98 *min_fps = *max_fps;
frame_rate_counter.h 37 void GetMinAndMaxFPS(double* min_fps, double* max_fps) const;
  /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) {
webrtcvideoengine.cc     [all...]
  /frameworks/av/camera/
CameraParameters.cpp 407 void CameraParameters::getPreviewFpsRange(int *min_fps, int *max_fps) const
409 *min_fps = *max_fps = -1;
412 parse_pair(p, min_fps, max_fps, ',');
  /frameworks/av/include/camera/
CameraParameters.h 93 void getPreviewFpsRange(int *min_fps, int *max_fps) const;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 906 int min_fps, max_fps; local
2970 int max_fps = local
    [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 906 int min_fps, max_fps; local
2970 int max_fps = local
    [all...]
QCamera2HWI.cpp     [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:__anon33104
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 2870 milliseconds