Home
last modified time | relevance | path

Searched refs:sc_length (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dprotocol-esound.c835 int32_t format, rate, sc_length; in esd_proto_sample_cache() local
856 memcpy(&sc_length, data, sizeof(int32_t)); in esd_proto_sample_cache()
857 sc_length = PA_MAYBE_INT32_SWAP(c->swap_byte_order, sc_length); in esd_proto_sample_cache()
860 …CHECK_VALIDITY(sc_length <= MAX_CACHE_SAMPLE_SIZE, "Sample too large (%d bytes).", (int)sc_length); in esd_proto_sample_cache()
868 c->scache.memchunk.memblock = pa_memblock_new(c->protocol->core->mempool, (size_t) sc_length); in esd_proto_sample_cache()
870 c->scache.memchunk.length = (size_t) sc_length; in esd_proto_sample_cache()