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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_adpcm.c231 int srcbit; local
237 srcbit = src_area->first + src_area->step * src_offset;
238 src = (const char *) src_area->addr + srcbit / 8;
239 srcbit %= 8;
248 if (srcbit)
259 srcbit += srcbit_step;
260 if (srcbit == 8) {
262 srcbit = 0;
H A Dpcm.c2716 int srcbit = src_area->first % 8; local
2722 if (srcbit)
2732 srcbit += srcbit_step;
2733 if (srcbit == 8) {
2735 srcbit = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.c711 int srcbit = src_area->first % 8; local
717 if (srcbit)
726 srcbit += srcbit_step;
727 if (srcbit == 8) {
729 srcbit = 0;

Completed in 277 milliseconds