Searched refs:channelIndices (Results 1 – 9 of 9) sorted by relevance
/external/aac/libPCMutils/src/ |
D | pcmdmx_lib.cpp | 512 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/ |
D | pcmdmx_lib.h | 439 UCHAR channelIndices[],
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 417 UCHAR channelIndices[],
|
/external/aac/libSACdec/src/ |
D | sac_dec_interface.h | 326 UCHAR channelIndices[],
|
D | sac_dec.cpp | 875 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()
|
D | sac_dec_lib.cpp | 1530 UCHAR channelIndices[], in mpegSurroundDecoder_Apply() argument 1755 channelIndices, mapDescr); in mpegSurroundDecoder_Apply()
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 1331 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()
|
D | aacdecoder.h | 227 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio member
|
D | aacdecoder_lib.cpp | 1554 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()
|