Searched refs:mMediaFormatWidth (Results 1 – 2 of 2) sorted by relevance
50 private int mMediaFormatWidth; field in MediaCodecTunneledPlayer118 return mMediaFormatWidth; in getMediaFormatWidth()165 mMediaFormatWidth = getMediaFormatInteger(format, MediaFormat.KEY_WIDTH); in prepareVideo()167 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()
74 private int mMediaFormatWidth; field in MediaCodecClearKeyPlayer190 return mMediaFormatWidth; in getMediaFormatWidth()264 mMediaFormatWidth = getMediaFormatInteger(format, MediaFormat.KEY_WIDTH); in prepareVideo()266 " Width:" + mMediaFormatWidth + ", Height:" + mMediaFormatHeight); in prepareVideo()