Lines Matching refs:vframe
219 GstVideoFrame vframe; member
228 gst_video_frame_unmap (&ref->vframe); in gst_libde265_dec_release_frame_ref()
294 if (!gst_video_frame_map (&ref->vframe, info, ref->buffer, GST_MAP_READWRITE)) { in gst_libde265_dec_get_buffer()
300 if (GST_VIDEO_FRAME_PLANE_STRIDE (&ref->vframe, in gst_libde265_dec_get_buffer()
301 0) < width * GST_VIDEO_FRAME_COMP_PSTRIDE (&ref->vframe, 0)) { in gst_libde265_dec_get_buffer()
303 GST_VIDEO_FRAME_PLANE_STRIDE (&ref->vframe, 0), width, in gst_libde265_dec_get_buffer()
304 GST_VIDEO_FRAME_COMP_PSTRIDE (&ref->vframe, 0)); in gst_libde265_dec_get_buffer()
308 if (GST_VIDEO_FRAME_COMP_HEIGHT (&ref->vframe, 0) < height) { in gst_libde265_dec_get_buffer()
310 GST_VIDEO_FRAME_COMP_HEIGHT (&ref->vframe, 0), height); in gst_libde265_dec_get_buffer()
316 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (&ref->vframe, i); in gst_libde265_dec_get_buffer()
323 data = GST_VIDEO_FRAME_PLANE_DATA (&ref->vframe, i); in gst_libde265_dec_get_buffer()