Searched refs:supported_sample_rates (Results 1 – 1 of 1) sorted by relevance
270 GArray *supported_sample_rates; member342 self->supported_sample_rates = g_array_new (FALSE, in gst_asio_object_init()389 g_array_unref (self->supported_sample_rates); in gst_asio_object_finalize()665 g_array_append_val (self->supported_sample_rates, sample_rate_to_check[i]); in gst_asio_object_thread_func()668 if (self->supported_sample_rates->len == 0) { in gst_asio_object_thread_func()677 g_array_index (self->supported_sample_rates, ASIOSampleRate, 0); in gst_asio_object_thread_func()1462 for (guint i = 0; i < obj->supported_sample_rates->len; i++) { in gst_asio_object_can_sample_rate()1463 ASIOSampleRate val = g_array_index (obj->supported_sample_rates, in gst_asio_object_can_sample_rate()1475 g_array_append_val (obj->supported_sample_rates, sample_rate); in gst_asio_object_can_sample_rate()1486 g_array_append_val (obj->supported_sample_rates, sample_rate); in gst_asio_object_can_sample_rate()