Home
last modified time | relevance | path

Searched refs:timeDataSize (Results 1 – 8 of 8) sorted by relevance

/external/aac/libSACdec/include/
Dsac_dec_lib.h409 const int timeDataSize, int timeDataFrameSize,
/external/aac/libSBRdec/include/
Dsbrdecoder.h368 INT_PCM *timeData, const int timeDataSize,
/external/aac/libAACdec/include/
Daacdecoder_lib.h1065 const INT timeDataSize,
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1144 INT timeDataSize = 0; in aacDecoder_DecodeFrame() local
1161 timeDataSize = sizeof(self->pcmOutputBuffer) / sizeof(*self->pcmOutputBuffer); in aacDecoder_DecodeFrame()
1322 timeDataFixpPcmSize = timeDataSize; in aacDecoder_DecodeFrame()
1485 timeDataSize, &self->streamInfo.numChannels, in aacDecoder_DecodeFrame()
1567 (INT_PCM *)self->workBufferCore2, pTimeData, timeDataSize, in aacDecoder_DecodeFrame()
1616 timeDataSize, &self->streamInfo.numChannels, in aacDecoder_DecodeFrame()
Daacdecoder.h431 const INT timeDataSize, const int timeDataChannelOffset);
Daacdecoder.cpp2379 const INT timeDataSize, const int timeDataChannelOffset) { in CAacDecoder_DecodeFrame() argument
3314 if (timeDataSize < timeDataChannelOffset * self->aacChannels) { in CAacDecoder_DecodeFrame()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1591 const int timeDataSize, const FDK_channelMapDescr *const mapDescr, in sbrDecoder_DecodeElement() argument
1718 if (timeDataSize < in sbrDecoder_DecodeElement()
1812 INT_PCM *timeData, const int timeDataSize, in sbrDecoder_Apply() argument
1905 self, input, timeData, timeDataSize, mapDescr, mapIdx, numSbrChannels, in sbrDecoder_Apply()
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1511 const int timeDataSize, int timeDataFrameSize, in mpegSurroundDecoder_Apply() argument
1670 if (timeDataSize < timeDataRequiredSize) { in mpegSurroundDecoder_Apply()