Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java351 String csdKey = "csd-" + i; in testFlush() local
352 if (format.containsKey(csdKey)) { in testFlush()
353 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testFlush()
711 String csdKey = "csd-" + i; in testSimpleDecodeQueueCSD() local
712 if (format.containsKey(csdKey)) { in testSimpleDecodeQueueCSD()
713 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testSimpleDecodeQueueCSD()
714 format.removeKey(csdKey); in testSimpleDecodeQueueCSD()
DCodecDecoderSurfaceTest.java253 String csdKey = "csd-" + i; in testFlush() local
254 if (format.containsKey(csdKey)) { in testFlush()
255 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testFlush()
DExtractorTest.java201 String csdKey = "csd-" + i; in isCSDIdentical() local
202 boolean refHasCSD = refFormat.containsKey(csdKey); in isCSDIdentical()
203 boolean testHasCSD = testFormat.containsKey(csdKey); in isCSDIdentical()
212 Log.v(LOG_TAG, mime + " has " + csdKey); in isCSDIdentical()
213 ByteBuffer r = refFormat.getByteBuffer(csdKey); in isCSDIdentical()
214 ByteBuffer t = testFormat.getByteBuffer(csdKey); in isCSDIdentical()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java1861 for (String csdKey : CSD_KEYS) {
1862 if (!format.containsKey(csdKey)) {
1868 fail("failed to queue configuration buffer " + csdKey);
1870 ByteBuffer csd = (ByteBuffer) format.getByteBuffer(csdKey).rewind();
1871 Log.v(TAG + "#queueConfig", String.format("queueing %s:%s", csdKey, csd));