Searched refs:mVideoTrackIndex (Results 1 – 6 of 6) sorted by relevance
98 private int mVideoTrackIndex; field in MediaDecoder231 mVideoTrackIndex = -1; in onStart()239 if (DecoderUtil.isVideoFormat(format) && mVideoTrackIndex == -1) { in onStart()240 mVideoTrackIndex = i; in onStart()246 if (mVideoTrackIndex == -1 && mAudioTrackIndex == -1) { in onStart()251 if (mVideoTrackIndex != -1) { in onStart()254 ? new GpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this) in onStart()257 mMediaExtractor.selectTrack(mVideoTrackIndex); in onStart()308 mVideoTrackIndex = -1; in onStop()321 if (sampleTrackIndex == mVideoTrackIndex) { in decode()[all …]
51 private int mVideoTrackIndex; field in MpegTsSampleExtractor61 mVideoTrackIndex = -1; in init()138 if (MimeTypes.isVideo(mime) && mVideoTrackIndex == -1) { in prepare()139 mVideoTrackIndex = i; in prepare()148 if (mVideoTrackIndex != -1) { in prepare()214 return mVideoTrackIndex < 0 || mReachedEos.get(mVideoTrackIndex) in readSample()230 && track == mVideoTrackIndex in readSample()243 mVideoTrackIndex = -1; in release()
82 private int mVideoTrackIndex = INVALID_TRACK_INDEX; field in ExoPlayerSampleExtractor275 mVideoTrackIndex = i; in onPrepared()281 mVideoTrackIndex = INVALID_TRACK_INDEX; in onPrepared()413 if (mVideoTrackIndex != INVALID_TRACK_INDEX) { in queueSample()415 if (index != mVideoTrackIndex) { in queueSample()451 if (mDecoderInputBuffer.timeUs < mBaseSamplePts && mVideoTrackIndex != index) { in queueSample()589 if (mVideoTrackIndex != entry.getKey()) { in getLastExtractedPositionUs()
56 private int mVideoTrackIndex; field in MpegTsSampleExtractor67 mVideoTrackIndex = -1; in init()201 return mVideoTrackIndex < 0 || mReachedEos.get(mVideoTrackIndex) in readSample()217 && track == mVideoTrackIndex in readSample()230 mVideoTrackIndex = -1; in release()254 if (MimeTypes.isVideo(mime) && mVideoTrackIndex == -1) { in onPrepared()255 mVideoTrackIndex = i; in onPrepared()
88 private int mVideoTrackIndex = INVALID_TRACK_INDEX; field in ExoPlayerSampleExtractor230 mVideoTrackIndex = i; in onPrepared()236 mVideoTrackIndex = INVALID_TRACK_INDEX; in onPrepared()369 if (mVideoTrackIndex != INVALID_TRACK_INDEX) { in queueSample()371 if (index != mVideoTrackIndex) { in queueSample()398 if (mDecoderInputBuffer.timeUs < mBaseSamplePts && mVideoTrackIndex != index) { in queueSample()538 if (mVideoTrackIndex != entry.getKey()) { in getLastExtractedPositionUs()
154 mVideoTrackIndex = trackIndex; in init()164 EXPECT_GE(mVideoTrackIndex, 0); in init()177 int mVideoTrackIndex = -1; member in android::TestMediaSource376 mediaSource.mTrackFormats[mediaSource.mVideoTrackIndex].get()); in TEST_F()