Searched refs:audio_type (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dipmovie.c105 enum CodecID audio_type; member in struct:IPMVEContext
132 if (s->audio_type != CODEC_ID_INTERPLAY_DPCM) {
147 if (s->audio_type != CODEC_ID_INTERPLAY_DPCM)
348 s->audio_type = CODEC_ID_INTERPLAY_DPCM;
350 s->audio_type = CODEC_ID_PCM_S16LE;
352 s->audio_type = CODEC_ID_PCM_U8;
357 (s->audio_type == CODEC_ID_INTERPLAY_DPCM) ?
541 ipmovie->audio_type = CODEC_ID_NONE; /* no audio */
560 if (ipmovie->audio_type) {
567 st->codec->codec_id = ipmovie->audio_type;
[all...]
H A Dsegafilm.c50 enum CodecID audio_type; member in struct:FilmDemuxContext
103 film->audio_type = CODEC_ID_PCM_S8;
115 film->audio_type = CODEC_ID_PCM_S8;
117 film->audio_type = CODEC_ID_PCM_S16BE;
119 film->audio_type = CODEC_ID_NONE;
143 if (film->audio_type) {
149 st->codec->codec_id = film->audio_type;
H A Dwestwood.c70 enum CodecID audio_type; member in struct:WsAudDemuxContext
139 wsaud->audio_type = CODEC_ID_ADPCM_IMA_WS;
154 st->codec->codec_id = wsaud->audio_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-cards.h98 u8 audio_type; /* audio input type */ member in struct:ivtv_card_audio_input
H A Divtv-driver.c687 if (itv->card->audio_inputs[i].audio_type == 0)
1093 itv->options.radio = (itv->card->radio_input.audio_type != 0);
H A Divtv-cards.c951 strcpy(audio->name, input_strs[aud_input->audio_type - 1]);

Completed in 98 milliseconds