Searched refs:ht (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/external/autotest/server/cros/chaos_lib/
H A Dchaos_runner.py251 capturer_ht_type=networks[0].ht,
/external/libhevc/common/arm/
H A Dihevc_inter_pred_filters_luma_vert_w16inp.s75 @* @param[in] ht
94 @ word32 ht,
124 ldr r3,[sp,#ht_offset] @load ht
125 subs r7,r3,#0 @r3->ht
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1565 int ht, int vht)
1567 if (!ht && !vht)
1588 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; local
1618 if (ht) {
1635 width = hostapd_get_nr_chan_width(hapd, ht, vht);
1641 } else if (ht) {
1662 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
1564 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht) argument
H A Ddrv_callbacks.c629 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, argument
638 "driver had channel switch: freq=%d, ht=%d, offset=%d, width=%d (%s), cf1=%d, cf2=%d",
639 freq, ht, offset, width, channel_width_to_string(width),
684 hapd->iconf->ieee80211n = ht;
685 if (!ht)
H A Dhostapd.h584 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1565 int ht, int vht)
1567 if (!ht && !vht)
1588 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; local
1618 if (ht) {
1635 width = hostapd_get_nr_chan_width(hapd, ht, vht);
1641 } else if (ht) {
1662 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
1564 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht) argument
H A Ddrv_callbacks.c629 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, argument
638 "driver had channel switch: freq=%d, ht=%d, offset=%d, width=%d (%s), cf1=%d, cf2=%d",
639 freq, ht, offset, width, channel_width_to_string(width),
684 hapd->iconf->ieee80211n = ht;
685 if (!ht)
H A Dhostapd.h584 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1565 int ht, int vht)
1567 if (!ht && !vht)
1588 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; local
1618 if (ht) {
1635 width = hostapd_get_nr_chan_width(hapd, ht, vht);
1641 } else if (ht) {
1662 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
1564 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht) argument
H A Ddrv_callbacks.c629 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, argument
638 "driver had channel switch: freq=%d, ht=%d, offset=%d, width=%d (%s), cf1=%d, cf2=%d",
639 freq, ht, offset, width, channel_width_to_string(width),
684 hapd->iconf->ieee80211n = ht;
685 if (!ht)
H A Dhostapd.h584 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
/external/libavc/encoder/
H A Dih264e_api.c3459 * (wd * ht) for luma and (wd * ht / 2) for chroma*/
4624 WORD32 ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); local
4637 ps_op->s_ive_op.au4_min_in_buf_size[0] = wd * ht;
4638 ps_op->s_ive_op.au4_min_in_buf_size[1] = (wd >> 1) * (ht >> 1);
4639 ps_op->s_ive_op.au4_min_in_buf_size[2] = (wd >> 1) * (ht >> 1);
4645 ps_op->s_ive_op.au4_min_in_buf_size[0] = wd * ht * 2;
4653 ps_op->s_ive_op.au4_min_in_buf_size[0] = wd * ht * 2;
4661 ps_op->s_ive_op.au4_min_in_buf_size[0] = wd * ht * 4;
4670 ps_op->s_ive_op.au4_min_in_buf_size[0] = wd * ht;
[all...]
H A Dih264e_utils.c465 WORD32 ih264e_get_min_level(WORD32 wd, WORD32 ht) argument
468 WORD32 pic_size = wd * ht;
469 WORD32 max = MAX(wd, ht);
693 * Now max_dpb_size increases with smaller Wd and Ht, but Wd * ht * max_dpb_size will still be lesser or equal to max_wd * max_ht * dpb_size
1882 /* row 0 to ht in mbs */
1887 /* row 0 to ht in mbs */
1892 /* row 0 to ht in mbs */
2039 /* row 0 to ht in mbs */
2049 /* ht in mbs */
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c151 ssid->ht = 0;
154 if (!ssid->ht) {
1315 void wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht, argument
1324 hostapd_event_ch_switch(wpa_s->ap_iface->bss[0], freq, ht,
/external/annotation-tools/annotation-file-utilities/
H A Ddesign.tex125 \begin{figure}[ht]
195 \begin{figure}[ht]
278 \begin{figure}[ht]
292 \begin{figure}[ht]
/external/python/cpython2/Lib/
H A Dsubprocess.py633 hp, ht, pid, tid = _subprocess.CreateProcess(executable, args,
665 ht.Close()
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c1389 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) argument
1393 if (ht)
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c1389 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) argument
1393 if (ht)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c1389 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) argument
1393 if (ht)
/external/libhevc/decoder/
H A Dihevcd_parse_headers.c1933 WORD32 ht = ALIGN64(ps_codec->i4_ht); local
1936 WORD32 max_tile_rows = (ht + MIN_TILE_HT - 1) / MIN_TILE_HT;
2118 WORD32 wd, ht; local
2120 ht = ALIGN64(ps_codec->i4_ht);
2124 max_tile_rows = (ht + MIN_TILE_HT - 1) / MIN_TILE_HT;
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2526 struct hash_table *ht; local
2531 ht = vc4->fs_cache;
2535 ht = vc4->vs_cache;
2541 struct hash_entry *entry = _mesa_hash_table_search(ht, key);
2625 _mesa_hash_table_insert(ht, dup_key, shader);
2847 delete_from_cache_if_matches(struct hash_table *ht, argument
2855 _mesa_hash_table_remove(ht, entry);
/external/libavc/common/arm/
H A Dih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s78 @* @param[in] ht
100 @ WORD32 ht,
110 @ r4 => ht
124 ldr r4, [sp, #104] @ loads ht
/external/python/cpython3/Lib/
H A Dsubprocess.py983 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
1011 _winapi.CloseHandle(ht)
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/annotation-tools/asmx/test/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 934 milliseconds

1234567891011>>