Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_capture.c857 int16_t *pcmLeft = (int16_t*)data; in CaptureChannelFixed() local
858 int16_t *pcmRight = pcmLeft + 1; // right channel offset + 1 in CaptureChannelFixed()
861 pcmRight[index] = pcmLeft[index]; in CaptureChannelFixed()