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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-device.h15 #define MAX_STREAMS 32 macro
81 int audio_in_buf_pos[MAX_STREAMS];
82 int audio_out_buf_pos[MAX_STREAMS];
83 int period_in_count[MAX_STREAMS];
84 int period_out_count[MAX_STREAMS];
89 struct snd_pcm_substream *sub_playback[MAX_STREAMS];
90 struct snd_pcm_substream *sub_capture[MAX_STREAMS];
H A Dcaiaq-audio.c93 for (i = 0; i < MAX_STREAMS; i++)
625 if (dev->n_streams > MAX_STREAMS) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtsp.h219 enum AVDiscard real_setup_cache[MAX_STREAMS];
H A Davienc.c45 int64_t frames_hdr_all, frames_hdr_strm[MAX_STREAMS];
46 int audio_strm_length[MAX_STREAMS];
48 int packet_count[MAX_STREAMS];
50 AVIIndex indexes[MAX_STREAMS];
67 for (i=0; i<MAX_STREAMS; i++)
435 int entry[MAX_STREAMS];
586 for (i=0; i<MAX_STREAMS; i++) {
H A Drdt.c89 RMStream *rmst[MAX_STREAMS];
485 for (n_rules = 0; s->nb_streams < MAX_STREAMS;) {
526 for (i = 0; i < MAX_STREAMS; i++)
H A Davformat.h568 #define MAX_STREAMS 20 macro
585 AVStream *streams[MAX_STREAMS];
H A Doggenc.c225 int streams[MAX_STREAMS] = {0};
H A Dutils.c2041 int64_t last_dts[MAX_STREAMS];
2042 int64_t duration_gcd[MAX_STREAMS]={0};
2043 int duration_count[MAX_STREAMS]={0};
2046 int64_t codec_info_duration[MAX_STREAMS]={0};
2047 int codec_info_nb_frames[MAX_STREAMS]={0};
2053 duration_error = av_mallocz(MAX_STREAMS * sizeof(*duration_error));
2073 for(i=0;i<MAX_STREAMS;i++){
2389 if (s->nb_streams >= MAX_STREAMS)
2714 int streams[MAX_STREAMS];
H A Dnutdec.c196 GET_V(stream_count , tmp > 0 && tmp <=MAX_STREAMS)
H A Drtsp.c1317 enum AVDiscard cache[MAX_STREAMS];
H A Dmovenc.c82 MOVTrack tracks[MAX_STREAMS];
H A Dmxfenc.c1778 int streams[MAX_STREAMS];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h568 #define MAX_STREAMS 20 macro
585 AVStream *streams[MAX_STREAMS];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c145 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */
146 int switch_feed_streams[MAX_STREAMS]; /* index of streams in the feed */
169 AVFormatContext *rtp_ctx[MAX_STREAMS];
172 URLContext *rtp_handles[MAX_STREAMS];
213 AVStream *streams[MAX_STREAMS];
214 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */
2713 AVStream avs[MAX_STREAMS];
H A Dffmpeg.c96 static double input_files_ts_scale[MAX_FILES][MAX_STREAMS];
97 static AVCodec *input_codecs[MAX_FILES*MAX_STREAMS];
102 static AVCodec *output_codecs[MAX_FILES*MAX_STREAMS];
106 static AVStreamMap stream_maps[MAX_FILES*MAX_STREAMS];
229 static AVBitStreamFilterContext *bitstream_filters[MAX_FILES][MAX_STREAMS];
2733 if(stream >= MAX_STREAMS)

Completed in 241 milliseconds