Lines Matching refs:mpi
219 caps_append (GstCaps * caps, GstStructure * in_s, guint x, guint y, guint mpi) in caps_append() argument
226 if (mpi < 1 || mpi > 32) in caps_append()
234 "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, 30000, 1001 * mpi, NULL); in caps_append()
554 unsigned int xmax, ymax, mpi; in gst_rtp_h263p_pay_sink_getcaps() local
555 if (sscanf (str, "%u,%u,%u", &xmax, &ymax, &mpi) == 3) { in gst_rtp_h263p_pay_sink_getcaps()
556 if (xmax % 4 && ymax % 4 && mpi >= 1 && mpi <= 32) { in gst_rtp_h263p_pay_sink_getcaps()
557 caps = caps_append (caps, new_s, xmax, ymax, mpi); in gst_rtp_h263p_pay_sink_getcaps()
561 " %u x %u at %u, ignoring", xmax, ymax, mpi); in gst_rtp_h263p_pay_sink_getcaps()
571 int mpi = atoi (str); in gst_rtp_h263p_pay_sink_getcaps() local
572 caps = caps_append (caps, new_s, 1408, 1152, mpi); in gst_rtp_h263p_pay_sink_getcaps()
578 int mpi = atoi (str); in gst_rtp_h263p_pay_sink_getcaps() local
579 caps = caps_append (caps, new_s, 704, 576, mpi); in gst_rtp_h263p_pay_sink_getcaps()
585 int mpi = atoi (str); in gst_rtp_h263p_pay_sink_getcaps() local
586 caps = caps_append (caps, new_s, 352, 288, mpi); in gst_rtp_h263p_pay_sink_getcaps()
592 int mpi = atoi (str); in gst_rtp_h263p_pay_sink_getcaps() local
593 caps = caps_append (caps, new_s, 176, 144, mpi); in gst_rtp_h263p_pay_sink_getcaps()
599 int mpi = atoi (str); in gst_rtp_h263p_pay_sink_getcaps() local
600 caps = caps_append (caps, new_s, 128, 96, mpi); in gst_rtp_h263p_pay_sink_getcaps()