Lines Matching refs:video_info
278 format, vtdec->video_info.width, vtdec->video_info.height, in gst_vtdec_negotiate()
382 gst_video_info_from_caps (&vtdec->video_info, state->caps); in gst_vtdec_set_format()
537 vtdec->video_info.width); in gst_vtdec_create_session()
539 vtdec->video_info.height); in gst_vtdec_create_session()
560 cm_format, vtdec->video_info.width, vtdec->video_info.height, in create_format_description()
591 vtdec->video_info.par_n); in create_format_description_from_codec_data()
593 vtdec->video_info.par_d); in create_format_description_from_codec_data()
607 cm_format, vtdec->video_info.width, vtdec->video_info.height, in create_format_description_from_codec_data()
969 int width_in_mb_s = GST_ROUND_UP_16 (vtdec->video_info.width) / dpb_mb_size; in compute_h264_decode_picture_buffer_length()
970 int height_in_mb_s = GST_ROUND_UP_16 (vtdec->video_info.height) / dpb_mb_size; in compute_h264_decode_picture_buffer_length()
978 if (vtdec->video_info.width == 0 || vtdec->video_info.height == 0) in compute_h264_decode_picture_buffer_length()
1007 if (vtdec->video_info.fps_n == 0) { in gst_vtdec_set_latency()
1013 vtdec->video_info.fps_d, vtdec->video_info.fps_n); in gst_vtdec_set_latency()