Lines Matching defs:raw
277 static size_t write_ALAC_data(uint8_t *packet, const size_t max, uint8_t *raw, size_t *length, bool compress) {
300 ibp = raw;
301 maxibp = raw + (4 * nbs) - 4;
311 *length = (ibp - raw);
318 uint8_t *raw = NULL;
321 raw = pa_memblock_acquire(block->memblock);
324 raw += block->index;
340 size += write_ALAC_data(((uint8_t *) buffer + head), packet->length - head, raw, &length, false);
409 uint8_t *raw = NULL;
412 raw = pa_memblock_acquire(block->memblock);
415 raw += block->index;
427 size += write_ALAC_data(((uint8_t *) buffer + head), packet->length - head, raw, &length, false);