Searched refs:codec (Results 1 – 4 of 4) sorted by relevance
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
D | MediaBootCheck.java | 45 MediaCodec codec = null; in checkCodecList() local 47 codec = MediaCodec.createByCodecName(info.getName()); in checkCodecList() 49 Assert.assertEquals(codec.getName(), info.getName()); in checkCodecList() 50 Assert.assertEquals(codec.getCanonicalName(), info.getCanonicalName()); in checkCodecList() 52 if (codec != null) { in checkCodecList() 53 codec.release(); in checkCodecList()
|
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/ |
D | VideoRenderer.kt | 52 val codec = MediaCodec.createEncoderByType(mime) in <lambda>() constant 53 codec.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE) in <lambda>() 54 val surface = codec.createInputSurface() in <lambda>() 55 codec.start() in <lambda>() 57 encodeScreenshotsInVideo(codec, muxer, surface) in <lambda>() 59 codec.stop() in <lambda>() 60 codec.release() in <lambda>()
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | logcat.txt | 176 11-03 02:59:48.892 6371 8072 F DEBUG : pid: 6371, tid: 8072, name: media.codec >>> omx@1.0-ser…
|
/platform_testing/libraries/sts-common-util/host-side/tests/res/ |
D | logcat.txt | 178 11-03 02:59:48.892 6371 8072 F DEBUG : pid: 6371, tid: 8072, name: media.codec >>> omx@1.0-ser…
|