Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java1043 format = MediaFormat.createVideoFormat(mime, info.mMaxW, info.mMaxH); in initCodecAndSurface()
1738 public int mMaxH; field in MediaCodecTest.CodecInfo
1831 info.mMaxH = maxH; in getAvcSupportedFormatInfo()
1841 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, info.mMaxW, info.mMaxH); in runVideoEncoding()