Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstpesfilter.c134 goto lost_sync; in gst_pes_filter_parse()
248 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse()
258 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse()
259 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse()
283 goto lost_sync; in gst_pes_filter_parse()
311 goto lost_sync; in gst_pes_filter_parse()
318 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse()
325 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse()
456 goto lost_sync; in gst_pes_filter_parse()
531 lost_sync: in gst_pes_filter_parse()
Dgstmpegdemux.c1337 goto lost_sync; in gst_flups_demux_parse_pack_start()
1346 goto lost_sync; in gst_flups_demux_parse_pack_start()
1364 goto lost_sync; in gst_flups_demux_parse_pack_start()
1375 goto lost_sync; in gst_flups_demux_parse_pack_start()
1383 goto lost_sync; in gst_flups_demux_parse_pack_start()
1386 goto lost_sync; in gst_flups_demux_parse_pack_start()
1523 lost_sync: in gst_flups_demux_parse_pack_start()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstpesfilter.c134 goto lost_sync; in gst_pes_filter_parse()
248 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse()
258 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse()
259 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse()
283 goto lost_sync; in gst_pes_filter_parse()
311 goto lost_sync; in gst_pes_filter_parse()
318 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse()
325 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse()
456 goto lost_sync; in gst_pes_filter_parse()
531 lost_sync: in gst_pes_filter_parse()
Dgstmpegdemux.c1740 goto lost_sync; in gst_ps_demux_parse_pack_start()
1749 goto lost_sync; in gst_ps_demux_parse_pack_start()
1767 goto lost_sync; in gst_ps_demux_parse_pack_start()
1778 goto lost_sync; in gst_ps_demux_parse_pack_start()
1786 goto lost_sync; in gst_ps_demux_parse_pack_start()
1789 goto lost_sync; in gst_ps_demux_parse_pack_start()
1946 lost_sync: in gst_ps_demux_parse_pack_start()
/third_party/ffmpeg/libavcodec/
Dmlp_parser.c120 goto lost_sync; in mlp_parse()
157 goto lost_sync; in mlp_parse()
165 goto lost_sync; in mlp_parse()
206 lost_sync: in mlp_parse()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstwavpackparse.c456 gboolean lost_sync, draining, final; in gst_wavpack_parse_handle_frame() local
498 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_wavpack_parse_handle_frame()
501 while (!(final = (wph.flags & FLAG_FINAL_BLOCK)) || (lost_sync && !draining)) { in gst_wavpack_parse_handle_frame()
505 "lost_sync: %d, draining: %d, final: %d", lost_sync, draining, final); in gst_wavpack_parse_handle_frame()
540 lost_sync = FALSE; in gst_wavpack_parse_handle_frame()
Dgstmpegaudioparse.c615 gboolean lost_sync, draining, valid, caps_change; in gst_mpeg_audio_parse_handle_frame() local
655 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_mpeg_audio_parse_handle_frame()
658 if (G_UNLIKELY (lost_sync)) in gst_mpeg_audio_parse_handle_frame()
673 if (lost_sync || mp3parse->freerate == 0) { in gst_mpeg_audio_parse_handle_frame()
696 if (!draining && (lost_sync || caps_change)) { in gst_mpeg_audio_parse_handle_frame()
709 } else if (draining && lost_sync && caps_change && mp3parse->rate > 0) { in gst_mpeg_audio_parse_handle_frame()
Dgstac3parse.c503 gboolean lost_sync, draining, eac, more = FALSE; in gst_ac3_parse_handle_frame() local
556 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_ac3_parse_handle_frame()
599 if (lost_sync && !draining) { in gst_ac3_parse_handle_frame()
Dgstaacparse.c1298 gboolean lost_sync; in gst_aac_parse_handle_frame() local
1309 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_aac_parse_handle_frame()
1317 } else if (aacparse->header_type == DSPAAC_HEADER_NOT_PARSED || lost_sync) { in gst_aac_parse_handle_frame()
/third_party/gstreamer/gstplugins_bad/
DChangeLog133115 Current fallback to lost_sync seems to impede a delay to restore