Searched refs:tmpBuf (Results 1 – 1 of 1) sorted by relevance
125 ByteBuffer tmpBuf = ByteBuffer.allocate(w * h * 3 / 2); in doDecode() local128 while ((sampleSize = extractor.readSampleData(tmpBuf, 0 /* offset */)) > 0) { in doDecode()133 copied.put(tmpBuf); in doDecode()