OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:samplerateindex
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
350
Word32
samplerateindex
;
local
357
samplerateindex
= GetSRIndex(samplerate);
358
psyConf->sfbCnt = sfBandTotalLong[
samplerateindex
];
359
psyConf->sfbOffset = sfBandTabLong + sfBandTabLongOffset[
samplerateindex
];
360
psyConf->sampRateIdx =
samplerateindex
;
434
Word32
samplerateindex
;
local
440
samplerateindex
= GetSRIndex(samplerate);
441
psyConf->sfbCnt = sfBandTotalShort[
samplerateindex
];
442
psyConf->sfbOffset = sfBandTabShort + sfBandTabShortOffset[
samplerateindex
];
443
psyConf->sampRateIdx =
samplerateindex
;
[
all
...]
/external/aac/libMpegTPEnc/src/
tpenc_asc.cpp
228
int
sampleRateIndex
, i;
233
sampleRateIndex
= getSamplingRateIndex(sampleRate);
234
if (
sampleRateIndex
== 15) {
247
FDKwriteBits(hBs,
sampleRateIndex
, 4); /* Sample rate index*/
359
int
sampleRateIndex
= getSamplingRateIndex(sampleRate);
361
FDKwriteBits( hBitstreamBuffer,
sampleRateIndex
, 4 );
362
if(
sampleRateIndex
== 15 ) {
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
/external/aac/libAACdec/src/
aac_rom.cpp
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar
Completed in 9480 milliseconds