Home
last modified time | relevance | path

Searched refs:got_data (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Doggdec.h85 int got_data; ///< 1 if the stream got some data (non-initial packets), 0 otherwise member
Doggdec.c176 os->got_data = 0; in ogg_reset()
295 if (ogg->streams[i].got_data) in data_packets_seen()
460 os->got_data = !(flags & OGG_FLAG_BOS); in ogg_read_page()
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py225 self.got_data = {1: asyncio.Event(),
246 self.got_data[fd].set()
1775 self.loop.run_until_complete(proto.got_data[1].wait())
1796 self.loop.run_until_complete(proto.got_data[1].wait())
1797 proto.got_data[1].clear()
1801 self.loop.run_until_complete(proto.got_data[1].wait())
1967 self.loop.run_until_complete(proto.got_data[1].wait())
1973 self.loop.run_until_complete(proto.got_data[2].wait())
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c206 gboolean got_data; member
511 enc->priv->got_data = FALSE; in gst_audio_encoder_reset()
796 priv->got_data = TRUE; in gst_audio_encoder_finish_frame()
1113 priv->got_data = FALSE; in gst_audio_encoder_push_buffers()
1152 if (G_UNLIKELY (!buf && !priv->got_data)) { in gst_audio_encoder_push_buffers()
/third_party/gstreamer/gstplugins_base/
DChangeLog96956 audioencoder: only got_data if we really got some