Home | History | Annotate | Download | only in src

Lines Matching refs:audioMode

2283     CSAudioSpecificConfig *asc, HANDLE_FDK_BITSTREAM hBs, int audioMode,
2295 switch (audioMode) {
2406 CSAudioSpecificConfig *asc, HANDLE_FDK_BITSTREAM bs, int audioMode,
2415 asc->m_channelConfiguration = (audioMode) ? 2 : 1;
2417 if (Drm_xHEAACDecoderConfig(asc, bs, audioMode, cb) != TRANSPORTDEC_OK) {
2461 int audioCoding, audioMode, cSamplingFreq, coderField, sfIdx, sbrFlag;
2471 audioMode = FDKreadBits(bs, 2);
2530 if ((coderField >> 2) && (audioMode != 1)) {
2535 switch (audioMode) {
2567 switch (audioMode) {
2571 ErrorStatus = Drm_xHEAACStaticConfig(self, bs, audioMode, cb);