Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc410 int16_t* ptr16Out = (int16_t*)&_recBuffer[0]; in SetRecordedBuffer() local
420 *ptr16Out = *ptr16In; in SetRecordedBuffer()
421 ptr16Out++; in SetRecordedBuffer()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc365 int16_t* ptr16Out = NULL; in NeedMorePlayData() local
401 ptr16Out = (int16_t*) audioSamples; in NeedMorePlayData()
406 *ptr16Out = *ptr16In; // use left channel in NeedMorePlayData()
407 ptr16Out++; in NeedMorePlayData()
439 ptr16Out = (int16_t*) audioSamples; in NeedMorePlayData()
444 *ptr16Out = *ptr16In; // left in NeedMorePlayData()
445 ptr16Out++; in NeedMorePlayData()
446 *ptr16Out = *ptr16In; // right (same as left sample) in NeedMorePlayData()
447 ptr16Out++; in NeedMorePlayData()