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

  /external/chromium_org/cc/debug/
frame_rate_counter.cc 80 void FrameRateCounter::GetMinAndMaxFPS(double* min_fps, double* max_fps) const {
81 *min_fps = std::numeric_limits<double>::max();
93 *min_fps = std::min(fps, *min_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;
  /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/
QCamera2HWI.cpp     [all...]
QCameraParameters.cpp 906 int min_fps, max_fps; local
2968 int min_fps = local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
QCameraParameters.cpp 906 int min_fps, max_fps; local
2968 int min_fps = local
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 1167 int min_fps = suppress_rendering ? local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 321 float min_fps; member in struct:__anon1657
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 321 float min_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 2899 milliseconds