Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java1188 String theCodec = metrics.getString(MediaCodec.MetricsConstants.CODEC, null); in testDequeueSurface() local
1189 if (theCodec == null) { in testDequeueSurface()
1266 String theCodec = metrics.getString(MediaCodec.MetricsConstants.CODEC, null); in testReconfigureWithoutSurface() local
1267 if (theCodec == null) { in testReconfigureWithoutSurface()
1329 String theCodec = metrics.getString(MediaCodec.MetricsConstants.CODEC, null); in testDecodeAfterFlush()
1330 if (theCodec == null) { in testDecodeAfterFlush()
1371 … String theCodec = metrics.getString(MediaCodec.MetricsConstants.CODEC, null); in testDecodeAfterFlush()
1372 if (theCodec == null) { in testDecodeAfterFlush()
1442 String theCodec = metrics.getString(MediaCodec.MetricsConstants.CODEC, null); in runDecodeTillFirstOutput() local
1443 if (theCodec == null) { in runDecodeTillFirstOutput()