Home
last modified time | relevance | path

Searched refs:av_bps (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-media.c1299 strf->av_bps = 0; in gst_riff_create_audio_caps()
1302 strf->av_bps = in gst_riff_create_audio_caps()
1305 strf->av_bps); in gst_riff_create_audio_caps()
1362 strf->av_bps = strf->blockalign * strf->rate; in gst_riff_create_audio_caps()
1364 if (strf->av_bps == 0 || strf->blockalign == 0) { in gst_riff_create_audio_caps()
1366 strf->av_bps, strf->blockalign); in gst_riff_create_audio_caps()
1368 strf->av_bps = strf->blockalign * strf->rate; in gst_riff_create_audio_caps()
1380 "bitrate", G_TYPE_INT, strf->av_bps * 8, in gst_riff_create_audio_caps()
1399 strf->av_bps = strf->blockalign * strf->rate; in gst_riff_create_audio_caps()
1401 if (strf->av_bps == 0 || strf->blockalign == 0) { in gst_riff_create_audio_caps()
[all …]
Driff-read.c491 strf->av_bps = GUINT32_FROM_LE (strf->av_bps); in gst_riff_parse_strf_auds()
518 GST_INFO_OBJECT (element, " av_bps %d", strf->av_bps); in gst_riff_parse_strf_auds()
Driff-ids.h464 guint32 av_bps; member
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c747 avipad->parent.hdr.rate = avipad->auds.av_bps / avipad->auds.blockalign; in gst_avi_mux_audsink_set_fields()
900 avipad->auds.av_bps = avipad->auds.blockalign * avipad->auds.rate; in gst_avi_mux_audsink_set_caps()
920 avipad->auds.av_bps = 0; in gst_avi_mux_audsink_set_caps()
993 avipad->auds.av_bps = avipad->auds.blockalign * avipad->auds.rate; in gst_avi_mux_audsink_set_caps()
998 avipad->auds.av_bps = avipad->auds.blockalign * avipad->auds.rate; in gst_avi_mux_audsink_set_caps()
1022 avipad->auds.av_bps = bitrate / 8; in gst_avi_mux_audsink_set_caps()
1430 hdl &= gst_byte_writer_put_uint32_le (&bw, audpad->auds.av_bps); in gst_avi_mux_riff_get_avi_header()
1936 if (!audpad->auds.av_bps) { in gst_avi_mux_stop_file()
1938 audpad->auds.av_bps = in gst_avi_mux_stop_file()
1943 audpad->auds.av_bps = GST_ROUND_UP_8 (audpad->auds.av_bps - 4); in gst_avi_mux_stop_file()
[all …]
Dgstavidemux.c349 stream->strf.auds->av_bps); in avi_stream_convert_bytes_to_time_unchecked()
356 return gst_util_uint64_scale_int (time, stream->strf.auds->av_bps, in avi_stream_convert_time_to_bytes_unchecked()
410 stream->strf.auds->av_bps, GST_SECOND); in gst_avi_demux_src_convert()
425 if (stream->strf.auds->av_bps != 0) { in gst_avi_demux_src_convert()
485 } else if (stream->strf.auds->av_bps != 0) { in gst_avi_demux_handle_src_query()
2148 if ((!stream->is_vbr && !stream->strf.auds->av_bps) || in gst_avi_demux_parse_stream()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.h88 guint32 av_bps; member
Dgstwavparse.c1195 wav->av_bps = header->av_bps; in gst_wavparse_stream_headers()
1208 GST_INFO ("resetting bps from %u to 0 for mp2/3", wav->av_bps); in gst_wavparse_stream_headers()
1217 if (wav->av_bps > wav->blockalign * wav->rate) in gst_wavparse_stream_headers()
1220 wav->bps = wav->av_bps; in gst_wavparse_stream_headers()
1233 GST_DEBUG_OBJECT (wav, "av_bps = %u", (guint) wav->av_bps); in gst_wavparse_stream_headers()
1776 wav->av_bps, wav->blockalign * wav->rate)); in gst_wavparse_stream_headers()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c730 GST_WRITE_UINT32_LE (*buf + 8, audiopad->audioinfo.av_bps); in gst_asf_mux_write_stream_properties()
741 audiopad->audioinfo.rate, audiopad->audioinfo.av_bps, in gst_asf_mux_write_stream_properties()
2074 audiopad->audioinfo.av_bps = 0; in gst_asf_mux_pad_reset()
2162 audiopad->audioinfo.av_bps = bitrate / 8; in gst_asf_mux_audio_set_caps()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c7116 auds.av_bps = GST_READ_UINT32_LE (data + 8); in gst_matroska_demux_audio_caps()
/third_party/gstreamer/gstplugins_good/
DChangeLog36766 avipad->parent.hdr.rate = avipad->auds.av_bps / avipad->auds.blockalign;