Lines Matching refs:vframe
690 GstVideoFrame vframe; member
717 gst_video_frame_unmap (&frame->vframe); in gst_ffmpegviddec_video_frame_free()
953 if (!gst_video_frame_map (&dframe->vframe, &ffmpegdec->pool_info, in gst_ffmpegviddec_get_buffer2()
960 picture->data[c] = GST_VIDEO_FRAME_PLANE_DATA (&dframe->vframe, c); in gst_ffmpegviddec_get_buffer2()
961 picture->linesize[c] = GST_VIDEO_FRAME_PLANE_STRIDE (&dframe->vframe, c); in gst_ffmpegviddec_get_buffer2()
1624 GstVideoFrame vframe; in get_output_buffer() local
1643 if (!gst_video_frame_map (&vframe, info, frame->output_buffer, in get_output_buffer()
1649 pic.width = GST_VIDEO_FRAME_WIDTH (&vframe); in get_output_buffer()
1650 pic.height = GST_VIDEO_FRAME_HEIGHT (&vframe); in get_output_buffer()
1653 pic.data[c] = GST_VIDEO_FRAME_PLANE_DATA (&vframe, c); in get_output_buffer()
1654 pic.linesize[c] = GST_VIDEO_FRAME_PLANE_STRIDE (&vframe, c); in get_output_buffer()
1670 gst_video_frame_unmap (&vframe); in get_output_buffer()