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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Domap-alsa.h55 struct audio_stream { struct
82 struct audio_stream s[2]; /* playback & capture */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dmetadata.c572 int audio_stream = -1, video_stream = -1; local
601 if( audio_stream == -1 &&
604 audio_stream = i;
622 if( audio_stream >= 0 )
624 switch( ctx->streams[audio_stream]->codec->codec_id )
630 if( !ctx->streams[audio_stream]->codec->extradata_size ||
631 !ctx->streams[audio_stream]->codec->extradata )
638 memcpy(&data, ctx->streams[audio_stream]->codec->extradata, 1);
646 if( ctx->streams[audio_stream]->codec->sample_rate < 8000 ||
647 ctx->streams[audio_stream]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c636 int audio_stream = -1, video_stream = -1; local
664 if( audio_stream == -1 &&
667 audio_stream = i;
704 if( audio_stream >= 0 )
706 switch( ctx->streams[audio_stream]->codec->codec_id )
712 if( !ctx->streams[audio_stream]->codec->extradata_size ||
713 !ctx->streams[audio_stream]->codec->extradata )
720 memcpy(&data, ctx->streams[audio_stream]->codec->extradata, 1);
728 if( ctx->streams[audio_stream]->codec->sample_rate < 8000 ||
729 ctx->streams[audio_stream]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/mips/
H A Dau1x00.c83 struct audio_stream { struct
101 struct audio_stream *stream[2]; /* playback & capture */
133 au1000_release_dma_link(struct audio_stream *stream)
152 au1000_setup_dma_link(struct audio_stream *stream, unsigned int period_bytes,
193 au1000_dma_stop(struct audio_stream *stream)
200 au1000_dma_start(struct audio_stream *stream)
225 struct audio_stream *stream = (struct audio_stream *) dev_id;
333 struct audio_stream *stream = substream->private_data;
348 struct audio_stream *strea
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/arm/
H A Dsa11xx-uda1341.c114 struct audio_stream { struct
137 struct audio_stream s[2]; /* playback & capture */
374 static int audio_dma_request(struct audio_stream *s, void (*callback)(void *, int))
387 static inline void audio_dma_free(struct audio_stream *s)
395 static int audio_dma_request(struct audio_stream *s, void (*callback)(void *))
405 static void audio_dma_free(struct audio_stream *s)
413 static u_int audio_get_dma_pos(struct audio_stream *s)
441 static void audio_stop_dma(struct audio_stream *s)
457 static void audio_process_dma(struct audio_stream *s)
523 struct audio_stream *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drmenc.c39 StreamInfo *audio_stream, *video_stream; member in struct:__anon735
313 rm->audio_stream = stream;
343 StreamInfo *stream = rm->audio_stream;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c116 int audio_stream; member in struct:VideoState
1784 is->audio_stream = stream_index;
1880 is->audio_stream = -1;
1924 is->audio_stream = -1;
2013 if (is->video_stream < 0 && is->audio_stream < 0) {
2042 else if(is-> audio_stream >= 0) stream_index= is-> audio_stream;
2053 if (is->audio_stream >= 0) {
2093 if (pkt->stream_index == is->audio_stream) {
2114 if (is->audio_stream >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dmetadata.c719 int audio_stream = -1, video_stream = -1; local
747 if( audio_stream == -1 &&
750 audio_stream = i;
751 ac = ctx->streams[audio_stream]->codec;

Completed in 182 milliseconds