OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleRateIn
(Results
1 - 8
of
8
) sorted by null
/external/aac/libSBRdec/src/
sbr_ram.h
133
INT
sampleRateIn
; /* SBR decoder input sampling rate; might be different than the transposer input sampling rate. */
sbrdecoder.cpp
204
int
sampleRateIn
,
219
if (
sampleRateIn
< 6400
220
||
sampleRateIn
> 48000
249
sampleRateOut =
sampleRateIn
<<1; /* In case of implicit signalling, assume dual rate SBR */
252
if (
sampleRateIn
== sampleRateOut ) {
271
sampleRateIn
,
418
const int
sampleRateIn
,
442
if ( self->
sampleRateIn
==
sampleRateIn
453
self->
sampleRateIn
= sampleRateIn
[
all
...]
env_extr.h
314
const int
sampleRateIn
,
env_extr.cpp
165
const int
sampleRateIn
,
175
if (
sampleRateIn
== sampleRateOut ) {
180
if ( (sampleRateOut>>1) ==
sampleRateIn
) {
183
} else if ( (sampleRateOut>>2) ==
sampleRateIn
) {
186
} else if ( (sampleRateOut*3)>>3 == (
sampleRateIn
*8)>>3 ) {
[
all
...]
/external/aac/libSBRdec/include/
sbrdecoder.h
171
* \param
sampleRateIn
Input samplerate of the SBR decoder instance.
182
const int
sampleRateIn
,
203
const INT
sampleRateIn
,
/external/aac/libMpegTPDec/include/
tp_data.h
284
const INT
sampleRateIn
,
/external/aac/libMpegTPEnc/include/
tp_data.h
284
const INT
sampleRateIn
,
/external/aac/libAACenc/src/
aacenc_lib.cpp
[
all
...]
Completed in 171 milliseconds