Searched refs:mCaptionTrack (Results 1 – 3 of 3) sorted by relevance
36 private AtscCaptionTrack mCaptionTrack; field in CaptionLayout71 mCaptionTrack = captionTrack; in setCaptionTrack()75 return mCaptionTrack; in getCaptionTrack()
213 private AtscCaptionTrack mCaptionTrack; field in TunerSessionWorkerExoV2579 if (mCaptionEnabled && mCaptionTrack != null) { in onRenderedFirstFrame()1359 mCaptionTrack = null; in doSelectTrack()1368 mCaptionTrack = mCaptionTrackMap.get(numTrackId); in doSelectTrack()1425 mCaptionTrack != null in createPlayer()1426 ? mCaptionTrack.getServiceNumber() in createPlayer()1432 if (mCaptionEnabled && mCaptionTrack != null) { in startCaptionTrack()1434 TunerSessionOverlay.MSG_UI_START_CAPTION_TRACK, mCaptionTrack); in startCaptionTrack()1436 mPlayer.setCaptionServiceNumber(mCaptionTrack.getServiceNumber()); in startCaptionTrack()1776 mCaptionTrack = null; in prepareTune()
214 private AtscCaptionTrack mCaptionTrack; field in TunerSessionWorker578 if (mCaptionEnabled && mCaptionTrack != null) { in onDrawnToSurface()1426 mCaptionTrack = null; in doSelectTrack()1435 mCaptionTrack = mCaptionTrackMap.get(numTrackId); in doSelectTrack()1503 mCaptionTrack != null in createPlayer()1504 ? mCaptionTrack.getServiceNumber() in createPlayer()1510 if (mCaptionEnabled && mCaptionTrack != null) { in startCaptionTrack()1512 TunerSessionOverlay.MSG_UI_START_CAPTION_TRACK, mCaptionTrack); in startCaptionTrack()1514 mPlayer.setCaptionServiceNumber(mCaptionTrack.getServiceNumber()); in startCaptionTrack()1842 mCaptionTrack = null; in prepareTune()