Searched refs:audio_format (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rpl.c | 127 int32_t video_format, audio_format, chunk_catalog_offset, number_of_chunks; in rpl_read_header() local 192 audio_format = read_line_and_int(pb, &error); // audio format ID in rpl_read_header() 193 if (audio_format) { in rpl_read_header() 198 ast->codecpar->codec_tag = audio_format; in rpl_read_header() 216 switch (audio_format) { in rpl_read_header() 251 audio_format); in rpl_read_header()
|
D | lxfdec.c | 117 uint32_t version, audio_format, header_size, channels, tmp; in get_packet_header() local 173 audio_format = bytestream_get_le32(&p); in get_packet_header() 181 st->codecpar->bits_per_coded_sample = (audio_format >> 6) & 0x3F; in get_packet_header() 183 if (st->codecpar->bits_per_coded_sample != (audio_format & 0x3F)) { in get_packet_header()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfd10.c | 219 GstAudioFormat audio_format; in mxf_d10_create_caps() local 236 audio_format = in mxf_d10_create_caps() 241 &audio_format); in mxf_d10_create_caps()
|
D | mxfaes-bwf.c | 1264 GstAudioFormat audio_format; in mxf_bwf_create_caps() local 1280 audio_format = in mxf_bwf_create_caps() 1287 &audio_format); in mxf_bwf_create_caps() 1295 GstAudioFormat audio_format; in mxf_bwf_create_caps() local 1312 audio_format = in mxf_bwf_create_caps() 1319 &audio_format); in mxf_bwf_create_caps() 1371 GstAudioFormat audio_format; in mxf_aes3_create_caps() local 1393 audio_format = in mxf_aes3_create_caps() 1399 &audio_format); in mxf_aes3_create_caps()
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.h | 57 GstAudioFormat audio_format; member
|
D | gstwavenc.c | 493 wavenc->audio_format = GST_AUDIO_INFO_FORMAT (&info); in gst_wavenc_sink_setcaps() 1074 !gst_audio_buffer_reorder_channels (buf, wavenc->audio_format, in gst_wavenc_chain()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | atdec.c | 256 GstAudioFormat audio_format; in gst_caps_to_at_format() local 266 audio_format = gst_audio_format_from_string (audio_format_str); in gst_caps_to_at_format() 267 switch (audio_format) { in gst_caps_to_at_format()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.h | 125 GstAudioFormat audio_format; member
|
D | gstavimux.c | 894 avipad->audio_format = fmt; in gst_avi_mux_audsink_set_caps() 2180 if (!gst_audio_buffer_reorder_channels (data, audpad->audio_format, in gst_avi_mux_do_buffer()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.c | 2002 if (a->audio_format != 0) { in rsn_dvdsrc_prepare_streamsinfo_event() 2004 (int) a->audio_format); in rsn_dvdsrc_prepare_streamsinfo_event() 2007 if (a->audio_format == 0) in rsn_dvdsrc_prepare_streamsinfo_event() 2014 (int) a->audio_format, phys_id); in rsn_dvdsrc_prepare_streamsinfo_event() 2021 gst_structure_set (s, t, G_TYPE_INT, (int) a->audio_format, NULL); in rsn_dvdsrc_prepare_streamsinfo_event()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 54931 shout2send: change audio_format field to format
|