Searched refs:period (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
H A Dprofiler.cpp81 property_get("debug.gr.calcfps.period", prop, "10");
82 debug_fps_metadata.period = atoi(prop);
84 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) {
85 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES;
109 ALOGD("period: %u", debug_fps_metadata.period);
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
177 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) {
180 for (unsigned int i = 0; i < debug_fps_metadata.period; i++)
182 print_fps(float(float(debug_fps_metadata.period * 100000
[all...]
H A Dprofiler.h75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
/hardware/qcom/display/msm8226/libqdutils/
H A Dprofiler.cpp81 property_get("debug.gr.calcfps.period", prop, "10");
82 debug_fps_metadata.period = atoi(prop);
84 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) {
85 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES;
109 ALOGD("period: %u", debug_fps_metadata.period);
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
177 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) {
180 for (unsigned int i = 0; i < debug_fps_metadata.period; i++)
182 print_fps(float(float(debug_fps_metadata.period * 100000
[all...]
H A Dprofiler.h75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
/hardware/qcom/display/msm8960/libqdutils/
H A Dprofiler.cpp78 property_get("debug.gr.calcfps.period", prop, "10");
79 debug_fps_metadata.period = atoi(prop);
81 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) {
82 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES;
104 ALOGD("period: %d", debug_fps_metadata.period);
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
171 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) {
174 for (unsigned int i = 0; i < debug_fps_metadata.period; i++)
176 print_fps((debug_fps_metadata.period * floa
[all...]
H A Dprofiler.h75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
/hardware/qcom/display/msm8974/libqdutils/
H A Dprofiler.cpp78 property_get("debug.gr.calcfps.period", prop, "10");
79 debug_fps_metadata.period = atoi(prop);
81 if (debug_fps_metadata.period > MAX_FPS_CALC_PERIOD_IN_FRAMES) {
82 debug_fps_metadata.period = MAX_FPS_CALC_PERIOD_IN_FRAMES;
104 ALOGD("period: %d", debug_fps_metadata.period);
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
171 if (debug_fps_metadata.curr_frame == debug_fps_metadata.period) {
174 for (unsigned int i = 0; i < debug_fps_metadata.period; i++)
176 print_fps((debug_fps_metadata.period * floa
[all...]
H A Dprofiler.h75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
/hardware/intel/img/hwcomposer/common/observers/
H A DSoftVsyncObserver.cpp125 const nsecs_t period = mRefreshPeriod; local
131 sleep = (period - ((now - next_vsync) % period));
134 mNextFakeVSync = next_vsync + period;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c48 static int period = 0; variable
62 {"period", 1, 0, 'B'},
106 if (period)
107 param_set_min(params, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, period);
214 if (!period)
215 period = compr_cap.min_fragment_size;
615 period = (int)strtol(optarg, NULL, 0);
H A Darec.c54 static int period = 0; variable
67 {"period", 1, 0, 'B'},
109 if (period)
110 param_set_min(params, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, period);
569 period = (int)strtol(optarg, NULL, 0);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h65 unsigned short beacon_period; // period advertised in the beacon
98 int period; // desired period, in millisecond; if this is too member in struct:__anon1344
114 int base_period; // base timer period in ms
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h158 bool venc_set_ltrperiod(OMX_U32 period);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h267 ExynosVideoErrorType (*Set_IDRPeriod)(void *pHandle, int period);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp890 DEBUG_PRINT_ERROR("ERROR: Request for setting intra period failed");
923 DEBUG_PRINT_ERROR("ERROR: Request for setting intra period failed");
969 DEBUG_PRINT_ERROR("ERROR: Request for setting intra period failed");
1250 DEBUG_PRINT_ERROR("ERROR: Request for setting intra period failed");
1302 DEBUG_PRINT_ERROR("Setting ltr period failed");
1986 bool venc_dev::venc_set_ltrperiod(OMX_U32 period) argument
1990 ltr_period.ltr_period = (unsigned long)period;
1991 DEBUG_PRINT_HIGH("Set ltr period: %d", period);
2000 ltrperiod.ltr_period = (unsigned long)period;
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp440 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_PERIOD, mParams->buckets[i].period);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan.cpp319 bucketSpec.period) ||
1201 ALOGI("HAL: beacon period %d \n",
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h130 uint8 dtim_period; /* DTIM period */
163 uint8 dtim_period; /* DTIM period */
205 uint8 dtim_period; /* DTIM period */
2196 uint16 percal_mask; /* defines which period cal is masked from radar detection */
3933 int32 slow_freq; /* slow scan period */
3981 uint16 period; /* extended listen period */ member in struct:__anon100
4109 /* NAT keep-alive packets format: specifies the re-transmission period, the packet
4113 uint32 period_msec; /* Retransmission period (0 to disable packet re-transmits) */
4351 * one per specified period (
5441 uint8 period; /* Sample period */ member in struct:txdelay_params
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h81 #define DOT11_MIN_BEACON_PERIOD 1 /* d11 min beacon period */
82 #define DOT11_MAX_BEACON_PERIOD 0xFFFF /* d11 max beacon period */
85 #define DOT11_MIN_DTIM_PERIOD 1 /* d11 min DTIM period */
86 #define DOT11_MAX_DTIM_PERIOD 0xFF /* d11 max DTIM period */
604 uint8 period; /* Beacon intervals between periodic quiet periods ? */ member in struct:dot11_quiet
605 uint16 duration; /* Length of quiet period, in TU's */
1167 #define DOT11_MNG_TIM_DTIM_PERIOD 1 /* d11 management DTIM period */
1633 #define DOT11_BSS_MAX_IDLE_PERIOD_IE_LEN 3 /* bss max idle period IE size */
1689 uint8 dtim_period; /* DTIM period */

Completed in 869 milliseconds