Searched refs:ac (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libva/build/
H A Dgen_version.sh29 sed -n "/^m4_define.*${1}.*\[\([0-9]*\)\].*/s//\1/p" ${libva_topdir}/configure.ac
36 if test -f "${libva_topdir}/configure.ac"; then
45 echo "ERROR: configure or configure.ac file not found in $libva_topdir/"
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dlink_layer_stats.h171 wifi_traffic_ac ac; // access category (VI, VO, BE, BK) member in struct:__anon1944
209 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // per ac data packet statistics member in struct:__anon1945
244 #define WIFI_STATS_IFACE_AC 0x00000040 // all ac statistics (within interface statistics)
245 #define WIFI_STATS_IFACE_CONTENTION 0x00000080 // all contention (min, max, avg) statistics (within ac statisctics)
/hardware/intel/common/libva/va/
H A DAndroid.mk87 $(GEN): $(LOCAL_PATH)/va_version.h.in $(LOCAL_PATH)/../build/gen_version.sh $(LOCAL_PATH)/../configure.ac
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2.asm380 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
418 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
617 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
655 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstats.cpp228 stats->ac = (wifi_traffic_ac)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC]);
332 stats->ac,
654 "ac","txMpdu", "rxMpdu", "txMcast", "rxMcast", "rxAmpdu",
667 pWmmStats = (wifi_wmm_ac_stat *) ((u8 *)stats->ac
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h646 #define AC_BITMAP_TST(ab, ac) (((ab) & (1 << (ac))) != 0)
647 #define AC_BITMAP_SET(ab, ac) (((ab) |= (1 << (ac))))
648 #define AC_BITMAP_RESET(ab, ac) (((ab) &= ~(1 << (ac))))
1372 /* Operating mode notification - VHT (11ac D3.0 - 8.4.2.29) */
1375 /* VHT Operating mode bit fields - (11ac D3.0 - 8.4.1.50) */
1417 /* Operating mode information element 802.11ac D3.0 - 8.4.2.168 */
1536 /* VHT category action types - 802.11ac D
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h213 uint16 vht_rxmcsmap; /* VHT rx mcs map (802.11ac VHT_CAP_MCS_MAP_*) */
214 uint16 vht_txmcsmap; /* VHT tx mcs map (802.11ac VHT_CAP_MCS_MAP_*) */
567 /* All builds use the new 11ac ratespec/chanspec */
1090 /* Used to get specific link/ac parameters */
1092 int ac; member in struct:__anon108
3772 uint32 ac[AC_COUNT]; /* max bandwidth for each access category */ member in struct:wme_max_bandwidth
3806 /* Packet lifetime configuration per ac */
3808 uint32 ac; /* access class */ member in struct:wl_lifetime

Completed in 217 milliseconds