Home
last modified time | relevance | path

Searched refs:channelIndices (Results 1 – 9 of 9) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp512 const UCHAR channelIndices[]) { in validateIndices() argument
517 if (channelIndices[i] == reqValue) { in validateIndices()
549 UCHAR channelIndices[], /* in */ in getChannelMode() argument
562 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
592 channelType, channelIndices)) { in getChannelMode()
596 channelIndices[ch] = idxCnt++; in getChannelMode()
614 spkrPos[ch] = getSpeakerPos(channelType[ch], channelIndices[ch], in getChannelMode()
726 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
733 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
739 FDKmemclear(channelIndices, (8) * sizeof(UCHAR)); in getChannelDescription()
[all …]
/external/aac/libPCMutils/include/
Dpcmdmx_lib.h439 UCHAR channelIndices[],
/external/aac/libSACdec/include/
Dsac_dec_lib.h417 UCHAR channelIndices[],
/external/aac/libSACdec/src/
Dsac_dec_interface.h326 UCHAR channelIndices[],
Dsac_dec.cpp875 UCHAR channelIndices[], in SpatialDecChannelProperties() argument
877 if ((self == NULL) || (channelType == NULL) || (channelIndices == NULL) || in SpatialDecChannelProperties()
888 channelIndices[ch] = ch; in SpatialDecChannelProperties()
895 channelIndices[0] = 0; in SpatialDecChannelProperties()
897 channelIndices[1] = 1; in SpatialDecChannelProperties()
Dsac_dec_lib.cpp1530 UCHAR channelIndices[], in mpegSurroundDecoder_Apply() argument
1755 channelIndices, mapDescr); in mpegSurroundDecoder_Apply()
/external/aac/libAACdec/src/
Daacdecoder.cpp1331 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()
2765 self->channelIndices, (8), &previous_element_index, in CAacDecoder_DecodeFrame()
2870 self->chMapping, self->channelType, self->channelIndices, in CAacDecoder_DecodeFrame()
2888 self->chMapping, self->channelType, self->channelIndices, (8), in CAacDecoder_DecodeFrame()
3210 FDKmemcpy(self->channelIndices, self->channelIndicesPrev, in CAacDecoder_DecodeFrame()
3219 FDKmemcpy(self->channelIndicesPrev, self->channelIndices, in CAacDecoder_DecodeFrame()
3234 FDKmemcpy(self->channelIndices, self->channelIndicesPrev, in CAacDecoder_DecodeFrame()
3603 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx)); in CAacDecoder_DecodeFrame()
3606 FDKmemcpy(idx, self->channelIndices, sizeof(idx)); in CAacDecoder_DecodeFrame()
3612 self->channelIndices[mapValue] = idx[c]; in CAacDecoder_DecodeFrame()
Daacdecoder.h227 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio member
Daacdecoder_lib.cpp1554 self->channelIndices[chIdx] = chIdx; in aacDecoder_DecodeFrame()
1587 self->channelType, self->channelIndices, &self->mapDescr, in aacDecoder_DecodeFrame()
1840 self->channelType, self->channelIndices, in aacDecoder_DecodeFrame()