OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelIndices
(Results
1 - 5
of
5
) sorted by null
/external/aac/libPCMutils/include/
pcmutils_lib.h
310
UCHAR
channelIndices
[],
/external/aac/libPCMutils/src/
pcmutils_lib.cpp
442
const UCHAR
channelIndices
[], /* in */
457
FDK_ASSERT(
channelIndices
!= NULL);
474
UCHAR chGrpIdx =
channelIndices
[ch];
511
while ( (i < numChInGrp[grpIdx]) && (chGrpIdx >
channelIndices
[chIdx[grpIdx][i]]) ) {
573
int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP +
channelIndices
[chIdx[grpIdx][ch]];
669
UCHAR
channelIndices
[], /* out */
678
FDK_ASSERT(
channelIndices
!= NULL);
684
FDKmemclear(
channelIndices
, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR));
734
channelIndices
[mappedIdx] = 0;
781
channelIndices
[mappedIdx] = chIdx
[
all
...]
/external/aac/libAACdec/src/
aacdecoder.h
185
UCHAR
channelIndices
[(8)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels). */
204
UCHAR channelIndicesPrev[(8)]; /*!< Array holding the
channelIndices
values of the last successful decode call. */
aacdecoder.cpp
748
self->streamInfo.pChannelIndices = self->
channelIndices
;
[
all
...]
aacdecoder_lib.cpp
978
self->
channelIndices
[0] = 0;
979
self->
channelIndices
[1] = 1;
1000
self->
channelIndices
,
[
all
...]
Completed in 118 milliseconds