Searched refs:pcmLeft (Results 1 – 1 of 1) sorted by relevance
857 int16_t *pcmLeft = (int16_t*)data; in CaptureChannelFixed() local858 int16_t *pcmRight = pcmLeft + 1; // right channel offset + 1 in CaptureChannelFixed()861 pcmRight[index] = pcmLeft[index]; in CaptureChannelFixed()