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

/external/aac/libAACenc/src/
H A Dqc_main.cpp517 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) ||
518 (cm->elInfo[i].elType == ID_LFE))
580 if ( (elInfo.elType == ID_SCE)
581 || (elInfo.elType == ID_CPE)
582 || (elInfo.elType == ID_LFE) )
642 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
643 (elInfo.elType == ID_LFE))
685 if ((elInfo.elType
[all...]
H A Dchannel_map.cpp218 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
225 elInfo->elType=elType;
228 switch(elInfo->elType) {
232 elInfo->instanceTag=it_cnt[elType]++;
239 elInfo->instanceTag=it_cnt[elType]++;
245 elInfo->instanceTag=it_cnt[elType]++;
H A Dqc_data.h118 MP4_ELEMENT_ID elType; member in struct:__anon127
H A Dadj_thr.cpp970 if (cm->elInfo[elementId].elType != ID_DSE) {
1033 if (cm->elInfo[elementId].elType != ID_DSE) {
1120 if (cm->elInfo[elementId].elType != ID_DSE) {
1225 if (cm->elInfo[elementId].elType != ID_DSE) {
1469 if (cm->elInfo[elementId].elType != ID_DSE) {
1496 if (cm->elInfo[elementId].elType != ID_DSE) {
1538 if (cm->elInfo[elementId].elType != ID_DSE) {
1566 if (cm->elInfo[elementId].elType != ID_DSE) {
1599 if (cm->elInfo[elementId].elType != ID_DSE) {
1616 if (cm->elInfo[elementId].elType !
[all...]
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 Daacenc.cpp706 if ( (elInfo.elType == ID_SCE)
707 || (elInfo.elType == ID_CPE)
708 || (elInfo.elType == ID_LFE) )
H A Daacenc_lib.cpp463 sbrElInfo[el].elType = channelMapping->elInfo[el].elType;
541 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) {
H A Dpsy_main.cpp268 if (cm->elInfo[i].elType!=ID_LFE) {
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp278 MP4_ELEMENT_ID elType
285 if ( elType == ID_SCE
286 || elType == ID_CPE
287 || elType == ID_LFE )
290 if (elList[pPce->elCounter] != elType) {
296 if (elType == ID_CPE) {
312 if ( elType == ID_SCE
313 || elType == ID_CPE
314 || elType == ID_LFE )
317 elList[pPce->elCounter] = elType;
[all...]
/external/aac/libMpegTPDec/include/
H A Dtpdec_lib.h202 * \param elType The element id of the current element to be looked up.
217 MP4_ELEMENT_ID elType
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h248 MP4_ELEMENT_ID elType; member in struct:__anon229
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1413 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) {
1416 if (elInfo[coreEl].elType == ID_LFE) {
1437 hSbrElement->elInfo.elType = pelInfo->elType;
1764 elInfo[0].elType = ID_SCE;
1797 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) {
1902 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp5745 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); local
5746 if (elType != RHSType) {
5747 Kind = PrepareScalarCast(RHS, elType);
5748 RHS = ImpCastExprToType(RHS.take(), elType, Kind);

Completed in 438 milliseconds