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

  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 108 nSamplesOut = audioFrame_.samples_per_channel_;
783 &audioFrame_);
785 assert(number_of_frames == audioFrame_.samples_per_channel_);
786 assert(sample_rate == audioFrame_.sample_rate_hz_);
789 memcpy(audio_data, audioFrame_.data_,
792 *elapsed_time_ms = audioFrame_.elapsed_time_ms_;
793 *ntp_time_ms = audioFrame_.ntp_time_ms_;
voe_base_impl.h 143 AudioFrame audioFrame_;

Completed in 76 milliseconds