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 622 switch (elInfo.elType) {
  /external/aac/libAACenc/src/
qc_main.cpp 517 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 == ID_SCE) || (elInfo.elType == ID_CPE) |
    [all...]
channel_map.cpp 218 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) {
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]++;
qc_data.h 118 MP4_ELEMENT_ID elType;
adj_thr.cpp     [all...]
bitenc.cpp     [all...]
aacenc.cpp 709 if ( (elInfo.elType == ID_SCE)
710 || (elInfo.elType == ID_CPE)
711 || (elInfo.elType == ID_LFE) )
    [all...]
aacenc_lib.cpp 463 sbrElInfo[el].elType = channelMapping->elInfo[el].elType;
541 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) {
    [all...]
psy_main.cpp 268 if (cm->elInfo[i].elType!=ID_LFE) {
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 278 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...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 52 ELEMENT_TYPE elType;
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 202 * \param elType The element id of the current element to be looked up.
217 MP4_ELEMENT_ID elType
  /external/aac/libSBRenc/include/
sbr_encoder.h 248 MP4_ELEMENT_ID elType;
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 203 milliseconds