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

/external/aac/libAACenc/src/
H A Dqc_main.cpp523 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) ||
524 (cm->elInfo[i].elType == ID_LFE))
586 if ( (elInfo.elType == ID_SCE)
587 || (elInfo.elType == ID_CPE)
588 || (elInfo.elType == ID_LFE) )
648 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
649 (elInfo.elType == ID_LFE))
691 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:__anon130
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.cpp1176 if (cm->elInfo[elementId].elType != ID_DSE) {
1239 if (cm->elInfo[elementId].elType != ID_DSE) {
1326 if (cm->elInfo[elementId].elType != ID_DSE) {
1431 if (cm->elInfo[elementId].elType != ID_DSE) {
1675 if (cm->elInfo[elementId].elType != ID_DSE) {
1702 if (cm->elInfo[elementId].elType != ID_DSE) {
1744 if (cm->elInfo[elementId].elType != ID_DSE) {
1772 if (cm->elInfo[elementId].elType != ID_DSE) {
1805 if (cm->elInfo[elementId].elType != ID_DSE) {
1822 if (cm->elInfo[elementId].elType !
[all...]
H A Daacenc.cpp715 if ( (elInfo.elType == ID_SCE)
716 || (elInfo.elType == ID_CPE)
717 || (elInfo.elType == ID_LFE) )
H A Daacenc_lib.cpp630 sbrElInfo[el].elType = channelMapping->elInfo[el].elType;
714 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.cpp417 MP4_ELEMENT_ID elType
424 if ( elType == ID_SCE
425 || elType == ID_CPE
426 || elType == ID_LFE )
429 if (elList[pPce->elCounter] != elType) {
431 if ( (channelConfig == 2) && (elType == ID_SCE) )
441 if (elType == ID_CPE) {
457 if ( elType == ID_SCE
458 || elType == ID_CPE
459 || elType
[all...]
/external/aac/libMpegTPDec/include/
H A Dtpdec_lib.h223 * \param elType The element id of the current element to be looked up.
238 MP4_ELEMENT_ID elType
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h255 MP4_ELEMENT_ID elType; member in struct:__anon231
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1484 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) {
1487 if (elInfo[coreEl].elType == ID_LFE) {
1508 hSbrElement->elInfo.elType = pelInfo->elType;
1866 elInfo[0].elType = ID_SCE;
1899 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) {
1991 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp6147 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); local
6148 if (elType != RHSType) {
6149 Kind = PrepareScalarCast(RHS, elType);
6150 RHS = ImpCastExprToType(RHS.take(), elType, Kind);

Completed in 282 milliseconds