OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aacSamplesPerFrame
(Results
1 - 5
of
5
) sorted by null
/external/aac/libAACdec/src/
aacdecoder.cpp
499
self->streamInfo.
aacSamplesPerFrame
,
670
pStreamInfo->
aacSamplesPerFrame
= 0;
890
if (self->streamInfo.
aacSamplesPerFrame
!= (INT)asc->m_samplesPerFrame) {
891
self->streamInfo.
aacSamplesPerFrame
= asc->m_samplesPerFrame;
1017
self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.
aacSamplesPerFrame
;
1020
self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.
aacSamplesPerFrame
/ 8;
[
all
...]
aacdecoder_lib.cpp
796
self->streamInfo.frameSize = self->streamInfo.
aacSamplesPerFrame
;
847
self->streamInfo.frameSize = (self->streamInfo.
aacSamplesPerFrame
* 8) / 3;
849
self->streamInfo.frameSize = self->streamInfo.
aacSamplesPerFrame
<< 1;
/external/aac/libAACdec/include/
aacdecoder_lib.h
504
INT
aacSamplesPerFrame
; /*!< Samples per frame for the AAC core (from ASC). \n
[
all
...]
/external/aac/libSBRdec/src/
psdec.h
313
int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int
aacSamplesPerFrame
);
psdec.cpp
138
int
aacSamplesPerFrame
158
switch (
aacSamplesPerFrame
) {
[
all
...]
Completed in 28 milliseconds