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