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

12

/hardware/qcom/display/libexternal/
H A Dexternal.cpp459 int width = 0, height = 0, fps = 0; local
460 getAttrForMode(width, height, fps);
466 1000000000l / fps;
471 int& fps) {
476 fps = 60;
482 fps = 60;
488 fps = 50;
493 fps = 50;
498 fps = 60;
503 fps
470 getAttrForMode(int& width, int& height, int& fps) argument
[all...]
H A Dexternal.h57 void getAttrForMode(int& width, int& height, int& fps);
/hardware/qcom/display/libqdutils/
H A Dprofiler.cpp71 /*defaults calculation of fps to based on number of frames*/
109 void CalcFps::print_fps(float fps) argument
112 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
116 debug_fps_metadata.curr_frame, fps);
183 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
185 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/libgralloc/
H A Dfb_priv.h53 float fps; member in struct:private_module_t
H A Dframebuffer.cpp271 float fps = info.reserved[3] & 0xFF; local
300 fps
315 module->fps = fps;
407 const_cast<float&>(dev->device.fps) = m->fps;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp150 float fps = refreshRate / 1000.0f; local
159 fps);
166 module->fps = fps;
229 const_cast<float&>(dev->fps) = m->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/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/
H A DQCameraHWI_Parm.cpp108 //Supported preview fps ranges should be added to this array in the form (minFps,maxFps)
469 static String8 create_fps_str(const android:: FPSRange* fps, int len) { argument
474 snprintf(buffer, sizeof(buffer), "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
478 snprintf(buffer, sizeof(buffer), ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS);
2415 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
2416 ALOGV("requested preview frame rate is %u", fps);
2418 if(mInitialized && (fps == previousFps)){
2419 ALOGV("No change is FPS Value %d",fps );
2693 uint32_t fps; //lower 2 bytes specify maxFps and higher 2 bytes specify minFps local
[all...]
H A DQualcommCameraHardware.cpp331 //supported preview fps ranges should be added to this array in the form (minFps,maxFps)
924 static String8 create_fps_str(const android:: FPSRange* fps, int len) { argument
929 sprintf(buffer, "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
933 sprintf(buffer, ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS);
7897 ALOGI("Set fps is not supported for this sensor");
7901 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
7902 ALOGV("requested preview frame rate is %u", fps);
7904 if(mInitialized && (fps
[all...]
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp110 //Supported preview fps ranges should be added to this array in the form (minFps,maxFps)
470 static String8 create_fps_str(const android:: FPSRange* fps, int len) { argument
475 snprintf(buffer, sizeof(buffer), "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
479 snprintf(buffer, sizeof(buffer), ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS);
2311 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
2312 LOGV("%s: requested preview frame rate is %d", __func__, fps);
2314 mParameters.setPreviewFrameRate(fps);
2354 //set the fps valu
2592 uint32_t fps; //lower 2 bytes specify maxFps and higher 2 bytes specify minFps local
[all...]
/hardware/qcom/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_main_menu.h413 int8_t (*setFps) (int fd, uint16_t 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/display/libhwcomposer/
H A Dhwc_utils.cpp46 1000000000l / ctx->mFbDev->fps;
H A Dhwc.cpp241 value[0] = m->fps;
242 ALOGI("fps: %d", value[0]);
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp274 int fps = 30; variable
1111 // file_type, out_op, tst_op, nal_sz, disp_win, rt_dis, (fps), color, pic_order
1146 fps = param[idx++];
1147 timestampInterval = 1e6 / fps;
1292 sscanf(tempbuf,"%d",&fps);
1294 timestampInterval = 1000000/fps;
1899 portFmt.format.video.xFramerate = fps;
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp398 int fps; member in struct:__anon2242
1178 params.setPreviewFrameRate(frameRate[ARRAY_SIZE(frameRate) - 1].fps);

Completed in 402 milliseconds

12