Lines Matching refs:outframe
641 GstVideoCodecFrame *outframe; in gst_vtenc_finish_encoding() local
661 while ((outframe = g_async_queue_try_pop (self->cur_outframes))) { in gst_vtenc_finish_encoding()
664 outframe->system_frame_number); in gst_vtenc_finish_encoding()
665 gst_video_codec_frame_unref (outframe); in gst_vtenc_finish_encoding()
668 outframe->system_frame_number); in gst_vtenc_finish_encoding()
671 outframe); in gst_vtenc_finish_encoding()
1497 GstVideoCodecFrame *outframe; in gst_vtenc_encode_frame() local
1547 GstVideoFrame inframe, outframe; in gst_vtenc_encode_frame() local
1586 if (!gst_video_frame_map (&outframe, &self->video_info, outbuf, in gst_vtenc_encode_frame()
1595 if (!gst_video_frame_copy (&outframe, &inframe)) { in gst_vtenc_encode_frame()
1605 gst_video_frame_unmap (&outframe); in gst_vtenc_encode_frame()
1710 while ((outframe = g_async_queue_try_pop (self->cur_outframes))) { in gst_vtenc_encode_frame()
1711 if (outframe->output_buffer) { in gst_vtenc_encode_frame()
1713 meta = gst_buffer_get_core_media_meta (outframe->output_buffer); in gst_vtenc_encode_frame()
1720 gst_video_codec_frame_unref (outframe); in gst_vtenc_encode_frame()
1733 outframe); in gst_vtenc_encode_frame()