Searched refs:mCodecInfo (Results 1 – 1 of 1) sorted by relevance
96 public MediaCodecInfo mCodecInfo; field in CodecInfoTest104 mCodecInfo = codecInfo; in CodecInfoTest()156 MediaCodecInfo.CodecCapabilities caps = mCodecInfo.getCapabilitiesForType(mMediaType); in testHDRDisplayCapabilities()166 assertTrue(mCodecInfo.getName() + " Advertises support for HDR10/HDR10+ profile " + in testHDRDisplayCapabilities()183 MediaCodecInfo.CodecCapabilities caps = mCodecInfo.getCapabilitiesForType(mMediaType); in testColorFormatSupport()184 assertFalse(mCodecInfo.getName() + " does not support COLOR_FormatYUV420Flexible", in testColorFormatSupport()188 assertFalse(mCodecInfo.getName() in testColorFormatSupport()200 if (mCodecInfo.isEncoder()) { in testColorFormatSupport()202 assertFalse(mCodecInfo.getName() in testColorFormatSupport()227 Assume.assumeFalse(mCodecInfo.getName() in testColorFormatSupport()[all …]