Searched refs:elType (Results 1 - 14 of 14) sorted by relevance
/external/aac/libAACenc/src/ |
H A D | qc_main.cpp | 519 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 D | channel_map.cpp | 224 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 D | qc_data.h | 118 MP4_ELEMENT_ID elType; member in struct:__anon297
|
H A D | bitenc.cpp | 1014 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 D | adj_thr.cpp | 1202 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 D | aacenc.cpp | 740 if ( (elInfo.elType == ID_SCE) 741 || (elInfo.elType == ID_CPE) 742 || (elInfo.elType == ID_LFE) )
|
H A D | aacenc_lib.cpp | 606 sbrElInfo[el].elType = channelMapping->elInfo[el].elType; 690 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) {
|
H A D | psy_main.cpp | 263 if (cm->elInfo[i].elType!=ID_LFE) {
|
/external/aac/libMpegTPDec/src/ |
H A D | tpdec_asc.cpp | 573 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 D | tpdec_lib.h | 224 * \param elType The element id of the current element to be looked up. 239 MP4_ELEMENT_ID elType
|
/external/aac/libSBRenc/include/ |
H A D | sbr_encoder.h | 266 MP4_ELEMENT_ID elType; member in struct:__anon402
|
/external/aac/libSBRenc/src/ |
H A D | sbr_encoder.cpp | 1579 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 D | SemaExprCXX.cpp | 3360 QualType elType = ToType->getAs<ExtVectorType>()->getElementType(); local 3361 if (elType != From->getType()) { 3363 From = ImpCastExprToType(From, elType, 3364 PrepareScalarCast(E, elType)).get();
|
H A D | SemaExpr.cpp | 6970 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