Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTunneledPlayer.java49 private int mMediaFormatHeight; field in MediaCodecTunneledPlayer
114 return mMediaFormatHeight; in getMediaFormatHeight()
164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
167 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()
DMediaCodecClearKeyPlayer.java73 private int mMediaFormatHeight; field in MediaCodecClearKeyPlayer
186 return mMediaFormatHeight; in getMediaFormatHeight()
263 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT); in prepareVideo()
266 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()