OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pAacDecoderChannelInfo
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
aacdecoder.cpp
795
if (self->
pAacDecoderChannelInfo
[ch] != NULL) {
796
FreeAacDecoderChannelInfo (&self->
pAacDecoderChannelInfo
[ch]);
1029
if (self->
pAacDecoderChannelInfo
[ch] == NULL) {
1030
self->
pAacDecoderChannelInfo
[ch] = GetAacDecoderChannelInfo(ch);
1033
if (self->
pAacDecoderChannelInfo
[ch] == NULL) {
[
all
...]
aacdecoder.h
195
CAacDecoderChannelInfo *
pAacDecoderChannelInfo
[(8)]; /*!< Temporal channel memory */
198
CAacDecoderCommonData aacCommonData; /*!< Temporal shared data for all channels hooked into
pAacDecoderChannelInfo
*/
Completed in 751 milliseconds