Home
last modified time | relevance | path

Searched refs:audio_type (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsegafilm.c53 enum AVCodecID audio_type; member
112 film->audio_type = AV_CODEC_ID_PCM_S8; in film_read_header()
124 film->audio_type = AV_CODEC_ID_ADPCM_ADX; in film_read_header()
127 film->audio_type = AV_CODEC_ID_PCM_S8_PLANAR; in film_read_header()
129 film->audio_type = AV_CODEC_ID_PCM_S16BE_PLANAR; in film_read_header()
131 film->audio_type = AV_CODEC_ID_NONE; in film_read_header()
133 film->audio_type = AV_CODEC_ID_NONE; in film_read_header()
147 if (film->video_type == AV_CODEC_ID_NONE && film->audio_type == AV_CODEC_ID_NONE) in film_read_header()
172 if (film->audio_type != AV_CODEC_ID_NONE) { in film_read_header()
178 st->codecpar->codec_id = film->audio_type; in film_read_header()
[all …]
Dipmovie.c100 enum AVCodecID audio_type; member
125 if (s->audio_type == AV_CODEC_ID_NONE) { in load_ipmovie_packet()
132 if (s->audio_type != AV_CODEC_ID_INTERPLAY_DPCM) { in load_ipmovie_packet()
147 if (s->audio_type != AV_CODEC_ID_INTERPLAY_DPCM) in load_ipmovie_packet()
257 st->codecpar->codec_id = ipmovie->audio_type; in init_audio()
415 s->audio_type = AV_CODEC_ID_INTERPLAY_DPCM; in process_ipmovie_chunk()
417 s->audio_type = AV_CODEC_ID_PCM_S16LE; in process_ipmovie_chunk()
419 s->audio_type = AV_CODEC_ID_PCM_U8; in process_ipmovie_chunk()
423 (s->audio_type == AV_CODEC_ID_INTERPLAY_DPCM) ? in process_ipmovie_chunk()
602 if (s->avf->nb_streams == 1 && s->audio_type) in process_ipmovie_chunk()
[all …]
Dty.c86 TiVo_audio audio_type; /* AC3 or MPEG */ member
239 ty->audio_type = TIVO_AUDIO_AC3; in analyze_chunk()
244 ty->audio_type = TIVO_AUDIO_MPEG; in analyze_chunk()
304 ty->audio_type != TIVO_AUDIO_UNKNOWN && in ty_read_header()
310 ty->audio_type == TIVO_AUDIO_UNKNOWN || in ty_read_header()
327 if (ty->audio_type == TIVO_AUDIO_MPEG) { in ty_read_header()
607 if (ty->audio_type == TIVO_AUDIO_MPEG) { in demux_audio()
636 if (ty->audio_type == TIVO_AUDIO_AC3 && in demux_audio()
Ddvenc.c94 int audio_type = 0; in dv_write_pack() local
105 audio_type = 1; in dv_write_pack()
107 audio_type = 2; in dv_write_pack()
111 c->sys->audio_min_samples[audio_type]); in dv_write_pack()
123 (audio_type << 3) | /* frequency: 0 -- 48kHz, 1 -- 44,1kHz, 2 -- 32kHz */ in dv_write_pack()
Drpl.c123 char audio_type[RPL_LINE_LENGTH]; in rpl_read_header() local
203 av_strlcpy(audio_type, endptr, RPL_LINE_LENGTH); in rpl_read_header()
221 if(av_stristr(audio_type, "unsigned") != NULL) { in rpl_read_header()
224 } else if(av_stristr(audio_type, "linear") != NULL) { in rpl_read_header()
Dwtvdec.c867 int audio_type; in parse_chunks() local
869 audio_type = avio_r8(pb); in parse_chunks()
870 if (audio_type == 2) in parse_chunks()
872 else if (audio_type == 3) in parse_chunks()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.h313 GstMpegtsIso639AudioType audio_type[64]; member
330 GstMpegtsIso639AudioType *audio_type);
Dgstmpegtsdescriptor.c993 res->audio_type[i] = data[3]; in gst_mpegts_descriptor_parse_iso_639_language()
1019 descriptor, guint idx, gchar ** lang, GstMpegtsIso639AudioType * audio_type) in gst_mpegts_descriptor_parse_iso_639_language_idx() argument
1036 if (audio_type) in gst_mpegts_descriptor_parse_iso_639_language_idx()
1037 *audio_type = *data; in gst_mpegts_descriptor_parse_iso_639_language_idx()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.h67 gint audio_type; member
Dgstopusenc.c382 enc->audio_type = DEFAULT_AUDIO_TYPE; in gst_opus_enc_init()
719 enc->audio_type, &error); in gst_opus_enc_setup()
1108 g_value_set_enum (value, enc->audio_type); in gst_opus_enc_get_property()
1164 enc->audio_type = g_value_get_enum (value); in gst_opus_enc_set_property()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c460 spacing, "", res->language[i], res->audio_type[i], in dump_iso_639_language()
461 enum_name (GST_TYPE_MPEGTS_ISO639_AUDIO_TYPE, res->audio_type[i])); in dump_iso_639_language()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1402 (request.audio_type == in RequestMediaAccessPermission()