HomeSort by relevance Sort by last modified time
    Searched full:eltype (Results 1 - 23 of 23) 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]++;
adj_thr.cpp     [all...]
bitenc.cpp     [all...]
qc_data.h 118 MP4_ELEMENT_ID elType;
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...]
  /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/llvm/include/llvm/
DerivedTypes.h 315 SequentialType(TypeID TID, Type *ElType)
316 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
341 ArrayType(Type *ElType, uint64_t NumEl);
368 VectorType(Type *ElType, unsigned NumEl);
434 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/llvm/lib/VMCore/
Type.cpp 688 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
689 : SequentialType(ArrayTyID, ElType) {
716 VectorType::VectorType(Type *ElType, unsigned NumEl)
717 : SequentialType(VectorTyID, 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/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 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-as 

Completed in 3988 milliseconds