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 ) {
273
sampleRateIn
,
420
const int
sampleRateIn
,
444
if ( self->
sampleRateIn
==
sampleRateIn
456
self->
sampleRateIn
= sampleRateIn
[
all
...]
env_extr.h
317
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
173
* \param
sampleRateIn
Input samplerate of the SBR decoder instance.
184
const int
sampleRateIn
,
205
const INT
sampleRateIn
,
/external/aac/libMpegTPDec/include/
tp_data.h
287
const INT
sampleRateIn
,
/external/aac/libMpegTPEnc/include/
tp_data.h
287
const INT
sampleRateIn
,
/external/aac/libAACenc/src/
aacenc_lib.cpp
[
all
...]
Completed in 439 milliseconds