Searched refs:stats (Results 1 - 18 of 18) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcm_mpool_pub.h237 * bcm_mpm_stats() - Return stats for all pools
241 * stats: OUTPUT Array of pool statistics.
242 * nentries: MOD Max elements in 'stats' array on INPUT. Actual number
243 * of array elements copied to 'stats' on OUTPUT.
247 * other Error getting stats.
250 int bcm_mpm_stats(bcm_mpm_mgr_h mgr, bcm_mp_stats_t *stats, int *nentries);
326 * bcm_mp_stats() - Return stats for this pool
330 * stats: OUTPUT Pool statistics
337 int bcm_mp_stats(bcm_mp_pool_h pool, bcm_mp_stats_t *stats);
H A Dbcmutils.h260 extern int pktpool_stats_dump(pktpool_t *pktp, pktpool_stats_t *stats);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Darmtime52 cpu_time = 0; # total time the CPU stats were measured on
75 # get uptime stats (for beginning or end)
84 /^[0-9]+ / { # /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state lines
148 dur_cpu = ", " cpu_time " (cpu-stats)"
218 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >$my_log
225 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >>$my_log
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
H A DWlanDrvIf.h115 struct net_device_stats stats; /* The driver's statistics for OS reports. */ member in struct:__anon2759
/hardware/ti/wlan/wl1271/stad/src/Application/
H A DscanMngr.c196 pScanMngr->stats.ImmediateGByStatus[ resultStatus ]++;
220 pScanMngr->stats.ImmediateAByStatus[ nextResultStatus ]++;
258 pScanMngr->stats.ImmediateAByStatus[ resultStatus ]++;
280 pScanMngr->stats.ImmediateGByStatus[ resultStatus ]++;
284 pScanMngr->stats.ImmediateAByStatus[ resultStatus ]++;
350 pScanMngr->stats.SPSChannelsNotAttended[ i ]++;
384 pScanMngr->stats.TrackingGByStatus[ resultStatus ]++;
414 pScanMngr->stats.TrackingAByStatus[ nextResultStatus ]++;
432 /* update stats - since there's no break above, we must check that the state is indeed tracking on A */
435 pScanMngr->stats
[all...]
H A DscanMngr.h391 scan_mngrStat_t stats; /**< statistics */ member in struct:__anon2914
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp236 dst->ctl.stats.faceDetectMode = (enum facedetect_mode)(curr_entry.data.u8[0] + 1);
577 byteData = metadata->dm.stats.faceDetectMode - 1;
589 if (metadata->dm.stats.faceIds[i] > 0) {
590 mataFaceIds[tempFaceCount] = metadata->dm.stats.faceIds[i];
592 if (metadata->dm.stats.faceScores[i] > 100)
595 metaFaceScores[tempFaceCount] = metadata->dm.stats.faceScores[i];
597 memcpy(&mataFaceLandmarks[tempFaceCount][0], &metadata->dm.stats.faceLandmarks[i][0], 6*sizeof(uint32_t));
598 memcpy(&metaFaceRectangles[tempFaceCount][0], &metadata->dm.stats.faceRectangles[i][0], 4*sizeof(uint32_t));
H A Dfimc-is-metadata.h677 struct camera2_stats_ctl stats; member in struct:camera2_ctl
700 struct camera2_stats_dm stats; member in struct:camera2_dm
714 struct camera2_stats_sm stats; member in struct:camera2_sm
H A DExynosCameraHWInterface2.cpp502 if (shot_ext->shot.ctl.stats.faceDetectMode != FACEDETECT_MODE_OFF)
512 shot_ext->shot.ctl.stats.faceDetectMode = FACEDETECT_MODE_FULL;
735 if (shot_ext->shot.ctl.stats.faceDetectMode != FACEDETECT_MODE_OFF)
3430 if (shot_ext->shot.dm.stats.faceRectangles[i][0] > 0)
3431 shot_ext->shot.dm.stats.faceRectangles[i][0] = (m_camera2->m_curCameraInfo->sensorW
3432 * shot_ext->shot.dm.stats.faceRectangles[i][0])
3434 if (shot_ext->shot.dm.stats.faceRectangles[i][1] > 0)
3435 shot_ext->shot.dm.stats.faceRectangles[i][1] = (m_camera2->m_curCameraInfo->sensorH
3436 * shot_ext->shot.dm.stats.faceRectangles[i][1])
3438 if (shot_ext->shot.dm.stats
[all...]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h727 struct camera2_stats_ctl stats; member in struct:camera2_ctl
746 struct camera2_stats_dm stats; member in struct:camera2_dm
758 struct camera2_stats_sm stats; member in struct:camera2_sm
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DWlanDrvIf.c142 drv->stats.tx_packets++;
143 drv->stats.tx_bytes += skb->len;
165 drv->stats.tx_errors++;
232 return &drv->stats;
H A Dosapi.c478 drv->stats.rx_packets++;
479 drv->stats.rx_bytes += skb->len;
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
H A Ddriver_ti.c571 TCuCommon_RxDataFilteringStatistics *stats )
577 NULL, 0, stats, sizeof(TCuCommon_RxDataFilteringStatistics));
796 TCuCommon_RxDataFilteringStatistics stats; local
799 os_memset(&stats, 0, sizeof(TCuCommon_RxDataFilteringStatistics));
801 ret = wpa_driver_tista_driver_rx_data_filter_statistics( priv, &stats );
803 ret = snprintf(buf, buf_len, "RxFilterStat: %u", (u32)stats.unmatchedPacketsCount);
805 ret += snprintf(&buf[ret], buf_len-ret, " %u", (u32)stats.matchedPacketsCount[i]);
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dbcmutils.h230 extern int pktpool_stats_dump(pktpool_t *pktp, pktpool_stats_t *stats);
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI.cpp832 /*get stats buffer based on index*/
895 processStatsEvent(&event->e.stats, &app_cb);
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h865 /* TBD: need more fields for histo stats? */
974 mm_camera_stats_event_t stats; member in union:__anon436::__anon437
/hardware/qcom/camera/
H A DQCamera_Intf.h931 /* TBD: need more fields for histo stats? */
1039 mm_camera_stats_event_t stats; member in union:__anon679::__anon680
H A DQCameraHWI.cpp862 /*get stats buffer based on index*/
927 processStatsEvent(&event->e.stats, &app_cb);

Completed in 293 milliseconds