Searched refs:mMediaFormatHeight (Results 1 – 2 of 2) sorted by relevance
49 private int mMediaFormatHeight; field in MediaCodecTunneledPlayer114 return mMediaFormatHeight; in getMediaFormatHeight()164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()167 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()
73 private int mMediaFormatHeight; field in MediaCodecClearKeyPlayer186 return mMediaFormatHeight; in getMediaFormatHeight()263 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()266 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()