Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DMpegTsPlayer.java143 private boolean mTrickplayRunning; field in MpegTsPlayer
309 mTrickplayRunning = true; in startSmoothTrickplay()
324 if (mTrickplayRunning) { in stopSmoothTrickplay()
325 mTrickplayRunning = false; in stopSmoothTrickplay()
592 if (mTrickplayRunning && mListener != null) { in onDroppedFrames()
599 if (mTrickplayRunning && mListener != null) { in onAudioTrackSetPlaybackParamsError()