Searched refs:ain (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample-test.c229 uint8_t *ain[SWR_CH_MAX]; local
320 setup_array(ain , array_in , in_sample_fmt, SAMPLES);
326 set(ain, ch, i, in_ch_count, in_sample_fmt, sin(i*i*3/SAMPLES));
329 audiogen(ain, in_sample_fmt, in_ch_count, SAMPLES/6+1, SAMPLES);
333 mid_count= swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, SAMPLES);
335 mid_count= swr_convert(forw_ctx, amid, 0, (const uint8_t **)ain, SAMPLES);
336 mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0);
339 mid_count= swr_convert(forw_ctx, amid, 0, (const uint8_t **)ain, 1);
341 shift(ain, 1, in_ch_count, in_sample_fmt);
342 mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_colorchannelmixer.c235 const uint8_t ain = src[j + aoffset]; local
240 cm->lut[R][A][ain]);
244 cm->lut[G][A][ain]);
248 cm->lut[B][A][ain]);
252 cm->lut[A][A][ain]);
295 const uint16_t ain = src[j + aoffset]; local
300 cm->lut[R][A][ain]);
304 cm->lut[G][A][ain]);
308 cm->lut[B][A][ain]);
312 cm->lut[A][A][ain]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_route.c1439 struct bgp_adj_in *ain;
1445 for (ain = rn->adj_in; ain; ain = ain->next)
1447 if (ain->peer == peer)
1449 ret = bgp_update (peer, &rn->p, ain->attr, afi, safi,
1486 struct bgp_adj_in *ain;
1501 for (ain = rn->adj_in; ain; ai
1432 struct bgp_adj_in *ain; local
1478 struct bgp_adj_in *ain; local
1544 struct bgp_adj_in *ain; local
7270 struct bgp_adj_in *ain; local
[all...]

Completed in 188 milliseconds