Searched refs:outSize (Results 1 – 6 of 6) sorted by relevance
41 int outSize = 159744 * 4; in fuzzIOMXQcomVpx() local106 sp<MemoryDealer> dealerOut = new MemoryDealer(outSize); in fuzzIOMXQcomVpx()108 memory = dealerOut->allocate(outSize); in fuzzIOMXQcomVpx()
124 private void getCurrentInsetsSize(Rect outSize) { in getCurrentInsetsSize() argument125 outSize.setEmpty(); in getCurrentInsetsSize()130 insetsToRect(navInsets, outSize); in getCurrentInsetsSize()
145 int outSize = testInstances[i].getOutputManager().getOutStreamSize(); in getQualityRegressionForCfgs() local146 double achievedBitRate = ((double) outSize * 8 * frameRate) / (1000 * frameLimit); in getQualityRegressionForCfgs()
589 Point outSize = new Point();590 display.getSize(outSize);591 assertEquals(SECONDARY_DISPLAY_WIDTH, outSize.x);592 assertEquals(SECONDARY_DISPLAY_HEIGHT, outSize.y);627 Point outSize = new Point();628 display.getRealSize(outSize);634 assertEquals("Secondary display real size width is unexpected; height: " + outSize.y636 + " type " + display.getType(), SECONDARY_DISPLAY_WIDTH, outSize.x);637 assertEquals(SECONDARY_DISPLAY_HEIGHT, outSize.y);
759 int outSize = mOutputBuff.getOutStreamSize() * 8; in testAdaptiveBitRate() local760 float brDev = Math.abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate()
667 int outSize = mOutputBuff->getOutStreamSize() * 8; in testAdaptiveBitRate() local668 float brDev = abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate()