Searched refs:preamble (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwc3movie.c134 unsigned char preamble[WC3_PREAMBLE_SIZE]; local
155 if ((ret = get_buffer(pb, preamble, WC3_PREAMBLE_SIZE)) !=
158 fourcc_tag = AV_RL32(&preamble[0]);
159 size = (AV_RB32(&preamble[4]) + 1) & (~1);
173 if ((ret = get_buffer(pb, preamble, 4)) != 4)
175 wc3->palette_count = AV_RL32(&preamble[0]);
197 if ((ret = get_buffer(pb, preamble, WC3_PREAMBLE_SIZE)) !=
200 wc3->width = AV_RL32(&preamble[0]);
201 wc3->height = AV_RL32(&preamble[4]);
227 preamble[
284 unsigned char preamble[WC3_PREAMBLE_SIZE]; local
[all...]
H A Didroq.c75 unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE]; local
81 if (get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
84 roq->framerate = AV_RL16(&preamble[6]);
93 if (get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
97 chunk_type = AV_RL16(&preamble[0]);
98 chunk_size = AV_RL32(&preamble[2]);
103 /* fetch the width and height; reuse the preamble bytes */
104 if (get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
107 roq->width = AV_RL16(&preamble[0]);
108 roq->height = AV_RL16(&preamble[
183 unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE]; local
[all...]
H A Dflic.c164 unsigned char preamble[FLIC_PREAMBLE_SIZE]; local
168 if ((ret = get_buffer(pb, preamble, FLIC_PREAMBLE_SIZE)) !=
174 size = AV_RL32(&preamble[0]);
175 magic = AV_RL16(&preamble[4]);
185 memcpy(pkt->data, preamble, FLIC_PREAMBLE_SIZE);
H A Dmm.c129 unsigned char preamble[MM_PREAMBLE_SIZE]; local
134 if (get_buffer(pb, preamble, MM_PREAMBLE_SIZE) != MM_PREAMBLE_SIZE) {
138 type = AV_RL16(&preamble[0]);
139 length = AV_RL16(&preamble[2]);
149 /* output preamble + data */
152 memcpy(pkt->data, preamble, MM_PREAMBLE_SIZE);
H A Dwestwood.c174 unsigned char preamble[AUD_CHUNK_PREAMBLE_SIZE]; local
178 if (get_buffer(pb, preamble, AUD_CHUNK_PREAMBLE_SIZE) !=
183 if (AV_RL32(&preamble[4]) != AUD_CHUNK_SIGNATURE)
186 chunk_size = AV_RL16(&preamble[0]);
322 unsigned char preamble[VQA_PREAMBLE_SIZE]; local
327 while (get_buffer(pb, preamble, VQA_PREAMBLE_SIZE) == VQA_PREAMBLE_SIZE) {
328 chunk_type = AV_RB32(&preamble[0]);
329 chunk_size = AV_RB32(&preamble[4]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
H A DGNUmakefile32 -include GNUmakefile.preamble
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_eth.h62 uint32_t preamble; member in struct:avs_80211_1_header
H A Dislpci_eth.c303 avs->preamble = cpu_to_be32(0); /*unknown */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/pl/
H A DOS2-EMX.pl10 $preamble = "SHELL=sh\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A DOS2-EMX.pl10 $preamble = "SHELL=sh\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_common.h35 __be32 preamble; member in struct:ieee80211_frame_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco.h97 u16 preamble; member in struct:orinoco_private
H A Datmel.c510 int preamble; member in struct:atmel_private
529 int preamble; member in struct:atmel_private::bss_info
1529 priv->preamble = LONG_PREAMBLE;
2805 if (priv->preamble != new) {
2806 priv->preamble = new;
2891 if (priv->preamble == SHORT_PREAMBLE)
3006 priv->BSSinfo[index].preamble = capability & MFIE_TYPE_POWER_CONSTRAINT ?
3205 if (priv->preamble != bss->preamble) {
3206 priv->preamble
[all...]
H A Dorinoco.c1746 /* Set preamble - only for Symbol so far... */
1750 priv->preamble);
1752 printk(KERN_ERR "%s: Error %d setting preamble\n",
2360 &priv->preamble);
3719 /* 802.11b has recently defined some short preamble.
3722 * (the preamble is transmitted at 1Mb/s), unfortunately
3730 priv->preamble = 1;
3732 priv->preamble = 0;
3750 *val = priv->preamble;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsynclink.h159 unsigned char preamble; member in struct:_MGSL_PARAMS
307 unsigned char preamble; member in struct:MGSL_PARAMS32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_pio.c529 u16 preamble[21] = { 0 }; local
560 preamble[0] = cpu_to_le16(len);
567 preamble[i + 1] = cpu_to_le16(tmp);
569 rxhdr = (struct bcm43xx_rxhdr *)preamble;
582 hw = (struct bcm43xx_hwxmitstatus *)(preamble + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Djoin.c123 /* set preamble to firmware */
125 adapter->preamble = cmd_type_short_preamble;
127 adapter->preamble = cmd_type_long_preamble;
154 lbs_deb_join("AdhocStart: Long preamble\n");
155 adapter->preamble = cmd_type_long_preamble;
157 lbs_deb_join("AdhocStart: Short preamble\n");
158 adapter->preamble = cmd_type_short_preamble;
209 short preamble */
211 lbs_deb_join("AdhocJoin: Long preamble\n");
212 adapter->preamble
[all...]
H A Ddev.h365 u32 preamble; member in struct:_wlan_adapter
H A Dcmd.c491 switch (adapter->preamble) {
1065 lbs_deb_cmd("RADIO_SET: on or off: 0x%X, preamble = 0x%X\n",
1066 priv->adapter->radioon, priv->adapter->preamble);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwllmacctl.h203 uint8 preamble; member in struct:wl_lmac_join_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_chip.c1073 u8 rts_rate, int preamble)
1082 dev_dbg_f(zd_chip_dev(chip), "rts_rate=%x preamble=%x\n",
1083 rts_rate, preamble); local
1087 value |= preamble << RTSCTS_SH_RTS_PMB_TYPE;
1088 value |= preamble << RTSCTS_SH_CTS_PMB_TYPE;
1072 zd_chip_set_rts_cts_rate_locked(struct zd_chip *chip, u8 rts_rate, int preamble) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmk1mf.pl281 $defs .= $preamble if defined $preamble;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmk1mf.pl372 $defs .= $preamble if defined $preamble;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c380 .preamble = HDLC_PREAMBLE_PATTERN_NONE,
411 #define TPR 0x85 /* tx preamble */
1191 tmp_params.preamble = info->params.preamble;
1218 info->params.preamble = tmp_params.preamble;
4115 * 06 preamble enable
4116 * 05..04 preamble length
4149 if (info->params.preamble != HDLC_PREAMBLE_PATTERN_NONE)
4164 /* TPR (transmit preamble) */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c164 hdr->preamble = htonl(0); /* unknown */

Completed in 192 milliseconds

12