Home
last modified time | relevance | path

Searched refs:period (Results 1 – 25 of 46) sorted by relevance

12

/hardware/qcom/display/msm8960/libqdutils/
Dprofiler.cpp80 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
82 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
83 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
105 ALOGD("period: %d", debug_fps_metadata.period); in populate_debug_fps_metadata()
112 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
172 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
175 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
177 print_fps((debug_fps_metadata.period * float(1000000))/float(sum)); in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/qcom/display/msm8226/libqdutils/
Dprofiler.cpp81 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
83 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
84 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
108 ALOGD("period: %u", debug_fps_metadata.period); in populate_debug_fps_metadata()
115 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
176 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
179 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
181 print_fps(float(float(debug_fps_metadata.period * 1000000) / in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/qcom/display/msm8996/libqdutils/
Dprofiler.cpp81 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
83 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
84 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
108 ALOGD("period: %u", debug_fps_metadata.period); in populate_debug_fps_metadata()
115 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
176 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
179 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
181 print_fps(float(float(debug_fps_metadata.period * 1000000) / in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/qcom/display/sdm845/libqdutils/
Dprofiler.cpp82 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
84 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
85 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
109 ALOGD("period: %u", debug_fps_metadata.period); in populate_debug_fps_metadata()
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
177 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
180 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
182 print_fps(float(float(debug_fps_metadata.period * 1000000) / in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/qcom/display/msm8909/libqdutils/
Dprofiler.cpp81 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
83 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
84 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
108 ALOGD("period: %u", debug_fps_metadata.period); in populate_debug_fps_metadata()
115 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
176 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
179 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
181 print_fps(float(float(debug_fps_metadata.period * 1000000) / in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/qcom/display/msm8994/libqdutils/
Dprofiler.cpp81 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
83 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
84 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
108 ALOGD("period: %u", debug_fps_metadata.period); in populate_debug_fps_metadata()
115 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
176 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
179 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
181 print_fps(float(float(debug_fps_metadata.period * 1000000) / in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/qcom/display/msm8084/libqdutils/
Dprofiler.cpp81 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
83 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
84 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
108 ALOGD("period: %u", debug_fps_metadata.period); in populate_debug_fps_metadata()
115 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
176 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
179 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
181 print_fps(float(float(debug_fps_metadata.period * 1000000) / in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/qcom/display/msm8998/libqdutils/
Dprofiler.cpp82 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
84 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) { in populate_debug_fps_metadata()
85 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES; in populate_debug_fps_metadata()
109 ALOGD("period: %u", debug_fps_metadata.period); in populate_debug_fps_metadata()
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps); in print_fps()
177 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) { in calc_fps()
180 for (unsigned int i = 0; i < debug_fps_metadata.period; i++) in calc_fps()
182 print_fps(float(float(debug_fps_metadata.period * 1000000) / in calc_fps()
Dprofiler.h75 unsigned int period; member
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DSoftVsyncObserver.cpp121 const nsecs_t period = mRefreshPeriod; in threadLoop() local
127 sleep = (period - ((now - next_vsync) % period)); in threadLoop()
130 mNextFakeVSync = next_vsync + period; in threadLoop()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DSoftVsyncObserver.cpp125 const nsecs_t period = mRefreshPeriod * mDisplayDevice.getFpsDivider(); in threadLoop() local
131 sleep = (period - ((now - next_vsync) % period)); in threadLoop()
134 mNextFakeVSync = next_vsync + period; in threadLoop()
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c48 static int period = 0; variable
106 if (period) in set_params()
107 param_set_min(params, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, period); in set_params()
214 if (!period) in play_file()
215 period = compr_cap.min_fragment_size; in play_file()
615 period = (int)strtol(optarg, NULL, 0); in main()
Darec.c54 static int period = 0; variable
109 if (period) in set_params()
110 param_set_min(params, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, period); in set_params()
569 period = (int)strtol(optarg, NULL, 0); in main()
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal133 * bytes, covering a time period of 6, 6, and 0.6 seconds, respectively.
138 * B86-B88), covering a time period of 2 seconds.
143 * B239, B240), covering a time period of 10 seconds. The standard
DIGnssNiCallback.hal89 * Timeout period to wait for user response.
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h158 bool venc_set_ltrperiod(OMX_U32 period);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h158 bool venc_set_ltrperiod(OMX_U32 period);
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h136 int period; // desired period, in millisecond; if this is too member

12