Searched defs:period (Results 1 - 11 of 11) sorted by relevance

/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/display/msm8084/libqdutils/
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.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.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.h75 unsigned int period; member in struct:qdutils::CalcFps::debug_fps_metadata_t
76 /* current frame, will go upto period, and then reset */
/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/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/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/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 */
/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...]

Completed in 1367 milliseconds