Searched refs:bytesToFeed (Results 1 – 1 of 1) sorted by relevance
1642 int bytesToFeed = 0; in doStagefrightTestRawBlob() local1649 bytesToFeed = Math.min((int)(fd.getLength() - offset), in doStagefrightTestRawBlob()1654 System.arraycopy(blob, offset, tempBlob, 0, bytesToFeed); in doStagefrightTestRawBlob()1656 codec.queueInputBuffer(bufidx, 0, bytesToFeed, 0, flags); in doStagefrightTestRawBlob()