Lines Matching refs:elemIdx

2288   int elemIdx = 0;  in Drm_xHEAACDecoderConfig()  local
2290 usc->element[elemIdx].m_stereoConfigIndex = 0; in Drm_xHEAACDecoderConfig()
2297 usc->element[elemIdx].usacElementType = ID_USAC_SCE; in Drm_xHEAACDecoderConfig()
2299 usc->element[elemIdx].m_noiseFilling = FDKreadBits(hBs, 1); in Drm_xHEAACDecoderConfig()
2305 usc->element[elemIdx].m_harmonicSBR = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2306 usc->element[elemIdx].m_interTes = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2307 usc->element[elemIdx].m_pvc = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2310 asc->m_samplesPerFrame, asc->m_aot, ID_SCE, elemIdx, in Drm_xHEAACDecoderConfig()
2311 usc->element[elemIdx].m_harmonicSBR, in Drm_xHEAACDecoderConfig()
2312 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig()
2320 usc->element[elemIdx].usacElementType = ID_USAC_CPE; in Drm_xHEAACDecoderConfig()
2322 usc->element[elemIdx].m_noiseFilling = FDKreadBits(hBs, 1); in Drm_xHEAACDecoderConfig()
2324 usc->element[elemIdx].m_harmonicSBR = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2325 usc->element[elemIdx].m_interTes = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2326 usc->element[elemIdx].m_pvc = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2330 usc->element[elemIdx].m_stereoConfigIndex = FDKreadBits(hBs, 2); in Drm_xHEAACDecoderConfig()
2341 if ((usc->element[elemIdx].m_stereoConfigIndex > 1) && in Drm_xHEAACDecoderConfig()
2342 usc->element[elemIdx].m_harmonicSBR) { in Drm_xHEAACDecoderConfig()
2353 (usc->element[elemIdx].m_stereoConfigIndex != 1)) { in Drm_xHEAACDecoderConfig()
2361 (usc->element[elemIdx].m_stereoConfigIndex == 1 || in Drm_xHEAACDecoderConfig()
2362 usc->element[elemIdx].m_stereoConfigIndex == 2) in Drm_xHEAACDecoderConfig()
2368 asc->m_samplesPerFrame, asc->m_aot, el_type, elemIdx, in Drm_xHEAACDecoderConfig()
2369 usc->element[elemIdx].m_harmonicSBR, in Drm_xHEAACDecoderConfig()
2370 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig()
2376 if (usc->element[elemIdx].m_stereoConfigIndex > 0) { in Drm_xHEAACDecoderConfig()
2389 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig()