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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_wx.c174 s32 in_rate = data->bitrate.value; local
179 if (in_rate == -1) {
181 in_rate = 24000000;
183 in_rate = 11000000;
186 switch (in_rate) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample2.c178 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ argument
180 double factor= FFMIN(out_rate * cutoff / in_rate, 1.0);
194 c->ideal_dst_incr= c->dst_incr= in_rate * phase_count;
H A Davcodec.h2605 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
2629 * especially if the compensation_distance is large and the in_rate used during init is small
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2605 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
2629 * especially if the compensation_distance is large and the in_rate used during init is small

Completed in 86 milliseconds