Lines Matching defs:offset
1615 /* the return value is unsigned, so check that the offset can be added to usec without
2645 int pa_sink_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) {
3003 pa_sink_set_fixed_latency_within_thread(s, (pa_usec_t) offset);
3023 pa_sink_set_max_rewind_within_thread(s, (size_t) offset);
3028 pa_sink_set_max_request_within_thread(s, (size_t) offset);
3044 s->thread_info.port_latency_offset = offset;
3443 void pa_sink_set_port_latency_offset(pa_sink *s, int64_t offset) {
3446 s->port_latency_offset = offset;
3449 pa_assert_se(pa_asyncmsgq_send(s->asyncmsgq, PA_MSGOBJECT(s), PA_SINK_MESSAGE_SET_PORT_LATENCY_OFFSET, NULL, offset, NULL) == 0);
3451 s->thread_info.port_latency_offset = offset;