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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 63 i32 instCount, instRunning;
100 instCount = argc - 1;
109 instCount--;
114 instCount--;
119 instCount--;
124 instCount--;
128 if (instCount < 1)
136 decoder = (Decoder **)malloc(sizeof(Decoder*)*(u32)instCount);
144 for (i = 0; i < instCount; i++)
149 finput = fopen(argv[argc-instCount+i],"rb")
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 243 EAS_U32 instCount;
614 if ((dls.instCount == 0) || (dls.instCount > DLS_MAX_INST_COUNT))
616 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #instruments [%u]\n", dls.instCount); */ }
622 instSize = (EAS_I32) (sizeof(S_PROGRAM) * dls.instCount);
652 dls.pDLS->numDLSPrograms = (EAS_U16) dls.instCount;
690 dls.regionCount = dls.instCount = 0;
    [all...]

Completed in 211 milliseconds