Searched refs:max_bps (Results 1 – 4 of 4) sorted by relevance
27 guint32 max_bps; /* byte/s overall */ member
354 avimux->avi_hdr.max_bps = 10000000; in gst_avi_mux_reset()1309 hdl &= gst_byte_writer_put_uint32_le (&bw, avimux->avi_hdr.max_bps); in gst_avi_mux_riff_get_avi_header()1925 avimux->avi_hdr.max_bps = 0; in gst_avi_mux_stop_file()1959 avimux->avi_hdr.max_bps += audpad->auds.av_bps; in gst_avi_mux_stop_file()1965 avimux->avi_hdr.max_bps += ((vidpad->vids.bit_cnt + 7) / 8) * in gst_avi_mux_stop_file()
1164 avih->max_bps = GUINT32_FROM_LE (avih->max_bps); in gst_avi_demux_parse_avih()1182 GST_INFO_OBJECT (avi, " max_bps %u", avih->max_bps); in gst_avi_demux_parse_avih()
74 int max_bps = FFMAX(av_get_bytes_per_sample(in_fmt), in avresample_open() local76 if (max_bps <= 2) { in avresample_open()81 if (max_bps <= 4) { in avresample_open()