Searched refs:infoEnc (Results 1 – 1 of 1) sorted by relevance
440 CodecInfo infoEnc = CodecInfo.getSupportedFormatInfo(encoderName, mimeType, w, h); in doTestByName() local441 if (infoEnc == null) { in doTestByName()450 mSrcColorFormat = getColorFormat(infoEnc); in doTestByName()470 format.setInteger(MediaFormat.KEY_BIT_RATE, infoEnc.mBitRate); in doTestByName()474 format.setInteger(MediaFormat.KEY_FRAME_RATE, infoEnc.mFps); in doTestByName()475 mFrameRate = infoEnc.mFps; in doTestByName()