/hardware/qcom/display/msm8909/libqdutils/ |
D | profiler.cpp | 82 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()
|
D | profiler.h | 75 unsigned int period; member
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | profiler.cpp | 81 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()
|
/hardware/qcom/display/msm8996/libqdutils/ |
D | profiler.cpp | 81 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()
|
D | profiler.h | 75 unsigned int period; member
|
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | profiler.cpp | 82 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()
|
D | profiler.h | 75 unsigned int period; member
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | profiler.cpp | 81 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()
|
D | profiler.h | 75 unsigned int period; member
|
/hardware/qcom/display/msm8960/libqdutils/ |
D | profiler.cpp | 80 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()
|
D | profiler.h | 75 unsigned int period; member
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | profiler.cpp | 81 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()
|
D | profiler.h | 75 unsigned int period; member
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | profiler.cpp | 82 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()
|
D | profiler.h | 76 unsigned int period; member
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerCallback.hal | 31 * @param vsyncPeriodNanos is the display vsync period in nanoseconds i.e. the next onVsync_2_4 37 * Notifies the client that the previously reported timing for vsync period change has been 38 * updated. This may occur if the composer missed the deadline for changing the vsync period 41 * @param display is the display which vsync period change is in progress 42 * @param updatedTimeline is the new timeline for the vsync period change.
|
D | IComposerClient.hal | 148 * Constraints for changing vsync period. 152 * Time in CLOCK_MONOTONIC after which the vsync period may change 153 * (i.e., the vsync period must not change before this time). 158 * If true, requires that the vsync period change must happen seamlessly without 218 * Retrieves which vsync period the display is currently using. 221 * return BAD_CONFIG. If the vsync period is about to change due to a 222 * setActiveConfigWithConstraints call, this function must return the current vsync period 225 * @param display is the display for which the vsync period is queried. 229 * @return vsyncPeriodNanos is the current vsync period of the display. 237 * only the vsync period shall change. [all …]
|
D | types.hal | 33 * Timing for a vsync period change. 38 * the new vsync period.
|
/hardware/google/aemu/base/include/aemu/base/testing/ |
D | TestClock.h | 26 using period = std::ratio<1, 1>; /* TestClock::duration(1) is 1 second */ variable 27 using duration = std::chrono::duration<rep, period>;
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | vsyncworker.cpp | 222 int64_t period = timestampNs - mLastTimestampNs; in Routine() local 223 ATRACE_INT64(mHwVsyncPeriodTag.c_str(), period); in Routine() 224 ALOGV("HW vsync period %" PRId64 "ns for %s", period, mDisplayTraceName.c_str()); in Routine()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | aplay.c | 48 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()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_callbacks.cpp | 66 HWC2::Error HWCCallbacks::Vsync_2_4(hwc2_display_t display, int64_t timestamp, uint32_t period) { in Vsync_2_4() argument 72 vsync_2_4_(vsync_2_4_data_, display, timestamp, period); in Vsync_2_4()
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | PhysicalQuantityTypes.h | 94 auto const fpchrono = std::chrono::duration<float, std::chrono::seconds::period>(time); 103 auto const fpchrono = std::chrono::duration<float, std::chrono::seconds::period>(time);
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_callbacks.cpp | 88 HWC2::Error HWCCallbacks::Vsync_2_4(hwc2_display_t display, int64_t timestamp, uint32_t period) { in Vsync_2_4() argument 95 vsync_2_4_(vsync_2_4_data_, display, timestamp, period); in Vsync_2_4()
|
/hardware/google/pixel-sepolicy/wifi_perf_diag/ |
D | property_contexts | 1 persist.vendor.wifi.perf_diag.period u:object_r:vendor_wifi_perf_diag_prop:s0
|