Lines Matching refs:video_info
232 GstDiscovererVideoInfo *video_info; in gst_stream_video_information_to_string() local
243 video_info = (GstDiscovererVideoInfo *) info; in gst_stream_video_information_to_string()
245 gst_discoverer_video_info_get_width (video_info)); in gst_stream_video_information_to_string()
247 gst_discoverer_video_info_get_height (video_info)); in gst_stream_video_information_to_string()
249 gst_discoverer_video_info_get_depth (video_info)); in gst_stream_video_information_to_string()
252 gst_discoverer_video_info_get_framerate_num (video_info), in gst_stream_video_information_to_string()
253 gst_discoverer_video_info_get_framerate_denom (video_info)); in gst_stream_video_information_to_string()
256 gst_discoverer_video_info_get_par_num (video_info), in gst_stream_video_information_to_string()
257 gst_discoverer_video_info_get_par_denom (video_info)); in gst_stream_video_information_to_string()
260 gst_discoverer_video_info_is_interlaced (video_info) ? "true" : "false"); in gst_stream_video_information_to_string()
263 gst_discoverer_video_info_get_bitrate (video_info)); in gst_stream_video_information_to_string()
265 gst_discoverer_video_info_get_max_bitrate (video_info)); in gst_stream_video_information_to_string()