Searched refs:delta_unit (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264pay.c | 234 rtph264pay->delta_unit = FALSE; in gst_rtp_h264_pay_init() 852 gboolean delta_unit, gboolean discont); 857 gboolean delta_unit, gboolean discont); 862 gboolean delta_unit, gboolean discont, guint8 nal_header); 867 gboolean delta_unit, gboolean discont, guint8 nal_header); 871 GstClockTime dts, GstClockTime pts, gboolean delta_unit, gboolean discont) in gst_rtp_h264_pay_send_sps_pps() argument 885 dts, pts, FALSE, delta_unit, discont); in gst_rtp_h264_pay_send_sps_pps() 923 gboolean delta_unit, gboolean discont) in gst_rtp_h264_pay_payload_nal() argument 1009 ret = gst_rtp_h264_pay_send_sps_pps (basepayload, dts, pts, delta_unit, in gst_rtp_h264_pay_payload_nal() 1016 delta_unit = TRUE; in gst_rtp_h264_pay_payload_nal() [all …]
|
D | gstrtph264pay.h | 89 gboolean delta_unit; member
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 1691 gboolean delta_unit; in gst_ogg_mux_process_best_pad() local 1804 delta_unit = GST_BUFFER_FLAG_IS_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT); in gst_ogg_mux_process_best_pad() 1834 force_flush = (pad->prev_delta && !delta_unit) in gst_ogg_mux_process_best_pad() 1878 if (delta_unit) { in gst_ogg_mux_process_best_pad() 1899 pad->prev_delta = delta_unit; in gst_ogg_mux_process_best_pad()
|
D | gstoggdemux.c | 516 gboolean delta_unit = FALSE; in gst_ogg_demux_chain_peer() local 568 delta_unit = (((data[0] & 0x08) >> 3) == 0); in gst_ogg_demux_chain_peer() 588 delta_unit = !gst_ogg_stream_packet_is_key_frame (&pad->map, packet); in gst_ogg_demux_chain_peer() 592 delta_unit = !gst_ogg_stream_packet_is_key_frame (&pad->map, packet); in gst_ogg_demux_chain_peer() 696 if (!delta_unit) { in gst_ogg_demux_chain_peer() 818 if (delta_unit) in gst_ogg_demux_chain_peer() 890 if (!pad->is_eos && !delta_unit && in gst_ogg_demux_chain_peer()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-parse.c | 1803 gboolean delta_unit; in gst_matroska_parse_parse_blockgroup_or_simpleblock() local 1861 delta_unit = stream->type == GST_MATROSKA_TRACK_TYPE_VIDEO && in gst_matroska_parse_parse_blockgroup_or_simpleblock() 1864 if (delta_unit && stream->set_discont) { in gst_matroska_parse_parse_blockgroup_or_simpleblock() 1921 if (delta_unit) in gst_matroska_parse_parse_blockgroup_or_simpleblock()
|
D | matroska-demux.c | 4632 gboolean delta_unit = FALSE; in gst_matroska_demux_parse_blockgroup_or_simpleblock() local 4731 delta_unit = TRUE; in gst_matroska_demux_parse_blockgroup_or_simpleblock() 4740 if (delta_unit in gst_matroska_demux_parse_blockgroup_or_simpleblock() 4802 if (delta_unit) in gst_matroska_demux_parse_blockgroup_or_simpleblock() 4835 if (!delta_unit && GST_CLOCK_TIME_IS_VALID (demux->common.segment.stop) in gst_matroska_demux_parse_blockgroup_or_simpleblock()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 181595 mimenc: Set delta_unit flag on intra frames
|