Home
last modified time | relevance | path

Searched refs:bytesToFeed (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1642 int bytesToFeed = 0; in doStagefrightTestRawBlob() local
1649 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()