Searched refs:current_bandwidth (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000p.c35 fe_bandwidth_t current_bandwidth; member in struct:dib7000p_state
203 state->current_bandwidth = BW_Idx;
348 state->timf = timf * 80 / (BW_INDEX_TO_KHZ(state->current_bandwidth) / 100);
716 fep->u.ofdm.bandwidth = state->current_bandwidth;
775 state->current_bandwidth = fep->u.ofdm.bandwidth;
H A Ddib7000m.c39 fe_bandwidth_t current_bandwidth; member in struct:dib7000m_state
247 state->current_bandwidth = bw_idx;
527 state->timf = timf * 80 / (BW_INDEX_TO_KHZ(state->current_bandwidth) / 100);
915 fep->u.ofdm.bandwidth = state->current_bandwidth;
974 state->current_bandwidth = fep->u.ofdm.bandwidth;
H A Ddib3000mc.c42 fe_bandwidth_t current_bandwidth; member in struct:dib3000mc_state
584 fep->u.ofdm.bandwidth = state->current_bandwidth;
640 state->current_bandwidth = fep->u.ofdm.bandwidth;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c308 static uint64_t current_bandwidth; variable
821 current_bandwidth -= c->stream->bandwidth;
1359 current_bandwidth += stream->bandwidth;
1368 if (c->post == 0 && max_bandwidth < current_bandwidth) {
1379 "</body></html>\r\n", current_bandwidth, max_bandwidth);
1871 current_bandwidth, max_bandwidth);
3127 current_bandwidth += stream->bandwidth;

Completed in 116 milliseconds