OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelOutputMapping
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
aacdecoder.h
189
const UCHAR (*
channelOutputMapping
)[8]; /*!< Table for MPEG canonical order to output channel order mapping. */
190
UCHAR chMapIndex; /*!< Index to access one line of the
channelOutputMapping
table. This is required
aacdecoder_lib.cpp
536
self->
channelOutputMapping
= channelMappingTablePassthrough;
541
self->
channelOutputMapping
= channelMappingTableWAV;
658
aacDec->
channelOutputMapping
= channelMappingTableWAV;
950
self->
channelOutputMapping
[chOutMapIdx],
1001
self->
channelOutputMapping
,
[
all
...]
aacdecoder.cpp
[
all
...]
Completed in 622 milliseconds