Searched refs:nByteCpy (Results 1 - 1 of 1) sorted by relevance

/external/libldac/src/
H A DldacBT_api.c396 int nByteCpy, sz; local
397 nByteCpy = LDACBT_ENC_LSU * wl * ch;
398 sz = ppcmring->nsmpl * wl * ch + nByteCpy;
400 copy_data_ldac( p_pcm, ppcmring->buf + ppcmring->wp, nByteCpy );
401 ppcmring->wp += nByteCpy;
406 *pcm_used = nByteCpy;

Completed in 60 milliseconds