Searched refs:MAX_STREAMS (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Ddevice.h23 #define MAX_STREAMS 32 macro
90 int audio_in_buf_pos[MAX_STREAMS];
91 int audio_out_buf_pos[MAX_STREAMS];
92 int period_in_count[MAX_STREAMS];
93 int period_out_count[MAX_STREAMS];
98 struct snd_pcm_substream *sub_playback[MAX_STREAMS];
99 struct snd_pcm_substream *sub_capture[MAX_STREAMS];
H A Daudio.c95 for (i = 0; i < MAX_STREAMS; i++)
629 if (dev->n_streams > MAX_STREAMS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h568 #define MAX_STREAMS 20 macro
585 AVStream *streams[MAX_STREAMS];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h58 #define MAX_STREAMS 1024 /* arbitrary sanity check value */ macro
H A Dffserver.c110 #define MAX_STREAMS 20 macro
161 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */
162 int switch_feed_streams[MAX_STREAMS]; /* index of streams in the feed */
185 AVFormatContext *rtp_ctx[MAX_STREAMS];
188 URLContext *rtp_handles[MAX_STREAMS];
231 AVStream *streams[MAX_STREAMS];
232 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */
H A Dffmpeg_opt.c1561 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c64 #define MAX_STREAMS 16 macro
1822 struct strm_object *strm_tab[MAX_STREAMS];
1825 int *ids[MAX_STREAMS];
1828 if (args->args_strm_select.strm_num > MAX_STREAMS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c97 #define MAX_STREAMS 20 macro
148 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */
149 int switch_feed_streams[MAX_STREAMS]; /* index of streams in the feed */
172 AVFormatContext *rtp_ctx[MAX_STREAMS];
175 URLContext *rtp_handles[MAX_STREAMS];
217 AVStream *streams[MAX_STREAMS];
218 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */

Completed in 77 milliseconds