Home
last modified time | relevance | path

Searched refs:cur_outframes (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.h85 GAsyncQueue * cur_outframes; member
Dvtenc.c661 while ((outframe = g_async_queue_try_pop (self->cur_outframes))) { in gst_vtenc_finish_encoding()
685 self->cur_outframes = g_async_queue_new (); in gst_vtenc_start()
716 g_async_queue_unref (self->cur_outframes); in gst_vtenc_stop()
717 self->cur_outframes = NULL; in gst_vtenc_stop()
1710 while ((outframe = g_async_queue_try_pop (self->cur_outframes))) { in gst_vtenc_encode_frame()
1794 g_async_queue_push (self->cur_outframes, frame); in gst_vtenc_enqueue_buffer()