Lines Matching refs:m_aot
1496 switch (asc->m_aot) { in CAacDecoder_Init()
1546 switch (asc->m_aot) { in CAacDecoder_Init()
1599 if (asc->m_aot == AOT_USAC) { in CAacDecoder_Init()
1607 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init()
1645 if ((asc->m_channelConfiguration > 0) || IS_USAC(asc->m_aot)) { in CAacDecoder_Init()
1646 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init()
1766 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init()
1768 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init()
1773 if (asc->m_aot == AOT_ER_AAC_ELD && in CAacDecoder_Init()
1809 if (asc->m_aot == AOT_ER_AAC_ELD) { in CAacDecoder_Init()
1860 if (asc->m_aot == AOT_ER_AAC_ELD) { in CAacDecoder_Init()
1877 self->flags[streamIndex] |= (asc->m_aot == AOT_ER_AAC_LD) ? AC_LD : 0; in CAacDecoder_Init()
1880 if (asc->m_aot == AOT_USAC) { in CAacDecoder_Init()
1887 if (asc->m_aot == AOT_DRM_AAC) { in CAacDecoder_Init()
1890 if (asc->m_aot == AOT_DRM_SURROUND) { in CAacDecoder_Init()
1895 if ((asc->m_aot == AOT_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_SCAL)) { in CAacDecoder_Init()
1948 switch (asc->m_aot) { in CAacDecoder_Init()
1985 switch (asc->m_aot) { in CAacDecoder_Init()
2022 (UINT)self->streamInfo.aacSampleRate, asc->m_aot); in CAacDecoder_Init()
2365 if (asc->m_aot == AOT_USAC) { in CAacDecoder_Init()