HomeSort by relevance Sort by last modified time
    Searched refs:ptr16In (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc 409 int16_t* ptr16In = (int16_t*)audioBuffer;
414 ptr16In++;
420 *ptr16Out = *ptr16In;
422 ptr16In++;
423 ptr16In++;
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 364 int16_t* ptr16In = NULL;
400 ptr16In = &tmpBuf_96kHz[0];
406 *ptr16Out = *ptr16In; // use left channel
408 ptr16In++;
409 ptr16In++;
438 ptr16In = &tmpBuf_96kHz[0];
444 *ptr16Out = *ptr16In; // left
446 *ptr16Out = *ptr16In; // right (same as left sample)
448 ptr16In++;
    [all...]

Completed in 42 milliseconds