Lines Matching refs:fps_d
279 vc1parse->fps_n = vc1parse->fps_d = 0; in gst_vc1_parse_reset()
858 if (vc1parse->fps_d == 0) { in gst_vc1_parse_make_sequence_layer()
867 ((gdouble) vc1parse->fps_d) + 0.5))); in gst_vc1_parse_make_sequence_layer()
897 if (vc1parse->fps_d != 0) { in gst_vc1_parse_update_caps()
899 vc1parse->fps_d, NULL); in gst_vc1_parse_update_caps()
903 vc1parse->fps_d, vc1parse->fps_n); in gst_vc1_parse_update_caps()
2102 if (fps != 0 && (vc1parse->fps_d == 0 || in gst_vc1_parse_handle_seq_hdr()
2104 vc1parse->fps_d) != 0)) { in gst_vc1_parse_handle_seq_hdr()
2107 vc1parse->fps_d = 1; in gst_vc1_parse_handle_seq_hdr()
2133 if (fps != 0 && (vc1parse->fps_d == 0 || in gst_vc1_parse_handle_seq_hdr()
2135 vc1parse->fps_d) != 0)) { in gst_vc1_parse_handle_seq_hdr()
2138 vc1parse->fps_d = 1; in gst_vc1_parse_handle_seq_hdr()
2167 gint fps_n = 0, fps_d = 0; in gst_vc1_parse_handle_seq_hdr() local
2174 fps_d = framerates_d[vc1parse->seq_hdr.advanced.frameratedr]; in gst_vc1_parse_handle_seq_hdr()
2178 fps_d = 32; in gst_vc1_parse_handle_seq_hdr()
2181 if (fps_n != 0 && fps_d != 0 && in gst_vc1_parse_handle_seq_hdr()
2182 (vc1parse->fps_d == 0 in gst_vc1_parse_handle_seq_hdr()
2183 || gst_util_fraction_compare (fps_n, fps_d, in gst_vc1_parse_handle_seq_hdr()
2184 vc1parse->fps_n, vc1parse->fps_d) != 0)) { in gst_vc1_parse_handle_seq_hdr()
2187 vc1parse->fps_d = fps_d; in gst_vc1_parse_handle_seq_hdr()
2249 if (fps != 0 && fps != -1 && (vc1parse->fps_d == 0 || in gst_vc1_parse_handle_seq_layer()
2251 vc1parse->fps_d) != 0)) { in gst_vc1_parse_handle_seq_layer()
2254 vc1parse->fps_d = 1; in gst_vc1_parse_handle_seq_layer()
2337 vc1parse->fps_n = vc1parse->fps_d = 0; in gst_vc1_parse_set_caps()
2340 &vc1parse->fps_d); in gst_vc1_parse_set_caps()
2341 if (vc1parse->fps_d != 0) in gst_vc1_parse_set_caps()