Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sprd/
Dsprd-pcm-compress.c96 int stage1_pointer; member
469 stream->stage1_pointer = 0; in sprd_platform_compr_trigger()
580 dst = stream->compr_buffer.area + stream->stage1_pointer; in sprd_platform_compr_copy()
581 if (data_count < stream->compr_buffer.bytes - stream->stage1_pointer) { in sprd_platform_compr_copy()
585 stream->stage1_pointer += data_count; in sprd_platform_compr_copy()
587 avail_bytes = stream->compr_buffer.bytes - stream->stage1_pointer; in sprd_platform_compr_copy()
596 stream->stage1_pointer = data_count - avail_bytes; in sprd_platform_compr_copy()