OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_freq_hz
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_resampler.cc
30
int
out_freq_hz
,
35
int out_length =
out_freq_hz
* num_audio_channels / 100;
36
if (in_freq_hz ==
out_freq_hz
) {
45
if (resampler_.InitializeIfNeeded(in_freq_hz,
out_freq_hz
,
47
LOG_FERR3(LS_ERROR, InitializeIfNeeded, in_freq_hz,
out_freq_hz
,
acm_resampler.h
27
int
out_freq_hz
,
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.cc
753
int32_t
out_freq_hz
= outfile_b_.SamplingFrequency();
local
786
CHECK_ERROR(acm_b_->PlayoutData10Ms(
out_freq_hz
, &audio_frame));
Completed in 570 milliseconds