Searched refs:sc_length (Results 1 – 1 of 1) sorted by relevance
835 int32_t format, rate, sc_length; in esd_proto_sample_cache() local856 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()