Searched refs:CProgramConfig_IsValid (Results 1 – 3 of 3) sorted by relevance
528 if (CProgramConfig_IsValid(tmpPce) && (tmpPce->Profile == 1)) { in CProgramConfigElement_Read()529 if (!CProgramConfig_IsValid(pce) && (channelConfig > 0)) { in CProgramConfigElement_Read()534 if (CProgramConfig_IsValid(pce)) { in CProgramConfigElement_Read()1524 if (CProgramConfig_IsValid(&self->pce) && (asc->m_channelConfiguration > 0)) { in CAacDecoder_Init()1553 if (CProgramConfig_IsValid(&asc->m_progrConfigElement)) { in CAacDecoder_Init()1755 if (CProgramConfig_IsValid(&asc->m_progrConfigElement)) { in CAacDecoder_Init()2421 if (!CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()3090 if (pceRead == 1 && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()3130 if ((self->streamInfo.channelConfig == 0) && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
191 int CProgramConfig_IsValid(const CProgramConfig *pPce);
191 int CProgramConfig_IsValid(const CProgramConfig *pPce) { in CProgramConfig_IsValid() function