Searched refs:elType (Results 1 - 14 of 14) sorted by relevance

/external/aac/libAACenc/src/
H A Dqc_main.cpp519 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) ||
520 (cm->elInfo[i].elType == ID_LFE))
582 if ( (elInfo.elType == ID_SCE)
583 || (elInfo.elType == ID_CPE)
584 || (elInfo.elType == ID_LFE) )
644 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
645 (elInfo.elType == ID_LFE))
687 if ((elInfo.elType
[all...]
H A Dchannel_map.cpp224 static INT FDKaacEnc_initElement (ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, INT* cnt, CHANNEL_MODE mode, CHANNEL_ORDER co, INT* it_cnt, const FIXP_DBL relBits) { argument
231 elInfo->elType=elType;
234 switch(elInfo->elType) {
238 elInfo->instanceTag=it_cnt[elType]++;
245 elInfo->instanceTag=it_cnt[elType]++;
251 elInfo->instanceTag=it_cnt[elType]++;
H A Dqc_data.h118 MP4_ELEMENT_ID elType; member in struct:__anon297
H A Dbitenc.cpp1014 if ( (pElInfo->elType==ID_SCE) || (pElInfo->elType==ID_LFE) ) {
1029 FDKwriteBits(hBitStream, pElInfo->elType, EL_ID_BITS);
1310 switch (elInfo.elType)
1352 if(elInfo.elType != ID_DSE) {
H A Dadj_thr.cpp1202 if (cm->elInfo[elementId].elType != ID_DSE) {
1265 if (cm->elInfo[elementId].elType != ID_DSE) {
1352 if (cm->elInfo[elementId].elType != ID_DSE) {
1457 if (cm->elInfo[elementId].elType != ID_DSE) {
1702 if (cm->elInfo[elementId].elType != ID_DSE) {
1729 if (cm->elInfo[elementId].elType != ID_DSE) {
1771 if (cm->elInfo[elementId].elType != ID_DSE) {
1799 if (cm->elInfo[elementId].elType != ID_DSE) {
1832 if (cm->elInfo[elementId].elType != ID_DSE) {
1849 if (cm->elInfo[elementId].elType !
[all...]
H A Daacenc.cpp740 if ( (elInfo.elType == ID_SCE)
741 || (elInfo.elType == ID_CPE)
742 || (elInfo.elType == ID_LFE) )
H A Daacenc_lib.cpp606 sbrElInfo[el].elType = channelMapping->elInfo[el].elType;
690 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) {
H A Dpsy_main.cpp263 if (cm->elInfo[i].elType!=ID_LFE) {
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp573 MP4_ELEMENT_ID elType
580 if ( elType == ID_SCE
581 || elType == ID_CPE
582 || elType == ID_LFE )
585 if (elList[pPce->elCounter] != elType) {
587 if ( (channelConfig == 2) && (elType == ID_SCE) )
597 if (elType == ID_CPE) {
613 if ( elType == ID_SCE
614 || elType == ID_CPE
615 || elType
[all...]
/external/aac/libMpegTPDec/include/
H A Dtpdec_lib.h224 * \param elType The element id of the current element to be looked up.
239 MP4_ELEMENT_ID elType
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h266 MP4_ELEMENT_ID elType; member in struct:__anon402
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1579 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) {
1582 if (elInfo[coreEl].elType == ID_LFE) {
1603 hSbrElement->elInfo.elType = pelInfo->elType;
1957 elInfo[0].elType = ID_SCE;
1990 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) {
2082 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3360 QualType elType = ToType->getAs<ExtVectorType>()->getElementType(); local
3361 if (elType != From->getType()) {
3363 From = ImpCastExprToType(From, elType,
3364 PrepareScalarCast(E, elType)).get();
H A DSemaExpr.cpp6970 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); local
6971 if (elType != RHSType && ConvertRHS) {
6972 Kind = PrepareScalarCast(RHS, elType);
6973 RHS = ImpCastExprToType(RHS.get(), elType, Kind);

Completed in 476 milliseconds