Lines Matching refs:video_info
692 self->video_info = state->info; in gst_vtenc_set_format()
1079 if (self->video_info.fps_d == 0) { in gst_vtenc_update_latency()
1094 if (self->video_info.fps_d == 0 || self->video_info.fps_n == 0) { in gst_vtenc_update_latency()
1101 self->video_info.fps_d, self->video_info.fps_n); in gst_vtenc_update_latency()
1106 frames, self->video_info.fps_n, self->video_info.fps_d, in gst_vtenc_update_latency()
1152 switch (GST_VIDEO_INFO_FORMAT (&self->video_info)) { in gst_vtenc_encode_frame()
1163 if (!gst_video_frame_map (&inframe, &self->video_info, frame->input_buffer, in gst_vtenc_encode_frame()
1177 gst_core_video_buffer_new ((CVBufferRef) pbuf, &self->video_info, NULL); in gst_vtenc_encode_frame()
1178 if (!gst_video_frame_map (&outframe, &self->video_info, outbuf, in gst_vtenc_encode_frame()
1202 vframe = gst_vtenc_frame_new (frame->input_buffer, &self->video_info); in gst_vtenc_encode_frame()
1226 switch (GST_VIDEO_INFO_FORMAT (&self->video_info)) { in gst_vtenc_encode_frame()
1389 gst_vtenc_frame_new (GstBuffer * buf, GstVideoInfo * video_info) in gst_vtenc_frame_new() argument
1395 if (!gst_video_frame_map (&frame->videoframe, video_info, buf, GST_MAP_READ)) { in gst_vtenc_frame_new()