HomeSort by relevance Sort by last modified time
    Searched refs:channelMode (Results 1 - 25 of 35) sorted by null

1 2

  /external/aac/libMpegTPEnc/src/
tpenc_asc.h 107 * \param channelMode the channel mode to be used
118 CHANNEL_MODE channelMode,
130 * \param channelMode the channel mode to be used
136 CHANNEL_MODE channelMode,
tpenc_asc.cpp 216 CHANNEL_MODE channelMode,
234 if ((config=getPceEntry(channelMode))==NULL) {
255 if ( matrixMixdownA!=0 && ((channelMode==MODE_1_2_2)||(channelMode==MODE_1_2_2_1)) ) {
302 int transportEnc_GetPCEBits(CHANNEL_MODE channelMode,
308 if ((config=getPceEntry(channelMode))==NULL) {
317 if ( matrixMixdownA!=0 && ((channelMode==MODE_1_2_2)||(channelMode==MODE_1_2_2_1)) ) {
381 if (getChannelConfig(config->channelMode) == 0) {
382 transportEnc_writePCE(asc, config->channelMode, config->samplingRate, 0, 1, 0, 0, alignAnchor)
    [all...]
tpenc_lib.cpp 267 hTpEnc->writer.adif.cm = hTpEnc->config.channelMode;
317 getChannelConfig(hTpEnc->config.channelMode),
357 frameUsedBits += transportEnc_GetPCEBits(hTp->config.channelMode, hTp->config.matrixMixdownA, 3); /* Consider 3 bits ID signalling in alignment */
420 transportEnc_writePCE(&hTp->bitStream, hTp->config.channelMode, hTp->config.samplingRate, 0, 1, hTp->config.matrixMixdownA, hTp->config.flags & CC_PSEUDO_SURROUND, alignAnchor);
503 nPceBits = transportEnc_GetPCEBits(hTp->config.channelMode, hTp->config.matrixMixdownA, 3); /* Consider 3 bits ID signalling in alignment */
tpenc_adts.cpp 170 hAdts->channel_mode = config->channelMode;
  /external/aac/libAACenc/src/
metadata_compressor.h 160 * \param channelMode Channel configuration.
174 const CHANNEL_MODE channelMode,
metadata_main.h 143 * \param channelMode Channel configuration which is used by the encoder.
158 const CHANNEL_MODE channelMode,
aacenc.h 195 CHANNEL_MODE channelMode; /* encoder channel mode configuration */
255 channelMode
259 INT FDKaacEnc_GetVBRBitrate(INT bitrateMode, CHANNEL_MODE channelMode);
aacenc_lib.cpp 141 UINT nChannels; /*!< will be set via channelMode. */
322 cc->channelMode = hAacConfig->channelMode;
368 && ((cc->channelMode==MODE_1_2_2)||(cc->channelMode==MODE_1_2_2_1)) )
421 config->userChannelMode = hAacConfig->channelMode;
480 const CHANNEL_MODE channelMode,
490 FDKaacEnc_InitChannelMapping(channelMode, CH_ORDER_MPEG, &cm);
611 hAacConfig->channelMode = config->userChannelMode;
685 hAacConfig->channelMode,
    [all...]
aacenc.cpp 184 channelMode
188 INT FDKaacEnc_GetVBRBitrate(INT bitrateMode, CHANNEL_MODE channelMode)
193 if (FDKaacEnc_GetMonoStereoMode(channelMode)==EL_MODE_STEREO) {
215 bitrate *= FDKaacEnc_GetChannelModeConfiguration(channelMode)->nChannelsEff;
288 config->channelMode = MODE_UNKNOWN;
432 FDKaacEnc_GetChannelModeConfiguration(config->channelMode)->nChannelsEff,
504 hAacEnc->encoderMode = config->channelMode;
    [all...]
metadata_main.cpp 409 const CHANNEL_MODE channelMode,
471 channelMode,
metadata_compressor.cpp 480 const CHANNEL_MODE channelMode,
493 drcComp->chanConfig = channelMode;
501 if (FDKaacEnc_InitChannelMapping(channelMode, channelOrder, &channelMapping)!=AAC_ENC_OK) {
507 switch (channelMode) {
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 314 CHANNEL_MODE channelMode; /**< Channel mode. */
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 771 milliseconds

1 2