OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelIdx
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACenc/src/
metadata_compressor.cpp
176
INT
channelIdx
[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
505
for (i = 0; i < 9; i++) drcComp->
channelIdx
[i] = -1;
509
drcComp->
channelIdx
[C] = channelMapping.elInfo[0].ChannelIndex[0];
512
drcComp->
channelIdx
[L] = channelMapping.elInfo[0].ChannelIndex[0];
513
drcComp->
channelIdx
[R] = channelMapping.elInfo[0].ChannelIndex[1];
516
drcComp->
channelIdx
[L] = channelMapping.elInfo[1].ChannelIndex[0];
517
drcComp->
channelIdx
[R] = channelMapping.elInfo[1].ChannelIndex[1];
518
drcComp->
channelIdx
[C] = channelMapping.elInfo[0].ChannelIndex[0];
521
drcComp->
channelIdx
[L] = channelMapping.elInfo[1].ChannelIndex[0];
522
drcComp->
channelIdx
[R] = channelMapping.elInfo[1].ChannelIndex[1]
[
all
...]
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
272
const UINT
channelIdx
,
295
getImplicitAudioChannelTypeAndIndex(&chType[
channelIdx
], &chIndex[
channelIdx
], channelConfig,
channelIdx
);
297
chType[
channelIdx
+1] = chType[
channelIdx
];
298
chIndex[
channelIdx
+1] = chIndex[
channelIdx
]+1;
335
chMapping[cc] =
channelIdx
;
339
chMapping[cc+1] =
channelIdx
+1
[
all
...]
/external/aac/libMpegTPDec/include/
tpdec_lib.h
197
* \param
channelIdx
The current channel count of the decoder parser.
211
const UINT
channelIdx
,
Completed in 178 milliseconds