Searched refs:fps (Results 1 - 25 of 38) sorted by relevance

12

/hardware/qcom/display/msm8960/libgralloc/
H A Dfb_priv.h52 float fps; member in struct:private_module_t
H A Dframebuffer.cpp255 float fps = metadata.data.panel_frame_rate; local
259 float fps = info.reserved[3] & 0xFF; local
288 fps
303 module->fps = fps;
391 const_cast<float&>(dev->device.fps) = m->fps;
/hardware/qcom/display/msm8974/libgralloc/
H A Dfb_priv.h52 float fps; member in struct:private_module_t
H A Dframebuffer.cpp255 float fps = metadata.data.panel_frame_rate; local
259 float fps = info.reserved[3] & 0xFF; local
288 fps
303 module->fps = fps;
397 const_cast<float&>(dev->device.fps) = m->fps;
/hardware/qcom/display/msm8x26/libgralloc/
H A Dfb_priv.h52 float fps; member in struct:private_module_t
H A Dframebuffer.cpp255 float fps = metadata.data.panel_frame_rate; local
259 float fps = info.reserved[3] & 0xFF; local
288 fps
303 module->fps = fps;
391 const_cast<float&>(dev->device.fps) = m->fps;
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp714 int width = 0, height = 0, fps = 0; local
715 getAttrForMode(width, height, fps);
721 1000000000l / fps;
725 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { argument
730 fps = 60;
736 fps = 60;
742 fps = 50;
747 fps = 50;
752 fps = 60;
757 fps
[all...]
H A Dexternal.h76 void getAttrForMode(int& width, int& height, int& fps);
/hardware/qcom/display/msm8960/libqdutils/
H A Dprofiler.cpp70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps) argument
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
115 debug_fps_metadata.curr_frame, fps);
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8974/libqdutils/
H A Dprofiler.cpp70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps) argument
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
115 debug_fps_metadata.curr_frame, fps);
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8x26/libqdutils/
H A Dprofiler.cpp70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps) argument
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
115 debug_fps_metadata.curr_frame, fps);
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
H A Dprofiler.h60 /*fps calculation based on time or number of frames*/
71 /*indicates how much time elapsed since we report fps*/
98 void print_fps(float fps);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp701 int width = 0, height = 0, fps = 0; local
702 getAttrForMode(width, height, fps);
708 1000000000l / fps;
712 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { argument
717 fps = 60;
723 fps = 60;
729 fps = 50;
734 fps = 50;
739 fps = 60;
744 fps
[all...]
H A Dexternal.h73 void getAttrForMode(int& width, int& height, int& fps);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp701 int width = 0, height = 0, fps = 0; local
702 getAttrForMode(width, height, fps);
708 1000000000l / fps;
712 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { argument
717 fps = 60;
723 fps = 60;
729 fps = 50;
734 fps = 50;
739 fps = 60;
744 fps
[all...]
H A Dexternal.h73 void getAttrForMode(int& width, int& height, int& fps);
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp223 float fps = refreshRate / 1000.0f; local
252 fps
268 module->fps = fps;
342 const_cast<float&>(dev->device.fps) = m->fps;
H A Dgralloc_priv.h53 float fps; member in struct:private_module_t
/hardware/libhardware/include/hardware/
H A Dfb.h59 const float fps; member in struct:framebuffer_device_t
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp204 module->fps = (float)refreshRate;
267 const_cast<float&>(dev->fps) = m->fps;
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h53 float fps; member in struct:private_module_t
H A DExynosCamera.h130 int fps; member in struct:android::ExynosCameraInfo
495 //! Returns the current minimum and maximum preview fps.
659 bool setPreviewFrameRate(int fps);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.h521 String8 createFpsRangeString(const cam_fps_range_t *fps,
525 String8 createFpsString(const cam_fps_range_t *fps, int len);
589 qcamera_thermal_mode m_ThermalMode; // adjust fps vs adjust frameskip

Completed in 474 milliseconds

12