Searched refs:mVideoTrackIndex (Results 1 – 2 of 2) sorted by relevance
100 private int mVideoTrackIndex; field in MediaDecoder233 mVideoTrackIndex = -1; in onStart()241 if (DecoderUtil.isVideoFormat(format) && mVideoTrackIndex == -1) { in onStart()242 mVideoTrackIndex = i; in onStart()248 if (mVideoTrackIndex == -1 && mAudioTrackIndex == -1) { in onStart()253 if (mVideoTrackIndex != -1) { in onStart()254 MediaFormat videoFormat = mMediaExtractor.getTrackFormat(mVideoTrackIndex); in onStart()256 ? new GpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this) in onStart()257 : new CpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this); in onStart()259 mMediaExtractor.selectTrack(mVideoTrackIndex); in onStart()[all …]
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()