Lines Matching refs:rate
382 int32_t format, rate;
397 memcpy(&rate, data, sizeof(int32_t));
398 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate);
401 ss.rate = (uint32_t) rate;
471 int32_t format, rate;
485 memcpy(&rate, data, sizeof(int32_t));
486 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate);
489 ss.rate = (uint32_t) rate;
585 int32_t rate = 44100, format = ESD_STEREO|ESD_BITS16;
594 rate = (int32_t) sink->sample_spec.rate;
602 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate);
603 connection_write(c, &rate, sizeof(int32_t));
634 int32_t id, format = ESD_BITS16 | ESD_STEREO, rate = 44100, lvolume = ESD_VOLUME_BASE, rvolume = ESD_VOLUME_BASE;
645 rate = (int32_t) conn->sink_input->sample_spec.rate;
663 /* rate */
664 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate);
665 connection_write(c, &rate, sizeof(int32_t));
693 int32_t id, rate, lvolume, rvolume, format, len;
711 ss.rate = 44100;
727 /* rate */
728 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, (int32_t) ss.rate);
729 connection_write(c, &rate, sizeof(int32_t));
835 int32_t format, rate, sc_length;
847 memcpy(&rate, data, sizeof(int32_t));
848 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate);
851 ss.rate = (uint32_t) rate;