Searched refs:PCM_BUF_MAX_COUNT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Daudio_aac.c59 #define PCM_BUF_MAX_COUNT 5 /* DSP only accepts 5 buffers at most macro
92 struct buffer in[PCM_BUF_MAX_COUNT];
499 for (index = 0; index < PCM_BUF_MAX_COUNT; index++)
708 config.buffer_count = PCM_BUF_MAX_COUNT;
724 if ((config.buffer_count > PCM_BUF_MAX_COUNT) ||
726 config.buffer_count = PCM_BUF_MAX_COUNT;
H A Daudio_amrnb.c69 #define PCM_BUF_MAX_COUNT 5 /* DSP only accepts 5 buffers at most macro
102 struct buffer in[PCM_BUF_MAX_COUNT];
483 for (index = 0; index < PCM_BUF_MAX_COUNT; index++)
567 config.buffer_count = PCM_BUF_MAX_COUNT;
583 if ((config.buffer_count > PCM_BUF_MAX_COUNT) ||
585 config.buffer_count = PCM_BUF_MAX_COUNT;
H A Daudio_evrc.c59 #define PCM_BUF_MAX_COUNT 5 macro
96 struct buffer in[PCM_BUF_MAX_COUNT];
467 for (index = 0; index < PCM_BUF_MAX_COUNT; index++)
531 config.buffer_count = PCM_BUF_MAX_COUNT;
546 if ((config.buffer_count > PCM_BUF_MAX_COUNT) ||
548 config.buffer_count = PCM_BUF_MAX_COUNT;
H A Daudio_mp3.c63 #define PCM_BUF_MAX_COUNT 5 /* DSP only accepts 5 buffers at most macro
97 struct buffer in[PCM_BUF_MAX_COUNT];
504 for (index = 0; index < PCM_BUF_MAX_COUNT; index++)
619 config.buffer_count = PCM_BUF_MAX_COUNT;
635 if ((config.buffer_count > PCM_BUF_MAX_COUNT) ||
637 config.buffer_count = PCM_BUF_MAX_COUNT;
H A Daudio_qcelp.c58 #define PCM_BUF_MAX_COUNT 5 macro
91 struct buffer in[PCM_BUF_MAX_COUNT];
464 for (index = 0; index < PCM_BUF_MAX_COUNT; index++)
548 config.buffer_count = PCM_BUF_MAX_COUNT;
565 if ((config.buffer_count > PCM_BUF_MAX_COUNT) ||
567 config.buffer_count = PCM_BUF_MAX_COUNT;

Completed in 101 milliseconds