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

/hardware/qcom/display/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/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/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/msm7k/libgralloc/
H A Dgralloc_priv.h57 float fps; member in struct:private_module_t
H A Dframebuffer.cpp240 float fps = refreshRate / 1000.0f; local
269 fps
285 module->fps = fps;
363 const_cast<float&>(dev->device.fps) = m->fps;
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp276 float fps = refreshRate / 1000.0f; local
305 fps
321 module->fps = fps;
399 const_cast<float&>(dev->device.fps) = m->fps;
H A Dgralloc_priv.h77 float fps; member in struct:private_module_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/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp165 fps = 30;
297 fps = 30;
414 fps = 30;
529 fps = 30;
1181 if (setPreviewFrameRate(m_curCameraInfo->fps) == false)
1183 __func__, m_curCameraInfo->fps);
2458 *max = m_defaultCameraInfo->fps;
2464 return m_curCameraInfo->fps;
3147 bool ExynosCamera::setPreviewFrameRate(int fps) argument
3149 if (fps < FRAME_RATE_AUT
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp276 int fps = 30; variable
1113 // file_type, out_op, tst_op, nal_sz, disp_win, rt_dis, (fps), color, pic_order
1148 fps = param[idx++];
1149 timestampInterval = 1e6 / fps;
1294 sscanf(tempbuf,"%d",&fps);
1296 timestampInterval = 1000000/fps;
1901 portFmt.format.video.xFramerate = fps;
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.cpp77 float fps = metadata.data.panel_frame_rate; local
81 float fps = info.reserved[3] & 0xFF; local
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp398 int fps; member in struct:__anon1625
1184 params.setPreviewFrameRate(frameRate[ARRAY_SIZE(frameRate) - 1].fps);
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1459 struct fps_cfg fps; member in union:sensor_cfg_data::__anon523
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1383 struct fps_cfg fps; member in union:sensor_cfg_data::__anon560
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1928 value[0] = 1000000000.0 / hwc_dev->fb_dev->base.fps;

Completed in 462 milliseconds