Searched refs:fc (Results 26 - 50 of 154) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc.c207 vorbis_enc_floor * fc; local
252 fc = &venc->floors[0];
253 fc->partitions = 8;
254 fc->partition_to_class = av_malloc(sizeof(int) * fc->partitions);
255 fc->nclasses = 0;
256 for (i = 0; i < fc->partitions; i++) {
258 fc->partition_to_class[i] = a[i];
259 fc->nclasses = FFMAX(fc
435 put_floor_header(PutBitContext * pb, vorbis_enc_floor * fc) argument
627 get_floor_average(vorbis_enc_floor * fc, float * coeffs, int i) argument
638 floor_fit(vorbis_enc_context * venc, vorbis_enc_floor * fc, float * coeffs, uint_fast16_t * posts, int samples) argument
666 floor_encode(vorbis_enc_context * venc, vorbis_enc_floor * fc, PutBitContext * pb, uint_fast16_t * posts, float * floor, int samples) argument
948 vorbis_enc_floor * fc = &venc->floors[mapping->floor[mapping->mux[i]]]; local
[all...]
H A Dg729dec.c108 fc + pitch_delay_int[i],
109 fc + pitch_delay_int[i],
110 fc,
134 fc,
H A Dlzw.c59 int fc, oc; member in struct:LZWState
151 s->oc = s->fc = -1;
170 int l, c, code, oc, fc; local
180 fc = s->fc;
196 fc= oc= -1;
199 if (code == s->slot && fc>=0) {
200 *sp++ = fc;
213 fc = code;
227 s->fc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_param.c341 int fc = FlowControl[bd]; local
342 ixgb_validate_option(&fc, &opt);
343 adapter->hw.fc.type = fc;
345 adapter->hw.fc.type = opt.def;
359 adapter->hw.fc.high_water = RxFCHighThresh[bd];
360 ixgb_validate_option(&adapter->hw.fc.high_water, &opt);
362 adapter->hw.fc.high_water = opt.def;
364 if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) )
379 adapter->hw.fc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doptions.c30 AVFormatContext* fc = (AVFormatContext*) ptr; local
31 if(fc->iformat) return fc->iformat->name;
32 else if(fc->oformat) return fc->oformat->name;
H A Dmov.c144 AVFormatContext *fc; member in struct:MOVContext
195 dprintf(c->fc, "type: %08x %.4s sz: %"PRIx64" %"PRIx64" %"PRIx64"\n",
245 if (c->fc->nb_streams < 1)
247 st = c->fc->streams[c->fc->nb_streams-1];
266 dprintf(c->fc, "type %.4s size %d\n", (char*)&dref->type, size);
280 av_log(c->fc, AV_LOG_DEBUG, "volume %s, len %d\n", volume, volume_len);
287 av_log(c->fc, AV_LOG_DEBUG, "type %d, len %d\n", type, len);
304 av_log(c->fc, AV_LOG_DEBUG, "path %s\n", dref->path);
316 AVStream *st = c->fc
[all...]
H A Dnutenc.c610 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt){ argument
614 if(pkt->stream_index != fc->stream_id ) flags |= FLAG_STREAM_ID;
615 if(pkt->size / fc->size_mul ) flags |= FLAG_SIZE_MSB;
616 if(pkt->pts - nus->last_pts != fc->pts_delta) flags |= FLAG_CODED_PTS;
620 if( pkt->size < nut->header_len[fc->header_idx]
621 || (pkt->size > 4096 && fc->header_idx)
622 || memcmp(pkt->data, nut->header[fc->header_idx], nut->header_len[fc->header_idx]))
625 return flags | (fc->flags & FLAG_CODED);
651 FrameCode *fc; local
711 FrameCode *fc= &nut->frame_code[i]; local
[all...]
H A Dmxfdec.c131 AVFormatContext *fc; member in struct:__anon706
347 ByteIOContext *pb = mxf->fc->pb;
352 av_log(mxf->fc, AV_LOG_ERROR, "unsupported primer pack item length\n");
661 dprintf(mxf->fc, "metadata sets count %d\n", mxf->metadata_sets_count);
668 av_log(mxf->fc, AV_LOG_ERROR, "no material package found\n");
685 av_log(mxf->fc, AV_LOG_ERROR, "could not resolve material track strong ref\n");
690 av_log(mxf->fc, AV_LOG_ERROR, "could not resolve material track sequence strong ref\n");
711 av_log(mxf->fc, AV_LOG_ERROR, "material track %d: no corresponding source package found\n", material_track->track_id);
716 av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track strong ref\n");
725 av_log(mxf->fc, AV_LOG_ERRO
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dwep.c88 u16 fc; local
92 fc = le16_to_cpu(hdr->frame_control);
93 fc |= IEEE80211_FCTL_PROTECTED;
94 hdr->frame_control = cpu_to_le16(fc);
104 hdrlen = ieee80211_get_hdrlen(fc);
117 u16 fc; local
120 fc = le16_to_cpu(hdr->frame_control);
121 hdrlen = ieee80211_get_hdrlen(fc);
236 u16 fc; local
241 fc
292 u16 fc; local
311 u16 fc; local
[all...]
H A Dwpa.c29 u16 fc; local
34 fc = le16_to_cpu(hdr->frame_control);
37 if ((fc & (IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) ==
42 } else if (fc & IEEE80211_FCTL_FROMDS) {
45 } else if (fc & IEEE80211_FCTL_TODS) {
53 if (fc & 0x80)
59 a4_included = (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) ==
61 if ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA &&
62 fc & IEEE80211_STYPE_QOS_DATA) {
80 u16 fc; local
129 u16 fc; local
218 u16 fc; local
288 u16 fc; local
330 u16 fc; local
383 u16 fc; local
479 u16 fc; local
537 u16 fc; local
579 u16 fc; local
[all...]
H A Dwme.c21 static inline int WLAN_FC_IS_QOS_DATA(u16 fc) argument
23 return (fc & 0x8C) == 0x88;
34 if (WLAN_FC_IS_QOS_DATA(rx->fc)) {
35 u8 *qc = data + ieee80211_get_hdrlen(rx->fc) - QOS_CONTROL_LEN;
39 if (unlikely((rx->fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)) {
66 u16 fc = rx->fc; local
70 if (!WLAN_FC_IS_QOS_DATA(fc))
74 memmove(data + 2, data, ieee80211_get_hdrlen(fc) - 2);
77 rx->fc
164 unsigned short fc = le16_to_cpu(hdr->frame_control); local
216 unsigned short fc = le16_to_cpu(hdr->frame_control); local
[all...]
H A Dieee80211.c251 u16 fc; local
256 fc = le16_to_cpu(hdr->frame_control);
258 switch (fc & IEEE80211_FCTL_FTYPE) {
260 switch (fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) {
274 if ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PSPOLL)
283 int ieee80211_get_hdrlen(u16 fc) argument
287 switch (fc & IEEE80211_FCTL_FTYPE) {
289 if ((fc & IEEE80211_FCTL_FROMDS) && (fc & IEEE80211_FCTL_TODS))
298 hdrlen += (fc
349 u16 fc; local
386 u16 fc; local
611 u16 fc; local
1519 u16 ethertype, hdrlen, fc; local
1696 u16 fc; local
2553 u16 fc, hdrlen, ethertype; local
3144 ieee80211_reassemble_find(struct ieee80211_sub_if_data *sdata, u16 fc, unsigned int frag, unsigned int seq, int rx_queue, struct ieee80211_hdr *hdr) argument
4264 u16 fc = le16_to_cpu(hdr->frame_control); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c19 u16 fc; local
29 fc = le16_to_cpu(hdr->frame_ctl);
31 fc, WLAN_FC_GET_TYPE(fc) >> 2, WLAN_FC_GET_STYPE(fc) >> 4,
32 fc & IEEE80211_FCTL_TODS ? " [ToDS]" : "",
33 fc & IEEE80211_FCTL_FROMDS ? " [FromDS]" : "");
60 u16 fc, ethertype = 0; local
133 fc = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA;
146 fc |
266 u16 fc; local
311 u16 fc; local
379 u16 fc; local
[all...]
H A Dhostap_80211_rx.c21 u16 fc; local
33 fc = le16_to_cpu(hdr->frame_ctl);
35 fc, WLAN_FC_GET_TYPE(fc) >> 2, WLAN_FC_GET_STYPE(fc) >> 4,
36 fc & IEEE80211_FCTL_TODS ? " [ToDS]" : "",
37 fc & IEEE80211_FCTL_FROMDS ? " [FromDS]" : "");
63 u16 fc; local
85 fc = le16_to_cpu(hdr->frame_ctl);
87 if (type == PRISM2_RX_MGMT && (fc
534 hostap_rx_frame_wds(local_info_t *local, struct ieee80211_hdr_4addr *hdr, u16 fc, struct net_device **wds) argument
592 u16 fc, ethertype; local
705 u16 fc, type, stype, sc; local
[all...]
H A Dhostap_main.c532 u16 status, fc; local
542 fc = __le16_to_cpu(rx->frame_control);
545 fc, WLAN_FC_GET_TYPE(fc) >> 2, WLAN_FC_GET_STYPE(fc) >> 4,
548 fc & IEEE80211_FCTL_TODS ? " [ToDS]" : "",
549 fc & IEEE80211_FCTL_FROMDS ? " [FromDS]" : "");
564 u16 fc; local
571 fc = __le16_to_cpu(tx->frame_control);
574 fc, WLAN_FC_GET_TYP
613 hostap_80211_get_hdrlen(u16 fc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dfuse_i.h411 void fuse_send_forget(struct fuse_conn *fc, struct fuse_req *req,
495 struct fuse_req *fuse_get_req(struct fuse_conn *fc);
500 struct fuse_req *fuse_get_req_nofail(struct fuse_conn *fc, struct file *file);
506 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req);
511 void request_send(struct fuse_conn *fc, struct fuse_req *req);
516 void request_send_noreply(struct fuse_conn *fc, struct fuse_req *req);
521 void request_send_background(struct fuse_conn *fc, struct fuse_req *req);
524 void fuse_abort_conn(struct fuse_conn *fc);
539 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
544 void fuse_conn_put(struct fuse_conn *fc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-usb.c67 static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read) argument
69 struct flexcop_usb *fc_usb = fc->bus_specific;
181 static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended) argument
183 return flexcop_usb_memory_req(fc->bus_specific,B2C2_USB_READ_V8_MEM,
184 V8_MEMORY_PAGE_FLASH,0x1f010,1,fc->dvb_adapter.proposed_mac,6);
239 static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register reg) argument
243 flexcop_usb_readwrite_dw(fc,reg, &val.raw, 1);
247 static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register reg, flexcop_ibi_value val) argument
249 return flexcop_usb_readwrite_dw(fc,reg, &val.raw, 0);
252 static int flexcop_usb_i2c_request(struct flexcop_device *fc, flexcop_access_op_ argument
332 flexcop_usb_stream_control(struct flexcop_device *fc, int onoff) argument
452 struct flexcop_device *fc = NULL; local
[all...]
H A Dflexcop-reg.h162 flexcop_ibi_value v = fc->read_ibi_reg(fc,reg); \
164 fc->write_ibi_reg(fc,reg,v); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_asm.S615 fc r17
616 fc r1
617 fc r2
618 fc r3
619 fc r4
620 fc r5
621 fc r6
622 fc r7
632 fc r17
633 fc r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_hippi.h88 __u8 fc:3; member in struct:hippi_le_hdr
94 __u8 fc:3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpluto.h13 fc_channel *fc; member in struct:pluto
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dvsc8211.c116 int *speed, int *duplex, int *fc)
160 if (fc && dplx == DUPLEX_FULL) {
182 if (fc)
183 *fc = pause;
115 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dgmac.h114 int (*set_speed_duplex_fc)(struct cmac *, int speed, int duplex, int fc);
116 int *fc);
H A Dmv88x201x.c172 int *speed, int *duplex, int *fc)
189 if (fc)
190 *fc = PAUSE_RX | PAUSE_TX;
171 mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dmy3126.c110 int *link_ok, int *speed, int *duplex, int *fc)
146 if (fc)
147 *fc = PAUSE_RX | PAUSE_TX;
109 my3126_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument

Completed in 134 milliseconds

1234567