Searched refs:instCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DTestBenchMultipleInstance.c63 i32 instCount, instRunning; local
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
[all...]

Completed in 7 milliseconds