Lines Matching refs:supported_rates
127 supported_codings, const dc1394framerates_t * supported_rates,
725 dc1394framerates_t supported_rates; in gst_dc1394_src_set_cam_caps() local
756 &supported_rates) == DC1394_SUCCESS; in gst_dc1394_src_set_cam_caps()
769 gst_dc1394_src_build_caps (&supported_codings, &supported_rates, in gst_dc1394_src_set_cam_caps()
831 dc1394framerates_t supported_rates; in gst_dc1394_src_get_cam_caps() local
869 &supported_rates) == DC1394_SUCCESS; in gst_dc1394_src_get_cam_caps()
879 gst_dc1394_src_build_caps (&supported_codings, &supported_rates, in gst_dc1394_src_get_cam_caps()
934 const dc1394framerates_t * supported_rates, in gst_dc1394_src_build_caps() argument
1060 if (supported_rates) { in gst_dc1394_src_build_caps()
1063 for (r = 0; r < supported_rates->num; r++) { in gst_dc1394_src_build_caps()
1064 rate = supported_rates->framerates[r]; in gst_dc1394_src_build_caps()