HomeSort by relevance Sort by last modified time
    Searched full:eltype (Results 1 - 21 of 21) 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]++;
adj_thr.cpp     [all...]
bitenc.cpp     [all...]
qc_data.h 118 MP4_ELEMENT_ID elType;
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...]
  /external/opencv/cv/src/
cvutils.cpp 55 int eltype; local
61 eltype = CV_MAT_TYPE( mat->type );
62 if( eltype != CV_32SC2 && eltype != CV_32FC2 )
73 (seq_kind & (CV_SEQ_KIND_MASK|CV_SEQ_FLAG_CLOSED)) | eltype,
74 sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr,
  /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/llvm/include/llvm/IR/
DerivedTypes.h 312 SequentialType(TypeID TID, Type *ElType)
313 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
337 ArrayType(Type *ElType, uint64_t NumEl);
363 VectorType(Type *ElType, unsigned NumEl);
448 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 671 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
672 : SequentialType(ArrayTyID, ElType) {
698 VectorType::VectorType(Type *ElType, unsigned NumEl)
699 : SequentialType(VectorTyID, ElType) {
  /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/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 555 milliseconds