Home
last modified time | relevance | path

Searched refs:last_serial (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
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/
Dffplay.c2040 int last_serial = -1; in audio_thread() local
2066 is->auddec.pkt_serial != last_serial; in audio_thread()
2074 …is->audio_filter_src.channels, av_get_sample_fmt_name(is->audio_filter_src.fmt), buf1, last_serial, in audio_thread()
2081 last_serial = is->auddec.pkt_serial; in audio_thread()
2148 int last_serial = -1; in video_thread() local
2166 || last_serial != is->viddec.pkt_serial in video_thread()
2171 … (const char *)av_x_if_null(av_get_pix_fmt_name(last_format), "none"), last_serial, in video_thread()
2193 last_serial = is->viddec.pkt_serial; in video_thread()
/third_party/glib/gio/
Dgdbusconnection.c374 guint32 last_serial; member
1648 serial_to_use = ++connection->last_serial; /* TODO: handle overflow */ in g_dbus_connection_send_message_unlocked()