Lines Matching refs:vframe
1609 GstVTEncFrame *vframe; in gst_vtenc_encode_frame() local
1612 vframe = gst_vtenc_frame_new (frame->input_buffer, &self->video_info); in gst_vtenc_encode_frame()
1613 if (!vframe) { in gst_vtenc_encode_frame()
1619 const size_t num_planes = GST_VIDEO_FRAME_N_PLANES (&vframe->videoframe); in gst_vtenc_encode_frame()
1629 GST_VIDEO_FRAME_PLANE_DATA (&vframe->videoframe, i); in gst_vtenc_encode_frame()
1630 plane_widths[i] = GST_VIDEO_FRAME_COMP_WIDTH (&vframe->videoframe, i); in gst_vtenc_encode_frame()
1631 plane_heights[i] = GST_VIDEO_FRAME_COMP_HEIGHT (&vframe->videoframe, i); in gst_vtenc_encode_frame()
1633 GST_VIDEO_FRAME_COMP_STRIDE (&vframe->videoframe, i); in gst_vtenc_encode_frame()
1635 GST_VIDEO_FRAME_COMP_STRIDE (&vframe->videoframe, i); in gst_vtenc_encode_frame()
1673 GST_VIDEO_FRAME_SIZE (&vframe->videoframe), in gst_vtenc_encode_frame()
1678 plane_bytes_per_row, gst_pixel_buffer_release_cb, vframe, NULL, in gst_vtenc_encode_frame()
1683 gst_vtenc_frame_free (vframe); in gst_vtenc_encode_frame()