Searched refs:csdKey (Results 1 – 4 of 4) sorted by relevance
351 String csdKey = "csd-" + i; in testFlush() local352 if (format.containsKey(csdKey)) { in testFlush()353 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testFlush()711 String csdKey = "csd-" + i; in testSimpleDecodeQueueCSD() local712 if (format.containsKey(csdKey)) { in testSimpleDecodeQueueCSD()713 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testSimpleDecodeQueueCSD()714 format.removeKey(csdKey); in testSimpleDecodeQueueCSD()
253 String csdKey = "csd-" + i; in testFlush() local254 if (format.containsKey(csdKey)) { in testFlush()255 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testFlush()
201 String csdKey = "csd-" + i; in isCSDIdentical() local202 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()
1861 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));