OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr16Out
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc
410
int16_t*
ptr16Out
= (int16_t*)&_recBuffer[0];
420
*
ptr16Out
= *ptr16In;
421
ptr16Out
++;
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
365
int16_t*
ptr16Out
= NULL;
401
ptr16Out
= (int16_t*) audioSamples;
406
*
ptr16Out
= *ptr16In; // use left channel
407
ptr16Out
++;
439
ptr16Out
= (int16_t*) audioSamples;
444
*
ptr16Out
= *ptr16In; // left
445
ptr16Out
++;
446
*
ptr16Out
= *ptr16In; // right (same as left sample)
447
ptr16Out
++;
[
all
...]
Completed in 51 milliseconds