Searched refs:mVideoFramesPlayed (Results 1 – 1 of 1) sorted by relevance
162 private final int mVideoFramesPlayed; field in PlaybackMetrics204 this.mVideoFramesPlayed = videoFramesPlayed; in PlaybackMetrics()292 return mVideoFramesPlayed; in getVideoFramesPlayed()369 + "videoFramesPlayed = " + mVideoFramesPlayed + ", " in toString()393 && mVideoFramesPlayed == that.mVideoFramesPlayed in equals()406 mVideoFramesPlayed, mVideoFramesDropped, mAudioUnderrunCount, mNetworkBytesRead, in hashCode()425 dest.writeInt(mVideoFramesPlayed); in writeToParcel()474 this.mVideoFramesPlayed = videoFramesPlayed; in PlaybackMetrics()511 private int mVideoFramesPlayed = -1; field in PlaybackMetrics.Builder606 mVideoFramesPlayed = value; in setVideoFramesPlayed()[all …]