Home
last modified time | relevance | path

Searched refs:last_serial (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dwtvenc.c106 int64_t last_serial; member
485 wctx->last_serial = wctx->serial; in write_packet()
636 avio_wl64(pb, wctx->last_serial); in write_table_entries_time()
/third_party/ffmpeg/fftools/
H A Dffplay.c2026 int last_serial = -1; in audio_thread() local
2049 is->auddec.pkt_serial != last_serial; in audio_thread()
2057 is->audio_filter_src.freq, is->audio_filter_src.ch_layout.nb_channels, av_get_sample_fmt_name(is->audio_filter_src.fmt), buf1, last_serial, in audio_thread()
2065 last_serial = is->auddec.pkt_serial; in audio_thread()
2132 int last_serial = -1; in video_thread() local
2150 || last_serial != is->viddec.pkt_serial in video_thread()
2155 (const char *)av_x_if_null(av_get_pix_fmt_name(last_format), "none"), last_serial, in video_thread()
2177 last_serial = is->viddec.pkt_serial; in video_thread()

Completed in 8 milliseconds