HomeSort by relevance Sort by last modified time
    Searched refs:elType (Results 1 - 16 of 16) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
channel_map.c 30 static Word16 initElement(ELEMENT_INFO* elInfo, ELEMENT_TYPE elType)
34 elInfo->elType=elType;
36 switch(elInfo->elType) {
bitenc.c 625 switch (elInfo.elType) {
  /external/aac/libAACenc/src/
qc_main.cpp 523 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 == ID_SCE) || (elInfo.elType == ID_CPE) |
    [all...]
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) {
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]++;
qc_data.h 118 MP4_ELEMENT_ID elType;
bitenc.cpp     [all...]
adj_thr.cpp     [all...]
aacenc.cpp 715 if ( (elInfo.elType == ID_SCE)
716 || (elInfo.elType == ID_CPE)
717 || (elInfo.elType == ID_LFE) )
    [all...]
aacenc_lib.cpp 630 sbrElInfo[el].elType = channelMapping->elInfo[el].elType;
714 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) {
    [all...]
psy_main.cpp 263 if (cm->elInfo[i].elType!=ID_LFE) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 52 ELEMENT_TYPE elType;
  /external/aac/libMpegTPDec/src/
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 == ID_LFE
    [all...]
  /external/aac/libMpegTPDec/include/
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/
sbr_encoder.h 255 MP4_ELEMENT_ID elType;
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 199 milliseconds