OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChannelConfig
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_asc.h
101
int
getChannelConfig
( CHANNEL_MODE channel_mode );
tpenc_asc.cpp
187
int
getChannelConfig
( CHANNEL_MODE channel_mode )
385
if (
getChannelConfig
(config->channelMode) == 0) {
497
FDKwriteBits( asc,
getChannelConfig
(config->channelMode), 4 );
tpenc_adts.cpp
227
FDKwriteBits(hBitStream,
getChannelConfig
(hAdts->channel_mode), 3);
tpenc_lib.cpp
231
} /* switch
getChannelConfig
() */
323
getChannelConfig
(hTpEnc->config.channelMode),
Completed in 2146 milliseconds