HomeSort by relevance Sort by last modified time
    Searched refs:mVideoTrack (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 86 if (mVideoTrack.mSource == NULL) {
87 mVideoTrack.mSource = track = extractor->getTrack(i);
117 if (mVideoTrack.mSource != NULL) {
118 CHECK_EQ(mVideoTrack.mSource->start(), (status_t)OK);
120 mVideoTrack.mPackets =
121 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
132 sp<MediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource;
143 Track *track = audio ? &mAudioTrack : &mVideoTrack;
167 if (mVideoTrack.mSource != NULL) {
183 Track *track = audio ? &mAudioTrack : &mVideoTrack;
    [all...]
GenericSource.h 63 Track mVideoTrack;
RTSPSource.cpp 125 if (mVideoTrack != NULL
126 && (durationUs = mVideoTrack->getBufferedDurationUs(&err))
162 return audio ? mAudioTrack : mVideoTrack;
177 if (mVideoTrack != NULL
178 && mVideoTrack->getFormat()->findInt64(
357 CHECK(mVideoTrack == NULL);
377 || (isVideo && mVideoTrack == NULL)) {
383 mVideoTrack = source;
RTSPSource.h 99 sp<AnotherPacketSource> mVideoTrack;
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 283 mVideoTrack.clear();
750 mClient.interface(), mVideoTrack->getFormat(),
752 mVideoTrack,
757 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
761 updateSizeToRender(mVideoTrack->getFormat());
    [all...]
PreviewPlayer.h 139 sp<MediaSource> mVideoTrack;
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 516 mVideoTrack.clear();
1058 if (!mVideoTrack->getFormat()->findInt32(
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 166 sp<MediaSource> mVideoTrack;

Completed in 68 milliseconds