OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chMapping
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACdec/src/
aacdecoder.h
182
UCHAR
chMapping
[(8)]; /*!< Table of MPEG canonical order to bitstream channel order mapping. */
aacdecoder.cpp
915
self->
chMapping
[ch] = ch;
918
self->
chMapping
[ch] = 255;
[
all
...]
/external/aac/libMpegTPDec/include/
tpdec_lib.h
220
* \param
chMapping
Array to store the canonical channel mapping indexes.
234
UCHAR
chMapping
[],
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
568
UCHAR
chMapping
[],
684
chMapping
[chIdx] = channelIdx;
688
chMapping
[chIdx+1] = channelIdx+1;
738
chMapping
[chIdx] = channelIdx;
742
chMapping
[chIdx+1] = channelIdx+1;
792
chMapping
[chIdx] = channelIdx;
796
chMapping
[chIdx+1] = channelIdx+1;
841
chMapping
[chIdx] = channelIdx;
[
all
...]
Completed in 2665 milliseconds