HomeSort by relevance Sort by last modified time
    Searched refs:mMediaFormatHeight (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTunneledPlayer.java 49 private int mMediaFormatHeight;
114 return mMediaFormatHeight;
164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT);
167 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight);
MediaCodecClearKeyPlayer.java 73 private int mMediaFormatHeight;
186 return mMediaFormatHeight;
263 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT);
266 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight);

Completed in 250 milliseconds