Home
last modified time | relevance | path

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

/sound/soc/sprd/
Dsprd-pcm-compress.c96 int stage1_pointer; member
476 stream->stage1_pointer = 0; in sprd_platform_compr_trigger()
585 dst = stream->compr_buffer.area + stream->stage1_pointer; in sprd_platform_compr_copy()
586 if (data_count < stream->compr_buffer.bytes - stream->stage1_pointer) { in sprd_platform_compr_copy()
590 stream->stage1_pointer += data_count; in sprd_platform_compr_copy()
592 avail_bytes = stream->compr_buffer.bytes - stream->stage1_pointer; in sprd_platform_compr_copy()
601 stream->stage1_pointer = data_count - avail_bytes; in sprd_platform_compr_copy()