OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webrtc_audio_frame
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/cast/audio_receiver/
audio_decoder.cc
76
webrtc::AudioFrame
webrtc_audio_frame
;
local
78
&
webrtc_audio_frame
)) {
81
if (
webrtc_audio_frame
.speech_type_ == webrtc::AudioFrame::kPLCCNG ||
82
webrtc_audio_frame
.speech_type_ == webrtc::AudioFrame::kUndefined) {
86
audio_frame->frequency =
webrtc_audio_frame
.sample_rate_hz_;
87
audio_frame->channels =
webrtc_audio_frame
.num_channels_;
98
int samples_per_10ms =
webrtc_audio_frame
.samples_per_channel_;
102
&
webrtc_audio_frame
.data_[0],
103
&
webrtc_audio_frame
.data_[samples_per_10ms * audio_frame->channels]);
Completed in 66 milliseconds