Searched refs:mMaxH (Results 1 – 1 of 1) sorted by relevance
1043 format = MediaFormat.createVideoFormat(mime, info.mMaxW, info.mMaxH); in initCodecAndSurface()1738 public int mMaxH; field in MediaCodecTest.CodecInfo1831 info.mMaxH = maxH; in getAvcSupportedFormatInfo()1841 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, info.mMaxW, info.mMaxH); in runVideoEncoding()