Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTunneledPlayer.java50 private int mMediaFormatWidth; field in MediaCodecTunneledPlayer
118 return mMediaFormatWidth; in getMediaFormatWidth()
165 mMediaFormatWidth = getMediaFormatInteger(format, MediaFormat.KEY_WIDTH); in prepareVideo()
167 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()
DMediaCodecClearKeyPlayer.java74 private int mMediaFormatWidth; field in MediaCodecClearKeyPlayer
190 return mMediaFormatWidth; in getMediaFormatWidth()
264 mMediaFormatWidth = getMediaFormatInteger(format, MediaFormat.KEY_WIDTH); in prepareVideo()
266 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()